source: trunk/debathena/config/pam-config/debian/transform_common-auth.debathena @ 24443

Revision 24443, 341 bytes checked in by broder, 14 years ago (diff)
In pam-config: * Replace libpam-athena-locker with libpam-afs-session. (Trac: #316)
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s/^(auth[ \t]+)(required|requisite)( ? ?)([ \t]+)(pam_unix\.so([ \t]+.*)?)\n/$1sufficient$4$5\n$1\[success=done authinfo_unavail=ignore default=die\]$3$4pam_krb5.so minimum_uid=1 use_first_pass\n$1\[default=die\]$3$4pam_echo.so file=\/etc\/issue.net.no_network\n$1optional$3$4pam_afs_session.so aklog_homedir\n/m or die;
Note: See TracBrowser for help on using the repository browser.