Hi Tom,

Here's the output for the command.

-Chip



[root@cmh1vlobs01 observium]# php -l config.php
No syntax errors detected in config.php
[root@cmh1vlobs01 observium]# 




On Mon, Feb 10, 2014 at 4:31 PM, Tom Laermans <tom.laermans@powersource.cx> wrote:
Please to run:

php -l config.php

And check its output :-)

Tom


On 10/02/2014 22:25, Chip Pleasants wrote:
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. 

Thanks.
-Chip





// 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_server'] = "foo-adc05.foo.net";
$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;



_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium


_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium