]> git.ipfire.org Git - thirdparty/samba.git/commit
r23839: Try to get the attribute name from schema GUIDs or the display name from
authorGünther Deschner <gd@samba.org>
Wed, 11 Jul 2007 13:41:04 +0000 (13:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:33 +0000 (12:28 -0500)
commit34d091f1c6867ac6bc6925fb99dd00724cf3c289
tree4e1f0cb54e289169d56909dce7a01ef4c6db6c63
parentb62ade20d0721c694785fdd2882ea28b129bb0f1
r23839: Try to get the attribute name from schema GUIDs or the display name from
extended rights GUID from ad while dumping the security descriptors's aces.

This would perform much better with a guid cache, but for the rare cases where
it is used

net ads search cn=mymachine ntSecurityDescriptor -U user%pass

it should be ok for now.

Guenther
(This used to be commit b36913433eb74203b29f2b7d412a86e60591ea22)
source3/libads/disp_sec.c
source3/libads/ldap_schema.c