Opened 18 years ago
Closed 18 years ago
#28 closed task (fixed)
Add LDAP authentication to Drupal
Reported by: | tmitchell | Owned by: | tmitchell |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | SysAdmin | Keywords: | drupal ldap module |
Cc: |
Description
- enabled ldapauth module, entered settings
- hobu tweaked and it is now working
- users who already had a 'local' drupal account don't end up auth'ing against ldap, only users who try to log into drupal without already having an account get passed to ldap. Basically if drupal internal login fails, it bumps the request to ldap.
- outstanding decisions required for how to implement and best use ldap integration - drupal can also read in ldap groups and use them as 'roles' in drupal (i.e. access control roles). Also it can be set up to read/write user attributes through drupal.
- need to also test whether creating a new account will allow it to be created in ldap
Note:
See TracTickets
for help on using tickets.