summaryrefslogtreecommitdiff
path: root/bin/svc_acct.export
diff options
context:
space:
mode:
authorivan <ivan>2001-12-11 10:38:56 +0000
committerivan <ivan>2001-12-11 10:38:56 +0000
commit03dcc6e0f48fae0b892dbd36229884e684b94049 (patch)
tree3499aa9ddd785760795b817b7f2cdbbf23e89d1b /bin/svc_acct.export
parentc88ce379ab3075629aed1c674124c8ca13ad7dbe (diff)
radiusprepend config file for export
add Archive::Tar to docs
Diffstat (limited to 'bin/svc_acct.export')
-rwxr-xr-xbin/svc_acct.export10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/svc_acct.export b/bin/svc_acct.export
index 7271860..8c408a2 100755
--- a/bin/svc_acct.export
+++ b/bin/svc_acct.export
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# $Id: svc_acct.export,v 1.26 2001-10-24 15:29:30 ivan Exp $
+# $Id: svc_acct.export,v 1.27 2001-12-11 10:38:56 ivan Exp $
#
# Create and export password, radius and vpopmail password files:
# passwd, passwd.adjunct, shadow, acp_passwd, acp_userinfo, acp_dialup
@@ -68,6 +68,12 @@ my $textradiusprepend =
warn "using depriciated textradiusprepend file" if $textradiusprepend;
+
+my $radiusprepend =
+ $conf->exists('radiusprepend')
+ ? $conf->config('radiusprepend')
+ : '';
+
my @vpopmailmachines = $conf->config('vpopmailmachines')
if $conf->exists('vpopmailmachines');
my $vpopmailrestart = '';
@@ -190,6 +196,8 @@ if ( $icradiusmachines ) {
setpriority(0,0,10);
+print USERS "$radiusprepend\n";
+
my %usernames; ## this hack helps keep the passwd files sane
my @sendmail;