From 978704f09566a69b834cf9b02590d1a0ee68cc0e Mon Sep 17 00:00:00 2001 From: paca70 Date: Sun, 20 Apr 2003 18:15:03 +0000 Subject: [PATCH] More comments --- auth/ldap/lib.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/auth/ldap/lib.php b/auth/ldap/lib.php index 9e674c278d..89211e9ec0 100644 --- a/auth/ldap/lib.php +++ b/auth/ldap/lib.php @@ -16,6 +16,11 @@ 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. +User-creation makes posible that your current +users can authenticate with existings usernames/password and new users can +create own accounts to LDAP-directory. I'm using this feature and new users +are created to LDAP different context, without rights to other system. When +user-creation feature is set like that, there's no known security issues. I write ldap-module on Novell E-directory / Linux & Solaris , so all default values are for it. -- 2.39.5