I'm hoping someone could provide a little
assistance helping me debug this problem. I'm seeing a blank
home page when I change the authentication type to ldap. As soon
as I put it back to mysql the home page displays. I'm using a
working ldap config currently be used on a Ubuntu 12.04.
I'm attempting to migrate over to a corporate supported RHEL 6
box. I dont see anything any log file indicating an ldap issue
or configuration. Here's my ldap config. SELinux is disabled.
Any assistance is greatly appreciated.
// Authentication Model
#Required LDAP Settings
$config['auth_ldap_binddn'] = "CN=foo,OU=foo,OU=foo
Users,OU=foo,DC=foo,DC=foo,DC=NET";
$config['auth_ldap_bindpw'] = "foo";
$config['auth_ldap_attr']['uid'] = "sAMAccountName";
$config['auth_ldap_attr']['uidNumber'] = "objectSid";
$config['auth_ldap_attr']['cn'] = "name";
$config['auth_ldap_objectclass'] = "person";
$config['auth_mechanism'] = "ldap";
$config['auth_ldap_version'] = 3;
$config['auth_ldap_port'] = 389;
$config['auth_ldap_starttls'] = "false";
#User Account
$config['auth_ldap_prefix'] = "cn=";
$config['auth_ldap_suffix'] = ",OU=foo,OU=foor
Users,OU=foo,DC=foo,DC=foo,DC=NET";
$config['auth_ldap_group'] = "CN=foo,OU=foo,OU=E-mail
foo,OU=foo Groups,OU=foo,DC=foo,DC=foo,DC=NET";
$config['auth_ldap_groupbase'] = "OU=foo,OU=E-mail
foo,OU=foo Groups,OU=foo,DC=foo,DC=foo,DC=NET";
$config['auth_ldap_groupmembertype'] = "fulldn";
$config['auth_ldap_groupmemberattr'] = "member";
unset($config['auth_ldap_groups']);
$config['auth_ldap_groups']['foo']['level'] = 10;