[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.ini.php,1.20,1.21
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-10-26 08:37:57
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12210 Modified Files: config-dist.ini.php Log Message: to read special fields in ldap db one needs to bind with special privileges Index: config-dist.ini.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.ini.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** config-dist.ini.php 26 Oct 2004 06:15:25 -0000 1.20 --- config-dist.ini.php 26 Oct 2004 08:37:48 -0000 1.21 *************** *** 168,175 **** ;; LDAP_Base format: dc=domain,dc=local or o=Group or CN=Users,dc=domain. Consult your db with ldapsearch (see: man ldapsearch) LDAP_Base = "<LDAP_BASE>" ! ;; TODO: user's needed to create new users (future): ;; LDAP_User format (bind_dn): uid=user,dc=domain,dc=local LDAP_User = "<LDAP_USER>" ! ;; LDAP_PASSWORD format: {MD5}string or {SHA1}string ... etc... LDAP_Password = "<LDAP_PASSWORD>" ;; end of ldap database variables --- 168,175 ---- ;; LDAP_Base format: dc=domain,dc=local or o=Group or CN=Users,dc=domain. Consult your db with ldapsearch (see: man ldapsearch) LDAP_Base = "<LDAP_BASE>" ! ;; Need a special account that's able to create new users and read userPassword's attributes for all users under LDAP_BASE: ;; LDAP_User format (bind_dn): uid=user,dc=domain,dc=local LDAP_User = "<LDAP_USER>" ! ;; LDAP_PASSWORD format: {MD5}string or {SSHA}string ... etc... LDAP_Password = "<LDAP_PASSWORD>" ;; end of ldap database variables |