LDAP Authentication
LDAP Authentication
Hi everyone!
I need some help with an implementation of ldap authentication in my nagios server.
I can not implement that because i did not find any example or tutorial that help me easily.
If you have a tutorial or example that i can follow to get that, i will be so gratefull.
Thank you for your answer and your time.
I need some help with an implementation of ldap authentication in my nagios server.
I can not implement that because i did not find any example or tutorial that help me easily.
If you have a tutorial or example that i can follow to get that, i will be so gratefull.
Thank you for your answer and your time.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: LDAP Authentication
There is an example here
https://support.nagios.com/forum/viewto ... 18#p270852
https://support.nagios.com/forum/viewto ... 18#p270852
Re: LDAP Authentication
Thank you for your answer.
I have already that example, but i dont understand what mean "contoso", "DN", "DC".. all of these words.. what muss I insert?
I have already that example, but i dont understand what mean "contoso", "DN", "DC".. all of these words.. what muss I insert?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: LDAP Authentication
You would enter the DN and DC for your LDAP server, you should be able to get this information from your LDAP administratorfmunoz wrote:Thank you for your answer.
I have already that example, but i dont understand what mean "contoso", "DN", "DC".. all of these words.. what muss I insert?
Re: LDAP Authentication
Thank you for your answer scott!scottwilkerson wrote:You would enter the DN and DC for your LDAP server, you should be able to get this information from your LDAP administratorfmunoz wrote:Thank you for your answer.
I have already that example, but i dont understand what mean "contoso", "DN", "DC".. all of these words.. what muss I insert?
But i need to know what mean DN and DC.. So I can get that from my LDAP server and set it in my nagios server
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: LDAP Authentication
DN = Distinguished Name
OU = Organizational Unit
DC = Domain Component
CN = Common Name
https://en.wikipedia.org/wiki/LDAP_Data ... nge_Format
OU = Organizational Unit
DC = Domain Component
CN = Common Name
https://en.wikipedia.org/wiki/LDAP_Data ... nge_Format
Re: LDAP Authentication
Thank you so much for your fast answer!scottwilkerson wrote:DN = Distinguished Name
OU = Organizational Unit
DC = Domain Component
CN = Common Name
https://en.wikipedia.org/wiki/LDAP_Data ... nge_Format
I will try with that now!
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: LDAP Authentication
sounds goodfmunoz wrote:Thank you so much for your fast answer!scottwilkerson wrote:DN = Distinguished Name
OU = Organizational Unit
DC = Domain Component
CN = Common Name
https://en.wikipedia.org/wiki/LDAP_Data ... nge_Format
I will try with that now!
Re: LDAP Authentication
Hi!
I made it work!
But i still can not use my AD users to log in! It found only with Administrator account.. is it ok? o there is another way to made it work with the users of the AD?
Thank you for yours answers
I made it work!
But i still can not use my AD users to log in! It found only with Administrator account.. is it ok? o there is another way to made it work with the users of the AD?
Thank you for yours answers
Re: LDAP Authentication
Please PM me ALL your httpd.conf and related Apache conf files (that you changed) so that I can investigate your current settings.
What distro/OS?
What distro/OS?
Code: Select all
uname -a
cat /etc/*release