Testing LDAP connectivity

From Tech-Wiki
Revision as of 23:29, 6 February 2017 by Fabricio.Lima (Talk | contribs) (Created page with "Get the Active Directory Controller: dig _ldap._tcp.domain.com SRV Test authentication: adtest -t auth - r domain.com -u user -w password Get group membership: ldapsearch...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Get the Active Directory Controller:

dig _ldap._tcp.domain.com SRV

Test authentication:

adtest -t auth - r domain.com -u user -w password

Get group membership:

ldapsearch -x -D "User Name" -w user -h dc.domain.com -b "cn=User Name",cn=users,dc=domain,dc=com memberOf