Extend LDAP attributes.
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 4 Oct 2017 19:12:31 +0000 (21:12 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 4 Oct 2017 19:12:31 +0000 (21:12 +0200)
org.argeo.enterprise/src/org/argeo/naming/LdapAttrs.java

index d5324974ba3f87e8e06b9c6bf07044d896e9c8b1..006f0e767e3ed045beb058ec23efada81f3f96f8 100644 (file)
@@ -267,8 +267,21 @@ public enum LdapAttrs implements SpecifiedName {
        /** */
        displayName("2.16.840.1.113730.3.1.241", "RFC 2798"),
 
-       // KERBEROS (partial
-       krbPrincipalName("2.16.840.1.113719.1.301.6.8.1", "Novell Kerberos Schema Definitions");
+       // KERBEROS (partial)
+       krbPrincipalName("2.16.840.1.113719.1.301.6.8.1", "Novell Kerberos Schema Definitions"),
+
+       // RFC 2985 and RFC 3039 (partial)
+       dateOfBirth("1.3.6.1.5.5.7.9.1", "RFC 2985"),
+       /** */
+       placeOfBirth("1.3.6.1.5.5.7.9.2", "RFC 2985"),
+       /** */
+       gender("1.3.6.1.5.5.7.9.3", "RFC 2985"),
+       /** */
+       countryOfCitizenship("1.3.6.1.5.5.7.9.4", "RFC 2985"),
+       /** */
+       countryOfResidence("1.3.6.1.5.5.7.9.5", "RFC 2985"),
+       //
+       ;
 
        public final static String DN = "dn";