Page 1 of 1

LDAP HELP

Posted: Wed Apr 22, 2009 10:17 am
by flemingmike
hi, not sure if anyone here would know, but i need to configure my file for ldap lookup. i dont know what to put for the following:

Code: Select all

 
Connection
;hostname for the server
; what port to use, 389 is the default
; what DN to bind with, leave blank for anonymous (by default A.D. servers don't support anonymous binding)
; what password to bind with
;
;
server=server.domain.com
port=389
binddn='NO CLUE WHAT THIS IS'
bindpw='NO CLUE WHAT THIS IS'
 
 
thanks in advance