summaryrefslogtreecommitdiff
path: root/source3/libads/ldap_schema.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-07-11 13:41:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:33 -0500
commit34d091f1c6867ac6bc6925fb99dd00724cf3c289 (patch)
tree4e1f0cb54e289169d56909dce7a01ef4c6db6c63 /source3/libads/ldap_schema.c
parentb62ade20d0721c694785fdd2882ea28b129bb0f1 (diff)
downloadsamba-34d091f1c6867ac6bc6925fb99dd00724cf3c289.tar.gz
samba-34d091f1c6867ac6bc6925fb99dd00724cf3c289.tar.bz2
samba-34d091f1c6867ac6bc6925fb99dd00724cf3c289.zip
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)
Diffstat (limited to 'source3/libads/ldap_schema.c')
-rw-r--r--source3/libads/ldap_schema.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap_schema.c b/source3/libads/ldap_schema.c
index 1cdd51faca..170ee65df7 100644
--- a/source3/libads/ldap_schema.c
+++ b/source3/libads/ldap_schema.c
@@ -195,7 +195,7 @@ failed:
/*********************************************************************
*********************************************************************/
-static ADS_STATUS ads_schema_path(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, char **schema_path)
+ADS_STATUS ads_schema_path(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, char **schema_path)
{
ADS_STATUS status;
LDAPMessage *res;