Revision 22954,
172 bytes
checked in by tabbott, 16 years ago
(diff) |
In pam-config:
* Check if common-* templates are available in /usr/share/pam/
* Handle pam_unix.so in temlate being requisitie instead of required.
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[22875] | 1 | #!/usr/bin/perl -0p |
---|
[22954] | 2 | s/^(password[ \t]+)(required|requisite)( ? ?)([ \t]+)(pam_unix\.so([ \t]+.*)?)\n/$1sufficient$4$5\n$1required$3$4pam_krb5.so use_first_pass\n/m or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.