summaryrefslogtreecommitdiff
path: root/bin/svc_acct.import
diff options
context:
space:
mode:
authorivan <ivan>2001-08-19 10:25:44 +0000
committerivan <ivan>2001-08-19 10:25:44 +0000
commitb400f5e930df471ad42906ae118f0f3b00cec512 (patch)
treea314617c338222f3fb3e8b39e357221c6717f043 /bin/svc_acct.import
parent7ab7ab8ce4ce69456224fc70043b83d4fd2ace97 (diff)
add system shells to @FS::svc_acct:shells on the fly, fixes: ticket #88
Diffstat (limited to 'bin/svc_acct.import')
-rwxr-xr-xbin/svc_acct.import63
1 files changed, 3 insertions, 60 deletions
diff --git a/bin/svc_acct.import b/bin/svc_acct.import
index 119f7705b..eb94e1c37 100755
--- a/bin/svc_acct.import
+++ b/bin/svc_acct.import
@@ -1,64 +1,5 @@
#!/usr/bin/perl -Tw
-#
-# $Id: svc_acct.import,v 1.16 2001-08-17 10:57:40 ivan Exp $
-#
-# ivan@sisd.com 98-mar-9
-#
-# changed 'password' field to '_password' because PgSQL 6.3 reserves this word
-# bmccane@maxbaud.net 98-Apr-3
-#
-# generalized svcparts (still needs radius import) ivan@sisd.com 98-mar-23
-#
-# radius import, now an interactive script. still needs erpcd import?
-# ivan@sisd.com 98-jun-24
-#
-# arbitrary radius attributes ivan@sisd.com 98-aug-9
-#
-# don't import /var/spool/freeside/conf/shells! ivan@sisd.com 98-aug-13
-#
-# $Log: svc_acct.import,v $
-# Revision 1.16 2001-08-17 10:57:40 ivan
-# gah
-#
-# Revision 1.15 2001/07/30 06:07:47 ivan
-# allow !! for locked accounts instead of changing to *SUSPENDED*
-#
-# Revision 1.14 2001/05/07 15:24:15 ivan
-# s/!/*/
-#
-# Revision 1.13 2001/05/05 08:51:16 ivan
-# http://www.sisd.com/freeside/list-archive/msg01915.html
-#
-# Revision 1.12 2001/04/22 01:56:15 ivan
-# get rid of FS::SSH.pm (became Net::SSH and Net::SCP on CPAN)
-#
-# Revision 1.11 2000/06/29 12:27:01 ivan
-# s/password/_password/ for PostgreSQL wasn't done in the import.
-#
-# Revision 1.10 2000/06/28 12:32:30 ivan
-# allow RADIUS lines with "Auth-Type = Local" too
-#
-# Revision 1.8 2000/02/03 05:16:52 ivan
-# beginning of DNS and Apache support
-#
-# Revision 1.7 1999/07/08 02:32:26 ivan
-# import fix, noticed by Ben Leibig and Joel Griffiths
-#
-# Revision 1.6 1999/07/08 01:49:00 ivan
-# updates to avoid -w warnings from Joel Griffiths <griff@aver-computer.com>
-#
-# Revision 1.5 1999/03/25 08:42:19 ivan
-# import stuff uses Term::Query and spits out (some kinds of) nonsensical input
-#
-# Revision 1.4 1999/03/24 00:43:38 ivan
-# die if no relevant services
-#
-# Revision 1.3 1998/12/10 07:23:16 ivan
-# use FS::Conf, need user (for datasrc)
-#
-# Revision 1.2 1998/10/13 12:07:51 ivan
-# Assigns password from the shadow file for RADIUS password "UNIX"
-#
+# $Id: svc_acct.import,v 1.17 2001-08-19 10:25:44 ivan Exp $
use strict;
use vars qw(%part_svc);
@@ -73,6 +14,8 @@ use FS::part_svc;
my $user = shift or die &usage;
adminsuidsetup $user;
+push @FS::svc_acct::shells, qw(/bin/sync /sbin/shuddown /bin/halt); #others?
+
my($spooldir)="/usr/local/etc/freeside/export.". datasrc;
$FS::svc_acct::nossh_hack = 1;