]> git.sur5r.net Git - openldap/commitdiff
*** empty log message ***
authorHoward Chu <hyc@openldap.org>
Sat, 18 Apr 2009 00:50:14 +0000 (00:50 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 18 Apr 2009 00:50:14 +0000 (00:50 +0000)
contrib/slapd-modules/nssov/nss-ldapd/nss/pam.c

index 23de682a473d93743cc9a2f7dbede5bcf2ad982d..f77465525632f50c464e1d6abcc1cd2d59072594 100644 (file)
@@ -534,7 +534,7 @@ int pam_sm_close_session(
 static enum nss_status pam_do_pwmod(
        pld_ctx *ctx, const char *oldpw, const char *newpw, int *errnop)
 {
-       NSS_BYGEN(NSLCD_ACTION_PAM_SESS_C,
+       NSS_BYGEN(NSLCD_ACTION_PAM_PWMOD,
                WRITE_STRING(fp,ctx->dn);
                WRITE_STRING(fp,ctx->user);
                WRITE_STRING(fp,oldpw);