Revision 24464,
293 bytes
checked in by broder, 15 years ago
(diff) |
In pam-config:
* Only configure libpam-athena-locker as a session module, not an auth
module, to work around a bad interaction with sudo.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/usr/bin/perl -0p |
---|
2 | s/^(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/m or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.