Add account-related RFC 2307bis LDAP objects and attributes
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / naming / LdapAttrs.java
index 2d35e6d94fdc7b3d6f9e6d3164971e00df7ccd35..1a6642f05ace073efe66571448ceb252a68ed94a 100644 (file)
@@ -289,6 +289,19 @@ public enum LdapAttrs implements SpecifiedName, Supplier<String> {
        countryOfCitizenship("1.3.6.1.5.5.7.9.4", "RFC 2985"),
        /** */
        countryOfResidence("1.3.6.1.5.5.7.9.5", "RFC 2985"),
+
+       // RFC 2307bis (partial)
+       /** */
+       uidNumber("1.3.6.1.1.1.1.0", "RFC 2307bis"),
+       /** */
+       gidNumber("1.3.6.1.1.1.1.1", "RFC 2307bis"),
+       /** */
+       homeDirectory("1.3.6.1.1.1.1.3", "RFC 2307bis"),
+       /** */
+       loginShell("1.3.6.1.1.1.1.4", "RFC 2307bis"),
+       /** */
+       memberUid("1.3.6.1.1.1.1.12", "RFC 2307bis"),
+
        //
        ;