Dimitar Haralanov wrote: > Could anyone help me with information on how I can query the MS server? ldapsearch -x -h w2kserver -b dc=your,dc=domain,dc=com -s sub -D \ cn=Administrator,cn=Users,dc=your,dc=domain,dc=com -W \ '(cn=Administrator)' should do. IIRC it's also possible to bind anonymously. Replace the search filter and base with whatever you are looking for... -- Roland Bauerschmidt