diff options
author | Günther Deschner <gd@samba.org> | 2010-06-30 23:09:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-01 21:17:17 +0200 |
commit | 2f9076ac29904c98e1a794d04c79db637283f888 (patch) | |
tree | efdcc66ab735489e9728b2a626f989dd64614652 /source3/libads | |
parent | b9e6962dd7616eaeaf8a0bc42c1180541ca06dd3 (diff) | |
download | samba-2f9076ac29904c98e1a794d04c79db637283f888.tar.gz |
s3-libads: use shared well known guids.
Guenther
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 98da8ff4848..af48fdae5a6 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"); |