Changes between Version 5 and Version 6 of DirectoryAuthPlugin/ConfigurationExamples


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DirectoryAuthPlugin/ConfigurationExamples

    v5 v6  
    3838group_basedn = OU=trac groups,OU=Email,DC=serverplus,DC=com
    3939#-- name of group containing valid users. If None, any AD user is valid
     40#   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
    4042group_validusers = @alltechs
    4143#-- nameof group containing TRAC_ADMIN users (can also assign TRAC_ADMIN to an LDAP group.)
     
    4345#   [trac]
    4446#   permission_store = UserExtensiblePermissionStore
     47#   
     48#   using the UserExtensiblePermissionStore all groups below the group_basedn appear as groups for trac permissions
    4549group_tracadmin = @administration
    4650#-- Binary: expand ldap_groups into trac groups.