summaryrefslogtreecommitdiff
path: root/bin/svc_acct.export
diff options
context:
space:
mode:
authorivan <ivan>2000-07-06 13:23:29 +0000
committerivan <ivan>2000-07-06 13:23:29 +0000
commite5d8fd10937c98ef6bfe06ee745cba36d33a9dc5 (patch)
treefd3a6d3bd37bf6b69f9b906030c04e32a02b1681 /bin/svc_acct.export
parentdf3db34511853d9404a4910c20dcedf0563f02f2 (diff)
tyop
Diffstat (limited to 'bin/svc_acct.export')
-rwxr-xr-xbin/svc_acct.export9
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/svc_acct.export b/bin/svc_acct.export
index 57be2ddb7..636921a40 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.15 2000-07-06 08:57:28 ivan Exp $
+# $Id: svc_acct.export,v 1.16 2000-07-06 13:23:29 ivan Exp $
#
# Create and export password files: passwd, passwd.adjunct, shadow,
# acp_passwd, acp_userinfo, acp_dialup, users
@@ -38,7 +38,10 @@
# ivan@sisd.com 98-sep-18
#
# $Log: svc_acct.export,v $
-# Revision 1.15 2000-07-06 08:57:28 ivan
+# Revision 1.16 2000-07-06 13:23:29 ivan
+# tyop
+#
+# Revision 1.15 2000/07/06 08:57:28 ivan
# support for radius check attributes (except importing). poorly documented.
#
# Revision 1.14 2000/06/29 15:01:25 ivan
@@ -286,7 +289,7 @@ foreach $svc_acct (@svc_acct) {
join(", ", map { $icradius_dbh->quote( $_ ) } (
'',
$svc_acct->username,
- $attribute
+ $attribute,
$radcheck{$attribute},
) ). " )"
);