Update of /cvsroot/phpslash/phpslash-dev/public_html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12842
Modified Files:
config-dist.ini.php
Log Message:
allows admins to turn off automatic SQL registration. note that this might limit user abilities in psl: like choosing skins and what have you
Index: config-dist.ini.php
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.ini.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** config-dist.ini.php 26 Oct 2004 08:58:42 -0000 1.23
--- config-dist.ini.php 29 Oct 2004 05:29:48 -0000 1.24
***************
*** 176,179 ****
--- 176,181 ----
;; LDAP_PASSWORD format: {MD5}string or {SSHA}string ... etc...
LDAP_Password = "<LDAP_PASSWORD>"
+ ;; LDAP_Register_Auth format: boolean. Whether LDAP users should be registered in PSL SQL db (defaults: true) NOTE: if you don't do this, your users might not be able to take full advantage of PSL's features. You have been warned!
+ LDAP_Register_Auth = true
;; end of ldap database variables
;;;
|