Access to LDAP with active directory

Asked By 210 points N/A Posted on -
qa-featured

I have many certificates in the LDAP server, because I want to verify the validity of the certificate. How can i access to the LDAP server using active directory, so how can I identify the server in active directory installed in the Windows Server 2008?

SHARE
Answered By 10 points N/A #95165

Access to LDAP with active directory

qa-featured

Hi There,

To answer your Queries, two options are possible solution in getting your required values or information thru Active Directory to LDAP server;

a. Using command line ldifede. This command in your Windows 2008 is equivalent of ldapsearch and basically allows you to get entry for yourself and a group you want to search for certificate validation. These two entries should allow you to come up with an authentication.conf that will permit Splunk to authenticate users. For more info; https://msdn.microsoft.com/en-us/library/Bb727091.aspx

LDIF Directory Exchange
 

b. Using GUI utility Active Directory Explorer.  https://docs.microsoft.com/en-us/sysinternals/downloads/adexplorer .

GUI utility Active Directory Explorer new object

This utility will serve you like a Wizard in your Windows Explorer view to your Active Directory or LDAP Configuration. "LDP" and "ADSIEDIT.MSC" build in function that permits to have a GUI view of Active Directory. Run them from "Start–> Run" in Windows on your AD Server.

For mapping purposes you need to identify the ff:

For mapping purposes you need to identify the ff
It depends how comfortable you are in using this solution. Which is way more practical it’s your choice preferably.

Best Regards,
A.Wright

Related Questions