[sork] Failure in changing password: Incorrect Password

amith at xalan.com amith at xalan.com
Wed Apr 23 18:22:30 PDT 2003


| conn=0 op=0 BIND dn="UID=TXG16 at THBUO.GOV.TW,O=EXAMPLE.COM" method=128

//        'userdn' => 'uid=' . Auth::getAuth() . ',o=example.com',

Are you sure this line is commented?  I think what your seeing in the LDAP logs
is because this line is being read (i.e. its not commented out correctly)

Just for your info if you have this commented out, the ldap driver will bind to
the LDAP tree anonymously, search for the user you are trying to change the
password for, bind as that user, then change the password.

When you do have userdn defined in backends.php, the ldap driver skips the
anonymous search and binds as that user defined by the userdn parameter.

Amith



More information about the sork mailing list