Browse Source

Tidy up XML formatting in comment

1.0.x
Luke Taylor 20 years ago
parent
commit
da780e4567
  1. 4
      core/src/main/java/org/acegisecurity/providers/ldap/populator/DefaultLdapAuthoritiesPopulator.java

4
core/src/main/java/org/acegisecurity/providers/ldap/populator/DefaultLdapAuthoritiesPopulator.java

@ -70,7 +70,9 @@ import javax.naming.directory.SearchControls; @@ -70,7 +70,9 @@ import javax.naming.directory.SearchControls;
* <!-- the following properties are shown with their default values -->
* <property name="searchSubTree"><value>false</value></property>
* <property name="rolePrefix"><value>ROLE_</value></property>
* &lt;property name="convertToUpperCase">&lt;value>true&lt;/value>&lt;/property>&lt;/bean></pre>A search for
* &lt;property name="convertToUpperCase">&lt;value>true&lt;/value>&lt;/property>
* &lt;/bean>
* </pre>A search for
* roles for user "uid=ben,ou=people,dc=acegisecurity,dc=org" would return the single granted authority
* "ROLE_DEVELOPER".</p>
*

Loading…
Cancel
Save