I'm going to open a thread related to this in just a second - please check it out.
On Thu, Mar 31, 2011 at 9:17 AM, Brian Demers <[email protected]> wrote: > My ldap realm just extends the Abstract one. If your using the > JndiLdapRealm and all your users are under the same subtree you could > configure the realm (from the javadoc): > [main] > ldapRealm = org.apache.shiro.realm.ldap.JndiLdapRealm > ldapRealm.userDnTemplate = uid={0},ou=users,dc=mycompany,dc=com > > Otherwise I think you will need to extend one of the classes. > > On Thu, Mar 31, 2011 at 2:59 AM, remast <[email protected]> wrote: >> Hi Brian, >> >> thanks for your help. I already know what queries need to be performed on >> ldap. What I need to know is whether this is supported by Shiro. Is it? >> >> We are thinking about replacing our in house custom coded ldap access with >> shiro. This is only possible if shiro supports these kinds of queries... >> >> Thanks, >> remast >> >> -- >> View this message in context: >> http://shiro-user.582556.n2.nabble.com/LDAP-Authentication-with-LDAP-search-query-tp6222489p6226095.html >> Sent from the Shiro User mailing list archive at Nabble.com. >> >
