Page 1 of 2

LDAP Authentication

Posted: Mon Sep 16, 2019 9:36 am
by fmunoz
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.

Re: LDAP Authentication

Posted: Mon Sep 16, 2019 9:42 am
by scottwilkerson

Re: LDAP Authentication

Posted: Mon Sep 16, 2019 10:04 am
by fmunoz
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

Posted: Mon Sep 16, 2019 10:09 am
by scottwilkerson
fmunoz 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?
You would enter the DN and DC for your LDAP server, you should be able to get this information from your LDAP administrator

Re: LDAP Authentication

Posted: Tue Sep 17, 2019 6:16 am
by fmunoz
scottwilkerson wrote:
fmunoz 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?
You would enter the DN and DC for your LDAP server, you should be able to get this information from your LDAP administrator
Thank you for your answer scott!

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

Re: LDAP Authentication

Posted: Tue Sep 17, 2019 6:25 am
by scottwilkerson
DN = Distinguished Name
OU = Organizational Unit
DC = Domain Component
CN = Common Name


https://en.wikipedia.org/wiki/LDAP_Data ... nge_Format

Re: LDAP Authentication

Posted: Tue Sep 17, 2019 6:32 am
by fmunoz
scottwilkerson wrote:DN = Distinguished Name
OU = Organizational Unit
DC = Domain Component
CN = Common Name


https://en.wikipedia.org/wiki/LDAP_Data ... nge_Format
Thank you so much for your fast answer!

I will try with that now!

Re: LDAP Authentication

Posted: Tue Sep 17, 2019 6:34 am
by scottwilkerson
fmunoz wrote:
scottwilkerson wrote:DN = Distinguished Name
OU = Organizational Unit
DC = Domain Component
CN = Common Name


https://en.wikipedia.org/wiki/LDAP_Data ... nge_Format
Thank you so much for your fast answer!

I will try with that now!
sounds good

Re: LDAP Authentication

Posted: Wed Sep 18, 2019 8:53 am
by fmunoz
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

Re: LDAP Authentication

Posted: Wed Sep 18, 2019 4:56 pm
by ssax
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?

Code: Select all

uname -a
cat /etc/*release