Added by greg, last edited by greg on Jul 03, 2009  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

LDAP Directory Server Support

This module provides basic user authentication functions via an LDAP Server, copying user information from the LDAP Server and inserting it into the ATutor database.
It also provides an interface for setting up LDAP-auth and listing all user's who authenticated via LDAP. It transfers user passwords from browser to ATutor using strong public key encryption (RSA with 512 bit key)

REQUIREMENTS

  1. PHP must be compiled with ldap and openssl extensions (required for LDAP functions in ldap_lib.php and ecryption in rsa.inc.php)
  2. OpenSSL (OpenSSL generating private/public keys)

INSTALLING

Module consist of several php scripts, seversl Javascripts, and an sql file for setting up the database

atutor.ldap.mod.zip
readme.txt

Also see:
LDAP Discussion