source: trunk/debathena/config/pam-config/debian/transform_common-password.debathena @ 22954

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 *
Line 
1#!/usr/bin/perl -0p
2s/^(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.