Ow , euh, replace BLAgroup and BLAcompany with your group and company (from your ldap params), forgot to fix one line in below example :)

From: observium <observium-bounces@observium.org> on behalf of "Moerman, Maarten" <mmoerman@ebay.com>
Reply-To: Observium Network Observation System <observium@observium.org>
Date: Thursday, June 30, 2016 at 3:39 PM
To: Observium Network Observation System <observium@observium.org>
Subject: Re: [Observium] Setting up LDAP Auth

This is ours:

// LDAP Authentication
$config['auth_mechanism']                             = "ldap";
$config['auth_ldap_group']                            = array();
$config['auth_ldap_version']                          = 3;
$config['auth_ldap_server']                           = “<ldap-server-hostname>";
$config['auth_ldap_port']                             = 389;
$config['auth_ldap_starttls']                         = FALSE;
$config['auth_ldap_objectclass']                      = "posixAccount";
$config['auth_ldap_prefix']                           = "uid=";
$config['auth_ldap_suffix']                           = ",ou=People,ou=BLAgroup,o=BLAcompany";
$config['auth_ldap_attr']['uid']                      = "uid";
$config['auth_ldap_attr']['uidNumber']                = "uidNumber";
$config['auth_ldap_attr']['cn']                       = "cn";
$config['auth_ldap_groupmemberattr']                  = "memberUid";
$config['auth_ldap_groupbase']                        = "ou=group,ou=<yourgroup>,o=<yourcompany>";
$config['auth_ldap_groups']['nw']['level']            = 10;



From: observium <observium-bounces@observium.org> on behalf of Ximena Cardinali <ximenacardinali@gmail.com>
Reply-To: Observium Network Observation System <observium@observium.org>
Date: Thursday, June 30, 2016 at 3:17 PM
To: Observium Network Observation System <observium@observium.org>
Subject: Re: [Observium] Setting up LDAP Auth

I couldn't make it work either. If you find a solution that works, I'll appreciate your feedback.

On 29 June 2016 at 17:52, Dano, Leo <ldano@qualcomm.com> wrote:

Hello all,

 

Anyone care to share your config settings?  I am having a hard time setting this up.  Please remove your domain info in the reply.

 

/opt/observium/config.php

 

Thanks,
-----------------------
Leo Dano

 


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