SEC-624: Added some info on use of role-prefix
This commit is contained in:
parent
c0e829a41d
commit
b99f9d343d
|
@ -174,9 +174,10 @@
|
||||||
under the directory entry
|
under the directory entry
|
||||||
<literal>ou=groups,dc=springframework,dc=org</literal>, looking for entries which
|
<literal>ou=groups,dc=springframework,dc=org</literal>, looking for entries which
|
||||||
contain the attribute
|
contain the attribute
|
||||||
<literal>uniqueMember</literal>
|
<literal>uniqueMember</literal> with value <literal>uid=ben,ou=people,dc=springframework,dc=org</literal>.
|
||||||
with value
|
By default the authority names will have the prefix <literal>ROLE_</literal> prepended. You can
|
||||||
<literal>uid=ben,ou=people,dc=springframework,dc=org</literal>. For more information
|
change this using the <literal>role-prefix</literal> attribute. If you don't want any prefix, use
|
||||||
|
<literal>role-prefix="none"</literal>. For more information
|
||||||
on loading authorities, see the Javadoc for the
|
on loading authorities, see the Javadoc for the
|
||||||
<classname>DefaultLdapAuthoritiesPopulator</classname>
|
<classname>DefaultLdapAuthoritiesPopulator</classname>
|
||||||
class.
|
class.
|
||||||
|
|
Loading…
Reference in New Issue