summaryrefslogtreecommitdiff
path: root/site_perl/UID.pm
diff options
context:
space:
mode:
authorivan <ivan>1999-04-14 07:58:39 +0000
committerivan <ivan>1999-04-14 07:58:39 +0000
commitce11defad5298448b5c62c7e40fa1d0351f2af8a (patch)
treea0763758bca0450f2ae8b73904bdffa2582478ad /site_perl/UID.pm
parenta4cdd045fcb3edab2b49d5603e02ce5683a778af (diff)
export getsecrets from FS::UID instead of calling it explicitly
Diffstat (limited to 'site_perl/UID.pm')
-rw-r--r--site_perl/UID.pm9
1 files changed, 6 insertions, 3 deletions
diff --git a/site_perl/UID.pm b/site_perl/UID.pm
index ad7c89dd5..889ccb65f 100644
--- a/site_perl/UID.pm
+++ b/site_perl/UID.pm
@@ -15,7 +15,7 @@ use FS::Conf;
@ISA = qw(Exporter);
@EXPORT_OK = qw(checkeuid checkruid swapuid cgisuidsetup
- adminsuidsetup getotaker dbh datasrc);
+ adminsuidsetup getotaker dbh datasrc getsecrets );
$freeside_uid = scalar(getpwnam('freeside'));
@@ -241,7 +241,7 @@ coderef into the hash %FS::UID::callback :
=head1 VERSION
-$Id: UID.pm,v 1.10 1999-04-12 22:41:09 ivan Exp $
+$Id: UID.pm,v 1.11 1999-04-14 07:58:39 ivan Exp $
=head1 BUGS
@@ -287,7 +287,10 @@ inlined suidsetup
ivan@sisd.com 98-sep-12
$Log: UID.pm,v $
-Revision 1.10 1999-04-12 22:41:09 ivan
+Revision 1.11 1999-04-14 07:58:39 ivan
+export getsecrets from FS::UID instead of calling it explicitly
+
+Revision 1.10 1999/04/12 22:41:09 ivan
bugfix; $user is a global (yuck)
Revision 1.9 1999/04/12 21:09:39 ivan