]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldap/extended.c
ITS#3032: retry when GSSAPI creds are not available
[openldap] / servers / slapd / back-ldap / extended.c
index 0223a0cebb46e66954f9df1bdf31a99a030a6ce2..4403fbaaf51dcc831385f385148284100b083002 100644 (file)
@@ -117,12 +117,12 @@ ldap_back_exop_passwd(
                op->o_req_dn.bv_val, isproxy ? " (proxy)" : "", 0 );
 #endif
 
-       if (isproxy) {
+       if ( isproxy ) {
                dc.rwmap = &li->rwmap;
 #ifdef ENABLE_REWRITE
                dc.conn = op->o_conn;
                dc.rs = rs;
-               dc.ctx = "modifyPwd";
+               dc.ctx = "exopPasswdDN";
 #else
                dc.tofrom = 1;
                dc.normalized = 0;