summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-adduser
diff options
context:
space:
mode:
authorivan <ivan>2002-08-25 01:09:50 +0000
committerivan <ivan>2002-08-25 01:09:50 +0000
commit8675d7f9367456118663ddc28907bcd69d6dae94 (patch)
tree35466876fe28cefa5a209ee9fe032787e4c0f706 /FS/bin/freeside-adduser
parent621e56df7cb76802799f7939424e0d0c8bab40fd (diff)
doc
Diffstat (limited to 'FS/bin/freeside-adduser')
-rw-r--r--FS/bin/freeside-adduser8
1 files changed, 5 insertions, 3 deletions
diff --git a/FS/bin/freeside-adduser b/FS/bin/freeside-adduser
index 3ac3cff..e9b3008 100644
--- a/FS/bin/freeside-adduser
+++ b/FS/bin/freeside-adduser
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# $Id: freeside-adduser,v 1.5 2002-08-24 08:13:25 ivan Exp $
+# $Id: freeside-adduser,v 1.6 2002-08-25 01:09:50 ivan Exp $
use strict;
use vars qw($opt_h $opt_b $opt_c $opt_s);
@@ -47,13 +47,15 @@ sales/tech folks) to the web interface, not for adding customer accounts.
-h: Also call htpasswd for this user with the given filename
- -c: Passed to htpasswd
+ -c: Passed to htpasswd(1)
-s: Specify an alternate secret file
+ -b: same as htpasswd(1), probably insecure, not recommended
+
=head1 SEE ALSO
-L<htpasswd>, base Freeside documentation
+L<htpasswd>(1), base Freeside documentation
=cut