LDIF user admin persistence based on transactions.
[lgpl/argeo-commons.git] / org.argeo.security.core / src / org / argeo / osgi / useradmin / LdifAuthorization.java
index 3600866af77aa8e8d32f74ff5525bce9fdf4c1e3..845fefd13da483a6ee88c3c48690c0f45062ad0d 100644 (file)
@@ -29,7 +29,7 @@ public class LdifAuthorization implements Authorization, LdapNames {
                        if (displayName == null)
                                displayName = user.getName();
                        if (displayName == null)
-                               throw new ArgeoUserAdminException(
+                               throw new UserDirectoryException(
                                                "Cannot set display name for " + user);
                        this.displayName = displayName.toString();
                }