- Introduce PKI utils
[lgpl/argeo-commons.git] / org.argeo.security.core / src / org / argeo / osgi / useradmin / LdifUser.java
index 9f378f1510163396fb8ccb2cbcc965e929bb360a..85d18c082b1d5ad93bd8e78d1740a9f29bd60759 100644 (file)
@@ -12,7 +12,7 @@ import org.osgi.service.useradmin.User;
 
 class LdifUser implements User {
        // optimisation
-       List<LdifGroup> directMemberOf = new ArrayList<LdifGroup>();
+       //List<LdifGroup> directMemberOf = new ArrayList<LdifGroup>();
 
        private final LdapName dn;
        private Attributes attributes;