diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
commit | 940b4d1848e8c70ab7642901a68594e8016caffc (patch) | |
tree | eb72f344ee6c3d9b80a7ecc079ea79e9fba8676d /officecfg/registry/schema/oo-common-ad.ldf | |
parent | Initial commit. (diff) | |
download | libreoffice-940b4d1848e8c70ab7642901a68594e8016caffc.tar.xz libreoffice-940b4d1848e8c70ab7642901a68594e8016caffc.zip |
Adding upstream version 1:7.0.4.upstream/1%7.0.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'officecfg/registry/schema/oo-common-ad.ldf')
-rw-r--r-- | officecfg/registry/schema/oo-common-ad.ldf | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/officecfg/registry/schema/oo-common-ad.ldf b/officecfg/registry/schema/oo-common-ad.ldf new file mode 100644 index 000000000..871549084 --- /dev/null +++ b/officecfg/registry/schema/oo-common-ad.ldf @@ -0,0 +1,136 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +#################################################### +#LDIF Script for extending Active Directory Schema +#################################################### +dn: CN=oo-registry-object-attr, CN=Schema, CN=Configuration,DC=sun, DC=com +changetype: add +attributeID: 1.3.6.1.4.1.9770.2.1.1 +attributeSyntax: 2.5.5.12 +isSingleValued: TRUE +lDAPDisplayName: oo-registry-object-attr +objectClass: attributeSchema +oMSyntax: 64 + +dn: CN=oo-org-mapping-attr,CN=Schema,CN=Configuration,DC=sun, DC=com +changetype: add +attributeID: 1.3.6.1.4.1.9770.2.1.2 +attributeSyntax: 2.5.5.12 +isSingleValued: TRUE +lDAPDisplayName: oo-org-mapping-attr +objectClass: attributeSchema +oMSyntax: 64 + +dn: CN=oo-ldap-attr-mapping-attr, CN=Schema,CN=Configuration,DC=sun, DC=com +changetype: add +attributeID: 1.3.6.1.4.1.9770.2.1.3 +attributeSyntax: 2.5.5.12 +isSingleValued: TRUE +lDAPDisplayName:oo-ldap-attr-mapping-attr +objectClass: attributeSchema +oMSyntax: 64 + +dn: CN=oo-role-priority-attr,CN=Schema,CN=Configuration,DC=sun, DC=com +changetype: add +attributeID: 1.3.6.1.4.1.9770.2.1.4 +attributeSyntax: 2.5.5.12 +isSingleValued: TRUE +lDAPDisplayName:oo-role-priority-attr +objectClass: attributeSchema +oMSyntax: 64 + +dn: +changetype: modify +add: schemaUpdateNow +schemaUpdateNow: 1 +- + +dn: CN=oo-registry-object, CN=Schema, CN=Configuration,DC=sun, DC=com +changetype: add +governsID: 1.3.6.1.4.1.9770.2.2.1 +lDAPDisplayName:oo-registry-object +maycontain: cn +mayContain: oo-registry-object-attr +objectClass: classSchema +objectClassCategory: 1 +possSuperiors: User +subClassOf: top +defaultHidingValue: FALSE +showInAdvancedViewOnly: FALSE + + +dn: CN=oo-registry-meta-class, CN=Schema, CN=Configuration,DC=sun, DC=com +changetype: add +governsID: 1.3.6.1.4.1.9770.2.2.2 +lDAPDisplayName:oo-registry-meta-class +mayContain: oo-org-mapping-attr +mayContain: oo-ldap-attr-mapping-attr +objectClass: classSchema +objectClassCategory: 1 +possSuperiors:domainDNS +subClassOf: oo-registry-object +defaultHidingValue: FALSE +showInAdvancedViewOnly: FALSE + +dn: CN=oo-prioritised-role, CN=Schema, CN=Configuration,DC=sun, DC=com +changetype: add +governsID: 1.3.6.1.4.1.9770.2.2.3 +lDAPDisplayName: oo-prioritised-role +mayContain: oo-role-priority-attr +objectClass: classSchema +objectClassCategory: 3 +subClassOf: top +defaultHidingValue: FALSE +showInAdvancedViewOnly: FALSE + +dn: +changetype: modify +add: schemaUpdateNow +schemaUpdateNow: 1 +- + +dn: CN=Group, CN=Schema, CN=Configuration,DC=sun, DC=com +changetype: modify +add: auxiliaryClass +auxilaryClass: oo-prioritised-role +- + +dn: CN=oo-registry-object, CN=Schema,CN=Configuration,DC=sun, DC=com +changetype: modify +add: possSuperiors +possSuperiors: oo-registry-meta-class +- + +dn: CN=oo-registry-object, CN=Schema,CN=Configuration,DC=sun, DC=com +changetype: modify +add: possSuperiors +possSuperiors: oo-registry-object +- + +dn: +changetype: modify +add: schemaUpdateNow +schemaUpdateNow: 1 +- + + + + + + + |