3 Replies Latest reply on Feb 15, 2008 3:55 AM by rammy1984

    passing password to LDAP server

      In my application, i'm creating a module for user management where i need to add/update/getAll users in the LDAP server.

      i'm using the same LDAP for authentication as well.

      when i connect the LDAP for these operations, i want to use the same username/password which were used for login. (i'll enable access to this module only to users that have the right role...)

      i'm using basic authentication.

      the problem is that in my application i can not get the user's password. i get only the principal.

      is there a way to pass on the same password used for login?

      regards
      Gil