X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=org.argeo.enterprise%2Fsrc%2Forg%2Fargeo%2Fosgi%2Fuseradmin%2FAggregatingAuthorization.java;h=b450b729e6129364e4bd8197253e8392e917455a;hb=f9ee9620626e471a99f25e84175e27380d902957;hp=f270b8d89822bafa4db4a730fe3da9e07fb18751;hpb=e66b9893b0e511f8ab295e3cee42b7dc966f1597;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.enterprise/src/org/argeo/osgi/useradmin/AggregatingAuthorization.java b/org.argeo.enterprise/src/org/argeo/osgi/useradmin/AggregatingAuthorization.java index f270b8d89..b450b729e 100644 --- a/org.argeo.enterprise/src/org/argeo/osgi/useradmin/AggregatingAuthorization.java +++ b/org.argeo.enterprise/src/org/argeo/osgi/useradmin/AggregatingAuthorization.java @@ -18,7 +18,7 @@ class AggregatingAuthorization implements Authorization { public AggregatingAuthorization(String name, String displayName, Collection systemRoles, String[] roles) { - this.name = new X500Principal(name).getName(); + this.name = name; this.displayName = displayName; this.systemRoles = Collections.unmodifiableList(new ArrayList( systemRoles));