From 63682a9c5df59afc49e371b5359870c31da331c1 Mon Sep 17 00:00:00 2001
From: Luke Taylor
- * 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. *
* <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>