1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-11 08:23:49 +03:00

added jeremy's new c++-like code for parsing of security descriptors.

This commit is contained in:
Luke Leighton
-
parent e164b5080c
commit ec1b7000fd
10 changed files with 529 additions and 362 deletions

View File

@@ -94,7 +94,7 @@ END {
gotstart = 1;
}
if( $0 ~ /^LOCAL_GRP|^DOMAIN_GRP/ ) {
if( $0 ~ /^LOCAL_GRP|^DOMAIN_GRP|^DOM_SID|^SEC_DESC/ ) {
gotstart = 1;
}