[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.ini.php,1.22,1.23
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-10-26 08:58:51
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16368 Modified Files: config-dist.ini.php Log Message: added another note about validation and avoiding CR if you need ldap v2 or if you don't want a superuser to access all accounts for psl Index: config-dist.ini.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.ini.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** config-dist.ini.php 26 Oct 2004 08:54:14 -0000 1.22 --- config-dist.ini.php 26 Oct 2004 08:58:42 -0000 1.23 *************** *** 160,164 **** ;; NOTE: * LDAP_Password needs to be set in clear text (for now) ;; * If you need tls, uncomment tls block in LDAP auth class (you will need tls if your LDAP server is not running locally) ! ;; * We only deal with LDAP protocol 3 (sorry, but if you really want to use protocol 2 comment out the bind call in LDAP auth class and tls. you will need to setup slapd.conf so that it lets anonymous users read userPassword attribute.) ;; ;; You might need to initiate a database with the sample ldif and add --- 160,164 ---- ;; NOTE: * LDAP_Password needs to be set in clear text (for now) ;; * If you need tls, uncomment tls block in LDAP auth class (you will need tls if your LDAP server is not running locally) ! ;; * We only deal with LDAP protocol 3 (sorry, but if you really want to use protocol 2 comment out the bind call in LDAP auth class and tls. you will need to setup slapd.conf so that it lets anonymous users read userPassword attribute.) You could also try NOT to use the CR login mechanisms so that user passwords are sent over http; then you can use this username/password to validate for his/her own account. ;; ;; You might need to initiate a database with the sample ldif and add |