Additional default roles
[gpl/argeo-suite.git] / org.argeo.app.api / src / org / argeo / app / api / SuiteRole.java
index 42202ce7dfc654498137bdab807507e47fba7ab6..8bf9ec4bde40d41fb3cbda9588fffe9c88b98a62 100644 (file)
@@ -42,6 +42,6 @@ public enum SuiteRole implements SystemRole {
        @Deprecated
        public String dn() {
                return new StringBuilder(LdapAttrs.cn.name()).append("=").append(getRolePrefix()).append(".").append(name())
-                               .append(",").append(CmsConstants.ROLES_BASEDN).toString();
+                               .append(",").append(CmsConstants.SYSTEM_ROLES_BASEDN).toString();
        }
 }