Javadoc typos.
This commit is contained in:
parent
fe2f4e4a3b
commit
63682a9c5d
|
@ -84,14 +84,14 @@ import java.util.HashSet;
|
|||
* setting the <tt>groupRoleAttribute</tt> property (the default is "cn").
|
||||
* </p>
|
||||
* <p>
|
||||
* The configuration below shows how the group searc might be performed with the above schema.
|
||||
* The configuration below shows how the group search might be performed with the above schema.
|
||||
* <pre>
|
||||
* <bean id="ldapAuthoritiesPopulator" class="org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator">
|
||||
* <constructor-arg><ref local="initialDirContextFactory"/></constructor-arg>
|
||||
* <constructor-arg><value>ou=groups</value></constructor-arg>
|
||||
* <property name="groupRoleAttribute"><value>ou</value></property>
|
||||
*
|
||||
* <!-- the follwing properties are shown with their default values -->
|
||||
* <!-- the following properties are shown with their default values -->
|
||||
*
|
||||
* <property name="searchSubTree"><value>false</value></property>
|
||||
* <property name="rolePrefix"><value>ROLE_</value></property>
|
||||
|
|
Loading…
Reference in New Issue