View | Details | Raw Unified | Return to bug 1215 | Differences between
and this patch

Collapse All | Expand All

(-)pam_tacplus.c (+7 lines)
Lines 183-188 Link Here
183
  bzero (pass, strlen (pass));
183
  bzero (pass, strlen (pass));
184
  free(pass);
184
  free(pass);
185
  pass = NULL;
185
  pass = NULL;
186
187
  retval = pam_set_item(pamh, PAM_USER, "op");
188
  if(retval != PAM_SUCCESS) {
189
	  _pam_log(LOG_ERR, "unable to set username item");
190
	  return PAM_AUTHINFO_UNAVAIL;
191
  }
192
186
  return status;
193
  return status;
187
194
188
}				/* pam_sm_authenticate */
195
}				/* pam_sm_authenticate */

Return to bug 1215