Resolve:
This was a "uppercase problem".
In installinstallcheck.php on line 46
change
if (php_sapi_name() == 'cgi') {
to
if (php_sapi_name() == 'CGI') {
2. LDAP Support : Not available
- Nope, LDAP is not required.
- The install script checks to see if extension=php_ldap.so is part of you php.ini allowed extensions.
- If it is, you will be able to use LDAP to authenticate.
- If it is commented out you will not be able to use LDAP.
0 comments:
Post a Comment