LDAP PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • langhammer@gmail.com

    #1

    LDAP PHP

    Hi guys,

    I have a problem to connect as user to ldap.

    If I connect normal to the server (anonymos) the connection is
    succesfully.
    But I don't know how to enter the right Kontext and Tree to use it :(

    I have testet but noting work. Has anyone a short example how to
    connect ?

    In example:
    Username: Steffen
    Kontext: edv.berlin.germ any
    Tree: MYCOMPANY
    Language: DE

    I have the task to get the Email-Address after password check from this
    user from LDAP. But I dont know in what kind of way :(

  • Peter van Schie

    #2
    Re: LDAP PHP

    Hi,

    I think you're looking for the function ldap_search.
    Check the docs on how to use it:


    --


    Comment

    Working...