diff options
author | ivan <ivan> | 1999-02-23 07:23:23 +0000 |
---|---|---|
committer | ivan <ivan> | 1999-02-23 07:23:23 +0000 |
commit | 36e3aafeef2f035b31ee03f3214370ba025aba6f (patch) | |
tree | b27e16fb16626791f6668fe5d1c07c01f8e54f5e | |
parent | 505de354b53f046210d86066b87752b56b2aff40 (diff) |
oops, don't comment out &swapuid in &adminsuidsetup!
-rw-r--r-- | site_perl/UID.pm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/site_perl/UID.pm b/site_perl/UID.pm index c141cab63..b4486c1e8 100644 --- a/site_perl/UID.pm +++ b/site_perl/UID.pm @@ -78,7 +78,7 @@ sub adminsuidsetup { 'ChopBlanks' => 'true', } ) or die "DBI->connect error: $DBI::errstr\n"; - #swapuid(); #go to non-privledged user if running setuid freeside + swapuid(); #go to non-privledged user if running setuid freeside foreach ( keys %callback ) { &{$callback{$_}}; @@ -241,7 +241,7 @@ coderef into the hash %FS::UID::callback : =head1 VERSION -$Id: UID.pm,v 1.7 1999-01-18 09:22:40 ivan Exp $ +$Id: UID.pm,v 1.8 1999-02-23 07:23:23 ivan Exp $ =head1 BUGS @@ -287,7 +287,10 @@ inlined suidsetup ivan@sisd.com 98-sep-12 $Log: UID.pm,v $ -Revision 1.7 1999-01-18 09:22:40 ivan +Revision 1.8 1999-02-23 07:23:23 ivan +oops, don't comment out &swapuid in &adminsuidsetup! + +Revision 1.7 1999/01/18 09:22:40 ivan changes to track email addresses for email invoicing Revision 1.6 1998/11/15 05:27:48 ivan |