Ok, so i have installed, uploaded and configured the ldap authentication (ldapauth.zip), the ldap connection seem to work. But there are two things i would like to change, first the "user dn:" Look like this, cn=[USERNAME],cn=users,dc=test,dc=random,dc=com, i would like to use the login name insted for the CN.
Also, after i authentice i get this from nagios.
The specified user account has not been setup in this application - contact your Nagios XI administrator.
Any ideas?
Install/configure ldap authentication
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Install/configure ldap authentication
With this component [USERNAME] will be replaced with the login's user name.
You do however need to setup each user in XI as authorization is still done in XI, the LDAP component is just used for authentication.
You do however need to setup each user in XI as authorization is still done in XI, the LDAP component is just used for authentication.
Re: Install/configure ldap authentication [solved]
I used the ldap module, i should have used the active directory since i use a ad as a ldap, that did the trick. Really east awswell.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Install/configure ldap authentication
Excellent!