Skip to content

Latest commit

 

History

History
85 lines (59 loc) · 6.41 KB

LDAP.md

File metadata and controls

85 lines (59 loc) · 6.41 KB

LDAP notes.

  1. LDAPwiki
  2. ldp ldap connection tool that comes with window
  3. AD Explorer, part of sysinternals
  4. Check AD is up
  5. LDAP Bind errors listing

general stuff

  1. Find name of Active Directory domain controller
  2. How to authenticate Linux accounts against an Active Directory and mount a Windows share on login?
  3. How can I find out what AD groups I'm a member of?

apache httpd related

  1. An apache error with LDAP Server on Windows Server 2008 R2
  2. LDAP Authentication on Apache denies valid credentials This provides SSL example too.
  3. Password mismatch. Check whether you need the LDAP bind to get it to work.
  4. SVN Authentication with LDAP and Active Directory
  5. Authentication failed user not found in active directory
  6. SVN Edge not authenticating correctly with domain controller

AD related

LDAP URLS

VB.NET connect

https://www.codeproject.com/Articles/8488/Accessing-LDAP-User-list-using-VB-NET https://www.codeproject.com/Questions/439810/authenticate-user-in-LDAP https://www.codeproject.com/Questions/526055/LDAPplususerplusAuthenticationplususingplusDirecto https://www.codeproject.com/Articles/5011/Apply-Single-Sign-On-to-your-application https://stackoverflow.com/questions/34600846/ldap-vb-net-simple-query

C# connect

commandline using dsquery

LDAP connection via Java.

Turn on LDAP debugging in Windows to trace the issue. This is for Windows only.

It needs to use logman a command line tool to capture the log, and also update the registry entry to get the value. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ldap\Tracing\<ProcessName> Also see this link https://docs.microsoft.com/en-us/dynamics-nav/how-to--use-logman-to-collect-event-trace-data to use logman to collect data.