Does anyone know the correct parameters for binding with Active Directory for Observium? Is there a way to make it use SSL?
I've used the configuration below but get a blank page after attempting to login. I have not tried dig through the logs to find out what's the issues are but if someone know of the correct parameters I would love to try it first.
#$config['auth_mechanism'] = "ldap"; # default, other options: ldap, http-auth #$config['auth_ldap_version'] = 3; # v2 or v3 #$config['auth_ldap_server'] = "beernuts.ad.ucsd.edu"; #$config['auth_ldap_port'] = 636; #$config['auth_ldap_suffix'] = ",ou=SDSC,dc=UCSD,dc=EDU";
thanks, -bn 0216331C
Trying my luck again to see if anyone found a working parameter for integration with AD with Observium?
---------- Forwarded message ---------- From: Bao Nguyen ngqbao@gmail.com Date: Tue, Nov 22, 2011 at 10:22 AM Subject: LDAP authentication with AD To: observium@observium.org
Does anyone know the correct parameters for binding with Active Directory for Observium? Is there a way to make it use SSL?
I've used the configuration below but get a blank page after attempting to login. I have not tried dig through the logs to find out what's the issues are but if someone know of the correct parameters I would love to try it first.
#$config['auth_mechanism'] = "ldap"; # default, other options: ldap, http-auth #$config['auth_ldap_version'] = 3; # v2 or v3 #$config['auth_ldap_server'] = "beernuts.ad.ucsd.edu"; #$config['auth_ldap_port'] = 636; #$config['auth_ldap_suffix'] = ",ou=SDSC,dc=UCSD,dc=EDU";
thanks, -bn 0216331C
participants (1)
-
Bao Nguyen