summaryrefslogtreecommitdiff
path: root/bin/svc_acct.export
diff options
context:
space:
mode:
authorjeff <jeff>2002-02-15 20:21:56 +0000
committerjeff <jeff>2002-02-15 20:21:56 +0000
commit7a03e0f0cd9e1eae507be2ab17151059bcb1d3cb (patch)
treef7b0abeba0d34eb05cf13155de7a43ea0566ee43 /bin/svc_acct.export
parentcee9575a588e883d04b5e06b8fbc999e024331d2 (diff)
remove arbitary uid requirement for vpasswd generation
Diffstat (limited to 'bin/svc_acct.export')
-rwxr-xr-xbin/svc_acct.export26
1 files changed, 13 insertions, 13 deletions
diff --git a/bin/svc_acct.export b/bin/svc_acct.export
index aeb49d2b1..cee63bcd5 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.31 2002-02-14 22:37:38 jeff Exp $
+# $Id: svc_acct.export,v 1.32 2002-02-15 20:21:56 jeff Exp $
#
# Create and export password, radius and vpopmail password files:
# passwd, passwd.adjunct, shadow, acp_passwd, acp_userinfo, acp_dialup
@@ -350,20 +350,20 @@ foreach $svc_domain (sort {$a->domain cmp $b->domain} @svc_domain) {
'',
), "\n";
}
+ }
- ###
- # FORMAT OF THE VPASSWD FILE HERE
- print VPASSWD join(":",
- $svc_acct->username,
- $cpassword,
- '1',
- '0',
- $svc_acct->username,
- "$vpopdir/domains/" . $svc_domain->domain ."/" . $svc_acct->username,
- 'NOQUOTA',
- ), "\n";
+ ###
+ # FORMAT OF THE VPASSWD FILE HERE
+ print VPASSWD join(":",
+ $svc_acct->username,
+ $cpassword,
+ '1',
+ '0',
+ $svc_acct->username,
+ "$vpopdir/domains/" . $svc_domain->domain ."/" . $svc_acct->username,
+ 'NOQUOTA',
+ ), "\n";
- }
if ( $svc_acct->slipip ne '' ) {