source:
trunk/debathena/config/pam-config/debian/transform_common-password.debathena
@
22954
Revision 22954, 172 bytes checked in by tabbott, 16 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/usr/bin/perl -0p |
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.