Authentication
Last Modified: August 22, 2003 08:08AM
|
|
(Any)
|
Description
| $g_login_method |
MD5
LDAP
PLAIN
CRYPT
CRYPT_FULL_SALT
BASIC_AUTH
Some systems (mostly non-unix) do not have crypt support in PHP. MD5 will accomplish almost the same thing. PLAIN is plain text and there is no attempt to secure the password in the database. You will not be able to easily convert between encryption methods so this needs to be chosen at install time. CRYPT was the default until 0.17.0; MD5 is now the default. Try CRYPT_FULL_SALT if CRYPT is not working. |
| $g_ldap_server |
The ldap server (eg: ldaps://ldap.example.com |
| $g_ldap_port |
LDAP port (default 636). |
| $g_ldap_root_dn |
"dc=example, dc=com" |
| $g_ldap_organisation |
"organizationname=*Example)" |
| $g_use_ldap_email |
Use email address in LDAP rather than the email stored in the database. |
| $g_ldap_bind_dn |
"cn=Manager, dc=example, dc=com" |
| $g_ldap_bind_passwd |
|
| LDAP authentication method. |
|
User Contributed Notes Authentication |
|
klitzing@pool.informatik.rwth-aachen.de 22-Dec-2003 6:23 |
#41
|
error in documentation (s and z):
use $g_ldap_organization instead of $g_ldap_organisation |
|
|
| Last updated: Fri, 11 Nov 2011 - 12:56:01 |
|
|