mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r12009: made the LOCAL-SDDL test less verbose by default, and add it to the
standard tests for the build farm
(This used to be commit 9d6d9b6e50
)
This commit is contained in:
parent
3aaa6ff496
commit
86a6ce529f
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
local_tests="LOCAL-NTLMSSP LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET LOCAL-PAC LOCAL-STRLIST"
|
||||
local_tests="LOCAL-NTLMSSP LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET LOCAL-PAC LOCAL-STRLIST LOCAL-SDDL"
|
||||
|
||||
if [ $# -lt 0 ]; then
|
||||
cat <<EOF
|
||||
|
@ -35,7 +35,9 @@ static BOOL test_sddl(TALLOC_CTX *mem_ctx, const char *sddl)
|
||||
printf("Failed to decode '%s'\n", sddl);
|
||||
return False;
|
||||
}
|
||||
NDR_PRINT_DEBUG(security_descriptor, sd);
|
||||
if (DEBUGLVL(2)) {
|
||||
NDR_PRINT_DEBUG(security_descriptor, sd);
|
||||
}
|
||||
talloc_free(sd);
|
||||
return True;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user