Changes between Version 25 and Version 26 of LdapPlugin


Ignore:
Timestamp:
May 23, 2007, 11:49:36 AM (17 years ago)
Author:
yaroslav@…
Comment:

Typos: Must use REQUIRE LDAP-GROUP not REQUIRE GROUP. I've wasted 2 days with that :-)

Legend:

Unmodified
Added
Removed
Modified
  • LdapPlugin

    v25 v26  
    7373   Allow from All
    7474   AuthLDAPURL "ldap://localhost:389/dc=example,dc=org?uid"
    75    Require group cn=tracusers,dc=example,dc=org
     75   Require ldap-group cn=tracusers,dc=example,dc=org
    7676</Location>
    7777}}}
     
    9292   AuthLDAPURL "ldap://localhost:389/dc=example,dc=org?uid"
    9393   AuthzLDAPAuthoritative on
    94    Require group cn=tracusers,dc=example,dc=org
     94   Require ldap-group cn=tracusers,dc=example,dc=org
    9595</Location>
    9696}}}