~ubuntu-branches/ubuntu/edgy/dovecot/edgy-security

« back to all changes in this revision

Viewing changes to src/auth/passdb-pam.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 15:13:37 UTC
  • mfrom: (1.10.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630151337-l772crcoe5hfd4hw
Tags: 1.0.rc1-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
                        case PAM_USER_UNKNOWN:
274
274
                                result = PASSDB_RESULT_USER_UNKNOWN;
275
275
                                break;
 
276
                        case PAM_NEW_AUTHTOK_REQD:
276
277
                        case PAM_ACCT_EXPIRED:
277
278
                                result = PASSDB_RESULT_PASS_EXPIRED;
278
279
                                break;