r12005: added a SDDL (Security Descriptor Description Language) parser. Not
authorAndrew Tridgell <tridge@samba.org>
Fri, 2 Dec 2005 03:16:42 +0000 (03:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:58 +0000 (13:46 -0500)
commit8dfec3305cc1babeb5d822dc806c0f5dede7da46
tree0e801c8d90dcd6ac8ae307941da20e558b785d19
parentc6f954f116b1512bd2a2a1cb3162dea86bf6dd67
r12005: added a SDDL (Security Descriptor Description Language) parser. Not
all flags are covered yet, and object aces aren't done yet.

This is needed for ACL support in ldb, as the default security
descriptor for each object class is given by the
defaultSecurityDescriptor attribute in the schema, which is stored in
SDDL format
(This used to be commit dbdeecea01a8b362a9a525a3689cb03662a86776)
source4/libcli/security/config.mk
source4/libcli/security/sddl.c [new file with mode: 0644]