Projet

Général

Profil

Télécharger (869 octets) Statistiques
| Branche: | Révision:

univnautes-tools / patches / stable / 10 / pam_remove_nullok.diff @ 4ab3b90b

1
Index: etc/pam.d/system
2
===================================================================
3
--- etc/pam.d/system	(revision 256917)
4
+++ etc/pam.d/system	(working copy)
5
@@ -9,7 +9,7 @@
6
 auth		requisite	pam_opieaccess.so	no_warn allow_local
7
 #auth		sufficient	pam_krb5.so		no_warn try_first_pass
8
 #auth		sufficient	pam_ssh.so		no_warn try_first_pass
9
-auth		required	pam_unix.so		no_warn try_first_pass nullok
10
+auth		required	pam_unix.so		no_warn try_first_pass
11
 
12
 # account
13
 #account 	required	pam_krb5.so
14
Index: etc/pam.d/passwd
15
===================================================================
16
--- etc/pam.d/passwd	(revision 256917)
17
+++ etc/pam.d/passwd	(working copy)
18
@@ -8,4 +8,4 @@
19
 
20
 # password
21
 #password	requisite	pam_passwdqc.so		enforce=users
22
-password	required	pam_unix.so		no_warn try_first_pass nullok
23
+password	required	pam_unix.so		no_warn try_first_pass
(41-41/67)