summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-30 23:09:05 +0200
committerGünther Deschner <gd@samba.org>2010-07-01 21:17:17 +0200
commit2f9076ac29904c98e1a794d04c79db637283f888 (patch)
treeefdcc66ab735489e9728b2a626f989dd64614652 /source3/libads/ldap.c
parentb9e6962dd7616eaeaf8a0bc42c1180541ca06dd3 (diff)
downloadsamba-2f9076ac29904c98e1a794d04c79db637283f888.tar.gz
samba-2f9076ac29904c98e1a794d04c79db637283f888.tar.bz2
samba-2f9076ac29904c98e1a794d04c79db637283f888.zip
s3-libads: use shared well known guids.
Guenther
Diffstat (limited to 'source3/libads/ldap.c')
-rw-r--r--source3/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index 98da8ff484..af48fdae5a 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -1602,7 +1602,7 @@ char *ads_ou_string(ADS_STRUCT *ads, const char *org_unit)
if (!org_unit || !*org_unit) {
- ret = ads_default_ou_string(ads, WELL_KNOWN_GUID_COMPUTERS);
+ ret = ads_default_ou_string(ads, DS_GUID_COMPUTERS_CONTAINER);
/* samba4 might not yet respond to a wellknownobject-query */
return ret ? ret : SMB_STRDUP("cn=Computers");