diff --git a/src/docbkx/ldap-auth-provider.xml b/src/docbkx/ldap-auth-provider.xml index 748cacf4eb..151caa7702 100644 --- a/src/docbkx/ldap-auth-provider.xml +++ b/src/docbkx/ldap-auth-provider.xml @@ -174,9 +174,10 @@ under the directory entry ou=groups,dc=springframework,dc=org, looking for entries which contain the attribute - uniqueMember - with value - uid=ben,ou=people,dc=springframework,dc=org. For more information + uniqueMember with value uid=ben,ou=people,dc=springframework,dc=org. + By default the authority names will have the prefix ROLE_ prepended. You can + change this using the role-prefix attribute. If you don't want any prefix, use + role-prefix="none". For more information on loading authorities, see the Javadoc for the DefaultLdapAuthoritiesPopulator class.