- observium - lists.observium.org (2024)

Thread Start a new thread

Download

Threads by month

observium@lists.observium.org

  • 10 participants
  • 6607 discussions

- observium - lists.observium.org (1)

LDAP / LDAPS Authentication with Observium
by Valerie Lim 12 May '22


12 May '22

HiI am having issue authenticating the members in my group as the error message says that it is unable to get a match of a user in a particular group.Here are some steps I've taken so far: * Changing to $config['auth_ldap_server'] = "server01.domain01.com"; caused an error that LDAP server was unable to bind thus that is why I am using IP address * All my users are already a member of the group that I've specified & the group is also in an OU I've specified in my config.phpSo, why is Observium unable to get a match of the users even though the specifications are already there? Please advise.Attached is my config.php configuration:// Authentication Model$config['auth_mechanism'] = "ldap"; // default, other options: ldap, http-auth, please se>$config['auth_ldap_binddn'] = "cn=Administrator,cn=Users,dc=domain01,dc=com";$config['auth_ldap_bindpw'] = "xxxxxxxx";$config['auth_ldap_attr']['uid'] = "sAMAccountName";$config['auth_ldap_attr']['uidNumber'] = "objectSid";$config['auth_ldap_attr']['cn'] = "name";$config['auth_ldap_attr']['dn'] = "distinguishedName";$config['auth_ldap_objectclass'] = "person";$config['auth_ldap_version'] = 3;$config['auth_ldap_server'] = "ldap://192.168.1.234";$config['auth_ldap_port'] = 389;$config['auth_ldap_starttls'] = TRUE;$config['auth_ldap_bindanonymous'] = FALSE;$config['auth_ldap_prefix'] = "CN=";$config['auth_ldap_suffix'] = ",OU=MVC,DC=domain01,DC=com";$config['auth_ldap_group'] = array("CN=gtgroup,OU=MVC,DC=domain01,DC=com");$config['auth_ldap_groupbase'] = "CN=gtgroup,OU=MVC,DC=domain01,DC=com";$config['auth_ldap_groupmembertype'] = "nodn";$config['auth_ldap_groupmemberattr'] = "member";unset($config['auth_ldap_groups']);$config['auth_ldap_groups']['CN=gtgroup,OU=MVC,DC=domain01,DC=com']['level'] = 10;$config['web_debug_unprivileged'] = TRUE;Error message I got when logging in:[cid:image002.jpg@01D865E9.D1ADC000]My group & OU settings:[cid:image005.jpg@01D865E9.D1ADC000]Best RegardsValerie Lim

3 4

- observium - lists.observium.org (2)

Project still active?
by Denton, Gregory 12 May '22


12 May '22

Hi Team,First off, thank you for the detailed support of some of the lesser common devices.Next, can you confirm the project is still active in any way? I'm currently in the market for a solution with enterprise level support (internal policy), so before I go to the well for funding, I need to know that Observium is still viable and active for that level of support?</greg>

2 1

- observium - lists.observium.org (3)

Display warning on map
by Arnoldo Vidal Bravo 12 May '22


12 May '22

hello, today we have had several incidents in our network. It strikes methat some devices do not show the red triangle on the map. Where could Ifind and fix this problem?ps: the alert boxes have been customized to show hostname and IP, it worksfine for us.[image: image.png]-- Saluda cordialmente

2 1

- observium - lists.observium.org (4)

LDAP / LDAPS Authentication with Observium
by Valerie Lim 12 May '22


12 May '22

Hi GraemeThanks! Also just want to check with you: 1. Other than getting LDAP to work, did you manage to get LDAPS to work as well? If so, could you provide the every step on how your team did it? 2. What OS & version is both your host Observium & LDAP server running on? 3. For LDAP, other than setting up Observium in the host & LDAP service in the server itself, were there any additional packages / steps you did to make it work?[cid:image001.png@01D865EB.87CC6930]Best RegardsValerie Lim

1 0

- observium - lists.observium.org (5)

LDAP / LDAPS Authentication with Observium
by Valerie Lim 12 May '22


12 May '22

HiI've configured my config.php based on recommended advice. However, when I try logging in, it only refreshes the page and shows me the following logs:[cid:image001.jpg@01D86528.E1F50CA0]I'm running my Observium on Ubuntu Desktop 20.04 and my LDAP server on Windows Server 2019. Here is my config.php configuration:// Authentication Model$config['auth_mechanism'] = "ldap"; // default, other options: ldap, http-auth, please se>$config['auth_ldap_binddn'] = "cn=Administrator,cn=Users,dc=domain01,dc=com";$config['auth_ldap_bindpw'] = "XXXXXXXX";$config['auth_ldap_attr']['uid'] = "sAMAccountName";$config['auth_ldap_attr']['uidNumber'] = "objectSid";$config['auth_ldap_attr']['cn'] = "name";$config['auth_ldap_attr']['dn'] = "distinguishedName";$config['auth_ldap_objectclass'] = "person";$config['auth_ldap_version'] = 3;$config['auth_ldap_server'] = "ldap://192.168.1.234";$config['auth_ldap_port'] = 389;$config['auth_ldap_starttls'] = TRUE;$config['auth_ldap_bindanonymous'] = FALSE;$config['auth_ldap_prefix'] = "CN=";$config['auth_ldap_suffix'] = ",OU=ACCLIVIS,DC=domain01,DC=com";$config['auth_ldap_group'] = array("CN=grouping,OU=ACCLIVIS,DC=domain01,DC=com");$config['auth_ldap_groupbase'] = "CN=grouping,OU=ACCLIVIS,DC=domain01,DC=com";$config['auth_ldap_groupmembertype'] = "nodn";$config['auth_ldap_groupmemberattr'] = "member";unset($config['auth_ldap_groups']);$config['auth_ldap_groups']['CN=grouping,OU=ACCLIVIS,DC=domain01,DC=com']['level'] = 10;$config['web_debug_unprivileged'] = TRUE;I am able to run a successful LDAP query from my host to my LDAP server. Thus, please advice on what else I can be missing. I'm reverting back from LDAPS to LDAP as I would like to fix the basic LDAP connection first before moving to a secured LDAP.Best RegardsValerie Lim

3 4

- observium - lists.observium.org (6)

observium secondary IP
by Toky ANDRIANASOLO 11 May '22


11 May '22

Hello,Can we configure a secondary IP address for the observium server and usethis to add devices?the primary IP will be routed on the primary link based on tunnelingtechnology and the secondary IP will be routed on the backup MPLS link.Thank you and Regards,Toky,-- <https://app.livestorm.co/comdata-group/services-financiers-comment-optimise…>

4 3

- observium - lists.observium.org (7)

need for a new support system, email lists are too limiting
by Tony Guadagno 06 May '22


06 May '22

Hi, as the recent 2 questions have shown (ldaps auth and ping only device monitoring) users have the same questions over and over. Currently, this system Observium uses for email lists (imho) is not cutting it. There is no place (that I now of) that we can search for old solutions, the emails don't seem to be archived anywhere.Have you considered switching off this to a discussion board software? I think it would be better for all.Just my 2 cents.tony

4 8

- observium - lists.observium.org (8)

LDAPS Authentication with Observium
by Valerie Lim 05 May '22


05 May '22

HiI need advice on how to authenticate my LDAP server (Windows Server 2019) with my Observium client (v22.4.11952) which runs on Ubuntu v20.04 Desktop. 1. I've configured LDAPs certificate in my LDAP server as an .pfx file. How do I allow Observium to read the certificate so as to get authenticated by my LDAP server? 1. I've configured LDAP settings in my Observium's config.php file accordingly as advised & installed php module. However, Observium is still unable to authenticate via LDAP. LDAP query between Observium client (Ubuntu) and LDAP server (Windows) is working. So please advice on what additional steps is required on setting up LDAP on regards to both client & server side. 1. Attached is my config.php configuration.// Authentication Model$config['auth_mechanism'] = "ldap"; // default, other options: ldap, http-auth, please s>$config['auth_ldap_binddn'] = "cn=Administrator,ou=acclivis,dc=domain01,dc=com";$config['auth_ldap_bindpw'] = "xxxxxxxxxx";$config['auth_ldap_attr']['uid'] = "sAMAccountName";$config['auth_ldap_attr']['uidNumber'] = "objectSid";$config['auth_ldap_attr']['cn'] = "name";$config['auth_ldap_attr']['dn'] = "distinguishedName";$config['auth_ldap_objectclass'] = "user";$config['auth_ldap_version'] = 3;$config['auth_ldap_server'] = "server01.domain01.com";$config['auth_ldap_port'] = 636;$config['auth_ldap_starttls'] = TRUE;$config['auth_ldap_prefix'] = "cn=";$config['auth_ldap_suffix'] = ",ou=acclivis,DC=domain01,DC=com";$config['auth_ldap_group'] = array("cn=grouping,ou=acclivis,DC=domain01,DC=com");$config['auth_ldap_groupbase'] = "cn=grouping,ou=acclivis,DC=domain01,DC=com";$config['auth_ldap_groupmembertype'] = "nondn";$config['auth_ldap_groupmemberattr'] = "member";unset($config['auth_ldap_groups']);$config['auth_ldap_groups']['cn=grouping,ou=acclivis,DC=domain01,DC=com']['level'] = 10;Best RegardsValerie Lim

3 10

- observium - lists.observium.org (9)

Phantom suppressed alerts
by Dale Chambers 05 May '22


05 May '22

Afternoon,I am hoping you might be able to help me. I seem to have issues with the alerts where I have quite a few marked as supressed, but when you look at the suppressed alerts, I only see 5, but I cannot see how I can clear these phantom alerts. Are you able to help me? I am currently on version 22.3.11925 and this has been going on for probably a year now. A screenshot is provided so that you can see what I have occurring.[cid:image001.jpg@01D86097.CBC408E0]Many ThanksDaleCONFIDENTIALITY AND PRIVACY POLICYThis communication is private and the information contained in this email and any attachments may be privileged, commercially sensitive, confidential, proprietary to NSSLGlobal Limited or otherwise legally exempt from disclosure. If you are not the intended recipient or have been sent this in error, you are prohibited from using, copying, relying upon, or disseminating the information, and the sender disclaims any liability for such unauthorised use. Further, if you are not the intended recipient, please notify the sender immediately and delete all copies of this message. In accordance with our email policy, emails sent or received may be monitored. Thank you.We have recently updated our Privacy Policy, which can be accessed at https://www.nsslglobal.com/uploads/documents/NSSLGlobal_Privacy_Policy.pdf We will hold and manage personal data that you provide us with in accordance with this Privacy Policy.

1 0

- observium - lists.observium.org (10)

LDAPS Authentication Observium
by Valerie Lim 05 May '22


05 May '22

HiIs there a log file in Observium for me to troubleshoot when I log in via LDAP? I want to verify the LDAP details I've keyed in my config.php is correct as I am still unable to log in via LDAP as per Tony's advice on LDAPS. Please advise if I am missing out any additional steps / packages required to as I am still relatively new to configuring LDAP / LDAPS for Observium.Attached are some information I configured so far: 1. Config.php[cid:image001.jpg@01D86091.7DDD9E30] 1. /etc/ldap/ldap.conf[cid:image002.jpg@01D86091.7DDD9E30] 1. Certificate Information (Configured via Windows LDAP Server)[cid:image003.jpg@01D86091.7DDD9E30][cid:image004.jpg@01D86091.7DDD9E30] 1. Already configured LDAPS on Windows LDAP Server (If require more screenshots to show what settings I've configured, I can provide) 2. Made changes to /opt/observium/config.php accordingly as shown in 1st screenshot 3. Made changes to /etc/ldap/ldap.conf accordingly as shown in 2nd screenshot 4. Did ldapquery sucessfully before configuring LDAPS to ensure Ubuntu host can query to Windows LDAP server.Best RegardsValerie Lim

1 0

- observium - lists.observium.org (2024)

References

Top Articles
Latest Posts
Article information

Author: Pres. Carey Rath

Last Updated:

Views: 5707

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Pres. Carey Rath

Birthday: 1997-03-06

Address: 14955 Ledner Trail, East Rodrickfort, NE 85127-8369

Phone: +18682428114917

Job: National Technology Representative

Hobby: Sand art, Drama, Web surfing, Cycling, Brazilian jiu-jitsu, Leather crafting, Creative writing

Introduction: My name is Pres. Carey Rath, I am a faithful, funny, vast, joyous, lively, brave, glamorous person who loves writing and wants to share my knowledge and understanding with you.