summaryrefslogtreecommitdiffstats
path: root/source/dsdb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-04-27 11:13:37 +0000
committerAndrew Bartlett <abartlet@samba.org>2007-04-27 11:13:37 +0000
commit4686e7d134f1587b86b470d6f5435f5e11671170 (patch)
treea6210e4aca8da38c389090d32d41357f3be4cfb7 /source/dsdb
parent8d80ebeb6c7b0aa5c25cc541654e485a5cf7d697 (diff)
downloadsamba-4686e7d134f1587b86b470d6f5435f5e11671170.tar.gz
samba-4686e7d134f1587b86b470d6f5435f5e11671170.tar.xz
samba-4686e7d134f1587b86b470d6f5435f5e11671170.zip
r22531: Fix up OpenLDAP schema map to almost pass 'make test'.
Andrew Bartlett
Diffstat (limited to 'source/dsdb')
-rw-r--r--source/dsdb/samdb/ldb_modules/entryUUID.c20
1 files changed, 19 insertions, 1 deletions
diff --git a/source/dsdb/samdb/ldb_modules/entryUUID.c b/source/dsdb/samdb/ldb_modules/entryUUID.c
index 605614f1609..397642c4846 100644
--- a/source/dsdb/samdb/ldb_modules/entryUUID.c
+++ b/source/dsdb/samdb/ldb_modules/entryUUID.c
@@ -356,7 +356,25 @@ const struct ldb_map_attribute entryUUID_attributes[] =
.type = MAP_RENAME,
.u = {
.rename = {
- .remote_name = "sambaObjectClasses"
+ .remote_name = "samba4ObjectClasses"
+ }
+ }
+ },
+ {
+ .local_name = "dITContentRules",
+ .type = MAP_RENAME,
+ .u = {
+ .rename = {
+ .remote_name = "samba4DITContentRules"
+ }
+ }
+ },
+ {
+ .local_name = "attributeTypes",
+ .type = MAP_RENAME,
+ .u = {
+ .rename = {
+ .remote_name = "samba4AttributeTypes"
}
}
},