LDAP HELP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
flemingmike
Forum Newbie
Posts: 17
Joined: Wed Mar 18, 2009 5:29 pm

LDAP HELP

Post 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
Post Reply