The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Jifty::Plugin::AuthLDAPLogin

DESCRIPTION

MUST BE USED WITH Login PLUGIN.

Add ldap users in Jifty::Plugin::Login::Model::User. Distinct id for ldap users is email field with login@LDAP.user

add /ldaplogin /ldpalogout

CONFIG

in etc/config.yml

  Plugins: 
    - Login: {}
    - AuthLDAPLogin: 
       LDAPhost: ldap.univ.fr           # ldap server
       LDAPbase: ou=people,dc=.....     # base ldap
       LDAPuid: uid                     # optional

SEE ALSO

Net::LDAP