From ea81ca5f6d8db1bb21b0358b3d845d6083e1377a Mon Sep 17 00:00:00 2001 From: paca70 Date: Mon, 24 Feb 2003 21:09:53 +0000 Subject: [PATCH] README updates --- auth/ldap/README-LDAP | 3 +-- auth/ldap/lib.php | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/auth/ldap/README-LDAP b/auth/ldap/README-LDAP index c51d452917..698294d63e 100644 --- a/auth/ldap/README-LDAP +++ b/auth/ldap/README-LDAP @@ -1,4 +1,3 @@ LDAP-module README -07.10.2002 Version 0.1, Petri Asikainen -Ldap-authetication module is work in progress. +Please read comments from lib.php diff --git a/auth/ldap/lib.php b/auth/ldap/lib.php index a1355d946c..bd46277829 100644 --- a/auth/ldap/lib.php +++ b/auth/ldap/lib.php @@ -8,7 +8,23 @@ //29.09.2002 LDAP authentication functions v. 0.01 //Distributed under GPL (c)Petri Asikainen 2002-2003 +/* README! +Module is quite complete and most functinality can be configured from +configinterfave /admin/auth.php. Some of latest additions/features need to +be configured by modifying source code. + +If you plan to use user creation feature, look function auth_user_create +and modify it for your needs. +You have to change all hardcoded attribute values to fit your LDAP-server. +I write ldap-module on Novell E-directory / Linux & Solaris , +so all default values are for it. + +Any feedback is wellcome, + +Petri Asikainen paca@sci.fi + +*/ function auth_user_login ($username, $password) { /// Returns true if the username and password work /// and false if they don't -- 2.39.5