source: branches/samba-3.2.x/source/pam_smbpass/samples/kdc-pdc

Last change on this file was 133, checked in by Paul Smedley, 17 years ago

Update trunk to 3.2.0pre3

File size: 599 bytes
Line 
1#%PAM-1.0
2# kdc-pdc
3#
4# A sample PAM configuration that shows pam_smbpass used together with
5# pam_krb5. This could be useful on a Samba PDC that is also a member of
6# a Kerberos realm.
7
8auth requisite pam_nologin.so
9auth requisite pam_krb5.so
10auth optional pam_smbpass.so migrate
11account required pam_krb5.so
12password requisite pam_cracklib.so retry=3
13password optional pam_smbpass.so nullok use_authtok try_first_pass
14password required pam_krb5.so use_authtok try_first_pass
15session required pam_krb5.so
Note: See TracBrowser for help on using the repository browser.