]> git.mjollnir.org Git - moodle.git/commitdiff
More comments
authorpaca70 <paca70>
Sun, 20 Apr 2003 18:15:03 +0000 (18:15 +0000)
committerpaca70 <paca70>
Sun, 20 Apr 2003 18:15:03 +0000 (18:15 +0000)
auth/ldap/lib.php

index 9e674c278da646013e2cc4ead108df45c48380f6..89211e9ec054703e92b136fb4a3dd9794f307776 100644 (file)
@@ -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.