Changes between Version 1 and Version 2 of DirectoryAuthPlugin/TheoryOfOperation


Ignore:
Timestamp:
Mar 22, 2013, 5:28:59 PM (11 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DirectoryAuthPlugin/TheoryOfOperation

    v1 v2  
    1111   - group names are lowercase and spaces are replaced with underscores.
    1212
     13=== Searching ===
     14Groups are now searched using a reverse hierarchy methodology:
     15 1. Users DN is extracted based on the username
     16 1. All usergroups the user belongs to is extracted by searching for Member=$dn
     17 1. User groups are then searched for any with type objectClass=group and belonging to the groups DN and added to the list.
     18
    1319 See [DirectoryAuthPlugin/GroupManagement GroupManagement] for more details.
    1420