diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-04-20 15:35:51 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-04-22 18:37:18 +1000 |
commit | cbb818222aea20b47adbcd5e4461949d7e5d5107 (patch) | |
tree | 9d410501958440e4bcc521bbf01c277dfad82175 /source4/dsdb/samdb/ldb_modules/simple_ldap_map.c | |
parent | 9eacde808ee464343620a311bb2bdea5ac7b5ee8 (diff) | |
download | samba-cbb818222aea20b47adbcd5e4461949d7e5d5107.tar.gz |
s4:OpenLDAP-backend Use the new rdnval module in OpenLDAP
This is rather than rdn_name, which tries to do the job on the client
side. We need to leave this module in the stack for Fedora DS (and of
course the LDB backend).
Andrew Bartlett
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/simple_ldap_map.c')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/simple_ldap_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c b/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c index bf9cd4fdda..592cd01b22 100644 --- a/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c +++ b/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c @@ -287,7 +287,7 @@ static const struct ldb_map_attribute entryuuid_attributes[] = .type = LDB_MAP_RENAME, .u = { .rename = { - .remote_name = "samba4RDN" + .remote_name = "rdnValue" } } }, |