diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2009-03-27 16:45:41 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2009-03-27 16:45:41 +0000 |
commit | b28f7a54eba92c64ffed0570cc9313b365d76738 (patch) | |
tree | c2b443a346c494ff062373f775bb61ed158a7b70 | |
parent | d71cd7eb7ae6a8899f0c351eb029544180e65885 (diff) | |
download | ds-b28f7a54eba92c64ffed0570cc9313b365d76738.tar.gz ds-b28f7a54eba92c64ffed0570cc9313b365d76738.tar.xz ds-b28f7a54eba92c64ffed0570cc9313b365d76738.zip |
Resolves: #492562
Summary: homePhone is not RFC 1274 compliant
Description: added "homeTelephoneNumber" to the NAME list of "homePhone".
-rw-r--r-- | ldap/schema/01common.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/schema/01common.ldif b/ldap/schema/01common.ldif index 83ece4f3..01e0727d 100644 --- a/ldap/schema/01common.ldif +++ b/ldap/schema/01common.ldif @@ -96,7 +96,7 @@ attributeTypes: ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' ) DESC 'Standa attributeTypes: ( 0.9.2342.19200300.100.1.3 NAME ( 'mail' 'rfc822mailbox' ) DESC 'Standard LDAP attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' ) attributeTypes: ( 0.9.2342.19200300.100.1.6 NAME 'roomNumber' DESC 'Standard LDAP attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' ) attributeTypes: ( 0.9.2342.19200300.100.1.10 NAME 'manager' DESC 'Standard LDAP attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 1274' ) -attributeTypes: ( 0.9.2342.19200300.100.1.20 NAME 'homePhone' DESC 'Standard LDAP attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 X-ORIGIN 'RFC 1274' ) +attributeTypes: ( 0.9.2342.19200300.100.1.20 NAME ( 'homePhone' 'homeTelephoneNumber' ) DESC 'Standard LDAP attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 X-ORIGIN 'RFC 1274' ) attributeTypes: ( 0.9.2342.19200300.100.1.21 NAME 'secretary' DESC 'Standard LDAP attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 1274' ) attributeTypes: ( 0.9.2342.19200300.100.1.39 NAME 'homePostalAddress' DESC 'Standard LDAP attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' ) attributeTypes: ( 0.9.2342.19200300.100.1.41 NAME ( 'mobile' 'mobileTelephoneNumber' ) DESC 'Standard LDAP attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 X-ORIGIN 'RFC 1274' ) |