Changes between Version 6 and Version 7 of DirectoryAuthPlugin/ConfigurationExamples


Ignore:
Timestamp:
Jul 20, 2015, 9:23:11 PM (9 years ago)
Author:
bebbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DirectoryAuthPlugin/ConfigurationExamples

    v6 v7  
    3939#-- name of group containing valid users. If None, any AD user is valid
    4040#   with the value @alltechs and the group_basedn above, this group would work:
    41     cn=alltechs,OU=trac groups,OU=Email,DC=serverplus,DC=com
     41#   cn=alltechs,OU=trac groups,OU=Email,DC=serverplus,DC=com yields @alltechs
     42#   cn=alltechs,ou=boat,OU=trac groups,OU=Email,DC=serverplus,DC=com also yields @alltechs
     43#   the cn must be unique in the group_basedn tree!
    4244group_validusers = @alltechs
    4345#-- nameof group containing TRAC_ADMIN users (can also assign TRAC_ADMIN to an LDAP group.)
     
    4749#   
    4850#   using the UserExtensiblePermissionStore all groups below the group_basedn appear as groups for trac permissions
     51#   cn=administration,OU=trac groups,OU=Email,DC=serverplus,DC=com yields @administration
     52#   cn=administration,ou=submarine,OU=trac groups,OU=Email,DC=serverplus,DC=com also yields @administration
     53#   
    4954group_tracadmin = @administration
    5055#-- Binary: expand ldap_groups into trac groups.