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

Revision 22875, 160 bytes checked in by tabbott, 16 years ago (diff)
In pam-config: * Convert (partially) to the new config-package-dev interface
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s/^(password[ \t]+)required( ? ?)([ \t]+)(pam_unix\.so([ \t]+.*)?)\n/$1sufficient$3$4\n$1required$2$3pam_krb5.so use_first_pass\n/m or die;
Note: See TracBrowser for help on using the repository browser.