summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/oo-org-map.properties
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg/registry/schema/oo-org-map.properties')
-rw-r--r--officecfg/registry/schema/oo-org-map.properties22
1 files changed, 22 insertions, 0 deletions
diff --git a/officecfg/registry/schema/oo-org-map.properties b/officecfg/registry/schema/oo-org-map.properties
new file mode 100644
index 000000000000..dc87a4346ce9
--- /dev/null
+++ b/officecfg/registry/schema/oo-org-map.properties
@@ -0,0 +1,22 @@
+# attribute and objectclass identifying a user
+# multi values are supported, separated by comma
+# x-no-translate
+User/ObjectClass=inetorgperson
+User/NamingAttribute=uid
+User/Container=ou=People
+User/DisplayNameFormat=sn, givenname
+
+# attribute and objectclass identifying roles
+# multi values are supported, separated by comma
+Role/Static/ObjectClass=groupofuniquenames
+Role/Static/NamingAttribute=cn
+Role/Static/UserAttribute=uniquemember
+Role/Dynamic/ObjectClass=groupofuniquenames
+Role/Dynamic/NamingAttribute=cn
+Role/Dynamic/UserAttribute=memberof
+Role/Container=ou=Groups
+
+# attribute and objectclass identifying organisations
+# multi values are supported, separated by comma
+Organisation/ObjectClass=organization
+Organisation/NamingAttribute=o \ No newline at end of file