Differences between revisions 2 and 3
Revision 2 as of 2011-09-24 20:11:25
Size: 496
Editor: PieterSmit
Comment: Add gentoo link for AD
Revision 3 as of 2011-09-24 20:17:15
Size: 794
Editor: PieterSmit
Comment: add ldap-search example
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * ldap-search - syntax
   {{{
ldapsearch -x -LLL -h [host] -D [user] -w [password] -b [base DN] -s sub "([filter])" [attribute list]
*** A simple example ***
$ ldapsearch -x -LLL -h host.example.com -D user -w password -b"dc=ad,dc=example,dc=com" -s sub "(objectClass=user)" givenName
   }}}

AD Linux integration

  • Windows Active directory

AD tools

...


CategoryLinux

linux/ADintegration (last edited 2013-04-24 06:15:03 by PieterSmit)