diff options
author | Cyrille Moureaux <cyrillem@openoffice.org> | 2002-09-17 08:58:06 +0000 |
---|---|---|
committer | Cyrille Moureaux <cyrillem@openoffice.org> | 2002-09-17 08:58:06 +0000 |
commit | 9237af6be6b21279eef0f5740614f81f69083bce (patch) | |
tree | c142b4c782af594c1e7ada234681eec47abdfb71 /officecfg | |
parent | 13e13131608fbca9d0b75d6e2a27be216e9f2401 (diff) |
#102568# Changed own entries naming attribute from uid to cn
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/oo-common.conf | 2 | ||||
-rw-r--r-- | officecfg/registry/schema/oo-common.ldif | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/oo-common.conf b/officecfg/registry/schema/oo-common.conf index a8defcef9e94..a479a0948988 100644 --- a/officecfg/registry/schema/oo-common.conf +++ b/officecfg/registry/schema/oo-common.conf @@ -7,7 +7,7 @@ objectclass oo-registry-object oo-registry-object-oid superior top allows - uid + cn objectclass oo-registry-meta-class oid oo-registry-meta-oid diff --git a/officecfg/registry/schema/oo-common.ldif b/officecfg/registry/schema/oo-common.ldif index c665fad0111b..453eee0ec1a4 100644 --- a/officecfg/registry/schema/oo-common.ldif +++ b/officecfg/registry/schema/oo-common.ldif @@ -1,5 +1,5 @@ dn: cn=schema -objectclasses: ( oo-registry-object-oid NAME 'oo-registry-object' DESC 'oo-registry-object objclass' SUP 'top' MAY (uid $)) +objectclasses: ( oo-registry-object-oid NAME 'oo-registry-object' DESC 'oo-registry-object objclass' SUP 'top' MAY (cn $)) dn: cn=schema attributetypes: (oo-org-mapping-attr-oid NAME 'oo-org-mapping-attr' DESC 'organizational mapping' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE_VALUE ) |