ifef.schema: add country code to people and organizatoin object classes

This commit is contained in:
Benjamin Dauvergne 2014-01-09 12:42:41 +01:00
parent ac1f4a3f8a
commit a6ad7abf9c
1 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ objectclass (IFEFLdapObjectClass:1
homeLocalityName $ homePostalCode $ homeStreetAddress $ department $ dateOfBirth $ placeOfBirth $
mail $ telephoneNumber $ streetAddress $ postalCode $ localityName $ stateOrProvinceName $
homeTelephoneNumber $ mobile $ labeledURI $ microBlogURL $ socialNetworkURL $ voipURI $
nameOfBirth $ fax $ gn $ personalTitle ))
nameOfBirth $ fax $ gn $ personalTitle $ c))
objectclass (IFEFLdapObjectClass:2
NAME 'ifeforganization'
@ -232,7 +232,7 @@ objectclass (IFEFLdapObjectClass:2
MUST ( o $ organizationClass $ cn )
MAY ( status $ fax $ telephoneNumber $ streetAddress $ postalCode $ localityName $ mobile $
stateOrProvinceName $ orgDn $ personalTitle $ postOfficeBox $ mail $ labeledURI $
numeroExistence $ numeroSIRET $ numeroAgrement $ department ))
numeroExistence $ numeroSIRET $ numeroAgrement $ department $ c ))
#
# </IFEF Objectclass>