Results 1 to 2 of 2

Thread: Two errors in Acegi documentation

  1. #1

    Default 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

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    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
  •