diff options
author | Günther Deschner <gd@samba.org> | 2006-09-25 16:55:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:14:44 -0500 |
commit | dd992469ddaa849e9a3ec9ae115f574210711c2b (patch) | |
tree | dc191b153171e8fa8cc3e352ee1748a4f9a55218 | |
parent | ed724f90479af3ee0d9583cef17f3d2365c327dd (diff) | |
download | samba-dd992469ddaa849e9a3ec9ae115f574210711c2b.tar.gz samba-dd992469ddaa849e9a3ec9ae115f574210711c2b.tar.bz2 samba-dd992469ddaa849e9a3ec9ae115f574210711c2b.zip |
r18902: Also dump mS-DS-CreatorSID.
Guenther
(This used to be commit e7cae9bbae2848ca1088a822883563062dd3f612)
-rw-r--r-- | source3/libads/ldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index f9bdb9c651..89c34f03a9 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -1724,6 +1724,7 @@ static BOOL ads_dump_field(char *field, void **values, void *data_area) {"tokenGroups", False, dump_sid}, {"tokenGroupsNoGCAcceptable", False, dump_sid}, {"tokengroupsGlobalandUniversal", False, dump_sid}, + {"mS-DS-CreatorSID", False, dump_sid}, {NULL, True, NULL} }; int i; |