-
May 30th, 2006, 08:33 PM
#1
Two errors in Acegi documentation
Hi,
I just upgraded from acegi 1.0 RC2 to 1.0 final. While trying to implement a custom LDAP Authentication Provider, I discovered to errors in Chapter 17 of the Acegi documentation. These classes were probably moved since the RC:
17.3 references
incorrect class name:
org.acegisecurity.providers.ldap.DefaultInitialDir ContextFactory
correct class name:
org.acegisecurity.ldap.DefaultInitialDirContextFac tory
incorrect class name:
org.acegisecurity.providers.ldap.search.FilterBase dLdapUserSearch
correct class name:
org.acegisecurity.ldap.search.FilterBasedLdapUserS earch
Thanks
Mark
-
May 30th, 2006, 10:32 PM
#2
Can you add these to JIRA
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules