CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    1

    Changing Passwords using ldap c api

    Can anyone tell me how one can change the password of a given user using the c api for ldap

    i wishto know which attributes need to be modified

    thanxs in advance

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Changing Passwords using ldap c api

    I have not really experiences C API for LDAP but maybe LDAP syncronization might hold the key.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Aug 2004
    Posts
    184

    Re: Changing Passwords using ldap c api

    For AD, looked at an attribute called UnicodePWD ......for other directories, userPassword usually works....but you are always safer checking the schema first.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured