source: trunk/debathena/config/reactivate/debian/transform_schroot_pam @ 25223

Revision 25223, 172 bytes checked in by jdreed, 13 years ago (diff)
In reactivate: * Workaround for schroot/libpam-afs-session stupidity (Trac: #928)
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2# -*- mode: fundamental; -*-
3
4print <<EOF;
5# Added by debathena-reactivate
6auth required pam_env.so readenv=1 envfile=/tmp/ticketenv
7EOF
8print;
9exit 0;
Note: See TracBrowser for help on using the repository browser.