Ticket #551 (assigned Feature Request)

Opened 5 months ago

Last modified 5 weeks ago

LDAP Auth

Reported by: fleximus Owned by: Shadowhand
Priority: minor Milestone: 2.2.1
Component: Modules:Auth Version: SVN HEAD
Keywords: auth, ldap Cc:

Description

Here's my contribution to use the auth module to authenticate against an LDAP directory server.

Attachments

LDAP_Auth.php (1.5 kB) - added by fleximus 5 months ago.
LDAP Auth library
ldap_auth.php (1.5 kB) - added by fleximus 5 months ago.
Demo controller
LDAP.php (3.2 kB) - added by fleximus 4 months ago.
LDAP Auth driver.

Change History

Changed 5 months ago by fleximus

LDAP Auth library

Changed 5 months ago by fleximus

Demo controller

  Changed 5 months ago by Shadowhand

Driver-based Auth implemented in r2471.

  Changed 5 months ago by Shadowhand

  • owner changed from - No owner - to Shadowhand
  • status changed from new to assigned

  Changed 5 months ago by Shadowhand

Please re-submit your LDAP_Auth.php file as an Auth driver, thanks!

  Changed 5 months ago by Shadowhand

  • milestone changed from 2.1.2 to 2.2

Changed 4 months ago by fleximus

LDAP Auth driver.

follow-up: ↓ 6   Changed 4 months ago by fleximus

Please move the code creating of a salted hashed password from Auth_Core down to the ORM driver

in reply to: ↑ 5   Changed 2 months ago by Shadowhand

Replying to fleximus:

Please move the code creating of a salted hashed password from Auth_Core down to the ORM driver

Auth hashes are a very important part of Auth and do not belong in the driver.

  Changed 2 months ago by Shadowhand

Is LDAP_Auth required to use the LDAP driver? Or is it an alternative to the driver?

  Changed 5 weeks ago by Shadowhand

  • milestone changed from 2.2 to 2.2.1

This has not been updated in a long time, moving to 2.2.1 as a potential addition.

Note: See TracTickets for help on using tickets.