File: password-migration

package info (click to toggle)
samba-doc-ja 2.2.8a%2Bja1.0-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 34,192 kB
  • ctags: 22,693
  • sloc: ansic: 197,587; sh: 8,073; perl: 5,377; makefile: 1,489; awk: 1,146; exp: 1,143; csh: 216
file content (18 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#%PAM-1.0
# password-migration
#
# A sample PAM configuration that shows the use of pam_smbpass to migrate
# from plaintext to encrypted passwords for Samba.  Unlike other methods,
# this can be used for users who have never connected to Samba shares:
# password migration takes place when users ftp in, login using ssh, pop
# their mail, etc.

auth       requisite        pam_nologin.so
# pam_smbpass is called IFF pam_unix succeeds.
auth       requisite        pam_unix.so
auth       optional         pam_smbpass.so migrate
account    required         pam_unix.so
password   requisite        pam_cracklib.so retry=3
password   requisite        pam_unix.so shadow md5 use_authtok try_first_pass
password   optional         pam_smbpass.so nullok use_authtok try_first_pass
session    required         pam_unix.so