~vcs-imports/samba/main

« back to all changes in this revision

Viewing changes to source/pam_smbpass/samples/password-mature

  • Committer: jerry
  • Date: 2006-07-14 21:48:39 UTC
  • Revision ID: vcs-imports@canonical.com-20060714214839-586d8c489a8fcead
gutting trunk to move to svn:externals

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#%PAM-1.0
2
 
# password-mature
3
 
#
4
 
# A sample PAM configuration for a 'mature' smbpasswd installation.
5
 
# private/smbpasswd is fully populated, and we consider it an error if
6
 
# the smbpasswd doesn't exist or doesn't match the Unix password.
7
 
 
8
 
auth       requisite        pam_nologin.so
9
 
auth       required         pam_unix.so
10
 
account    required         pam_unix.so
11
 
password   requisite        pam_cracklib.so retry=3
12
 
password   requisite        pam_unix.so shadow md5 use_authtok try_first_pass
13
 
password   required         pam_smbpass.so use_authtok use_first_pass
14
 
session    required         pam_unix.so