Andrey A. Chernov
2f71230e78
Expand username limit to 16
1996-12-07 21:25:12 +00:00
Andrey A. Chernov
28c5126cfb
Don't show on the screen just securely entered password
...
(in /etc/adduser.message text)
Sending password by E-mail on local machine is joke in any case
1996-11-27 22:04:55 +00:00
Wolfram Schneider
42eacfd392
do not print 'illegal shell' for pseudo users news and xten
...
Submitted by: kuku
1996-11-20 01:07:46 +00:00
Wolfram Schneider
901c028ed7
install rmuser, addgroup, rmgroup in /usr/sbin
1996-11-17 03:51:33 +00:00
Wolfram Schneider
bb0d295728
manpages for rmgroup(8) and addgroup(8)
1996-11-04 17:21:11 +00:00
Wolfram Schneider
eb651d9f73
rmgroup - delete a Unix group
...
usage: rmgroup group
1996-10-30 20:58:47 +00:00
Wolfram Schneider
627199df42
addgroup - add a group or add users to a group
...
addgroup [-g gid] group [user[,user,...]]
1996-10-29 20:31:43 +00:00
Wolfram Schneider
d45496e5c4
warn if reach group line limit (>200 users, >1024 bytes per line)
...
close PR#1595
suggested by: Seppo Kallio <kallio@beeblebrox.cc.jyu.fi
1996-09-17 19:34:56 +00:00
Wolfram Schneider
896f207c80
Do not backup master.passwd if pwd_mkdb returned an error. This
...
was to paranoid, pwd_mkdb(8) is carefully enough to not
corrupt master.passwd on failure.
Submitted by: joerg
1996-09-14 23:22:23 +00:00
Jordan K. Hubbard
79b69435d9
Make passwords no longer echo or display. Because of this, we now also
...
ask for matching confirmation. I'm sure there is a clever direct-from-perl
ioctl way of putting the terminal into noecho mode, but I don't feel like
learning perl so I just used system. [yes, I'll put stty on the installation
boot floppy as necessary]
1996-09-11 08:36:54 +00:00
Adam David
718737f0fb
typo police
...
I couldn't make any sense of the sentence "Eval variables in this file." so I
left it alone.
also allow creation of new local group when NIS groups are used.
this can probably be done more elegantly, and needs more thought.
1996-08-28 17:54:14 +00:00
Wolfram Schneider
5a80fb277e
sync copyright with /usr/share/examples/etc/bsd-style-copyright
1996-08-27 20:04:45 +00:00
Mike Pritchard
85cf659a76
Use the .Fx macro where appropriate.
1996-08-23 00:57:08 +00:00
Wolfram Schneider
f99f7b462b
run pwd_mkdb with new check option [-c] to verify correctness
...
of /etc/master.passwd
1996-08-20 19:57:23 +00:00
Wolfram Schneider
8a368b34b0
Do not add an user to a group if the group is also the login group.
1996-08-14 19:06:04 +00:00
Wolfram Schneider
2e8b782306
Do not send "welcome mail" as default. If you want this feature
...
you can still enable it. Better, use mail client like elm or pine.
Requested by: Jordan
1996-08-13 21:50:51 +00:00
Wolfram Schneider
b86759fd0f
documented login name limit
...
Obtained from: mailing list
1996-06-09 20:45:35 +00:00
Gary Clark II
b8ff21bda2
We DON'T ship bash by default, why is it the default shell?
...
We also don't ship tcsh or ksh by default.
Correct these two things to make sh the default and increase csh and sh
to be higher priority.
1996-05-06 06:15:19 +00:00
Wolfram Schneider
5038dc1abd
Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>
...
bugfix: chown home directory if don't copy dotfiles
1996-02-10 17:15:47 +00:00
Mike Pritchard
4a8d02835c
Fix a bunch of spelling errors in a bunch of man pages.
1996-01-30 13:52:50 +00:00
Peter Wemm
a5b996a7ec
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Jordan K. Hubbard
cfe7e224b8
Clean up some of the english here..
1995-10-22 11:44:16 +00:00
Jordan K. Hubbard
2abfdd7f9c
Various fixes to make this work better when called from other tools.
...
Submitted by: Coranth Gryphon <gryphon@healer.com> & Wolfram Schneider <wosch@cs.tu-berlin.de>
1995-10-19 06:26:49 +00:00
Jordan K. Hubbard
7b74963e46
The problem is the returned salt, while the freebsd man pages asks that the
...
crypt salt string begin with a '_', no other crypt's do. If you remove the
initialization of $salt to '_' in sub salt(), everything works as advertised.
Submitted by: Charles Henrich <henrich@crh.cl.msu.edu>
1995-05-20 13:05:22 +00:00
Andrey A. Chernov
7439966a40
Don't accept usernames longer than 8 characters
...
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
1995-04-30 19:20:25 +00:00
Andrey A. Chernov
6b234a88dc
Non-blocking lock
...
Remove old salt cause possible endless loop
Submitted by: <wosch@cs.tu-berlin.de>
1995-04-09 03:34:10 +00:00
Andrey A. Chernov
f01592bbca
o more options
...
o less restrictive, you can choise uid, gid ...
o invite user into some groups
o encrypted passwords with crypt
o batch mode (for instance, this works now:
$ adduser -batch jkh guest,uuadmin "Jordan K. Hubbard" passwd
see manpage for more details)
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
1995-03-08 22:44:37 +00:00
Jordan K. Hubbard
0817ade904
Correct some of the english.
1995-01-09 11:32:01 +00:00
Jordan K. Hubbard
8f1133e6ec
Wolfram Schneider <wosch@cs.tu-berlin.de>:
...
o manpage
o save configuration in /etc/adduser.conf
o send message file (/etc/adduser.message)
Submitted by: woschcs.tu-berlin.de
1995-01-09 11:26:31 +00:00
Jordan K. Hubbard
5cc75e1e12
Update adduser to version by Wolfram Schneider. Sorry, Gary, but his
...
adduser is a Cadillac to your Volkswagen.. :-)
Submitted by: wosch@cs.tu-berlin.de
1995-01-03 09:46:14 +00:00
Andrey A. Chernov
71d5664cdc
Change ${COPY} to -c, always needed here
...
Remove manpage reference to BSD adduser, add pwd_mkdb reference
1994-12-31 11:12:35 +00:00
Andrey A. Chernov
99e4807ade
Remove extra targets per Bruce suggestion.
...
Use more macros instead of hardcoded things
1994-12-30 15:38:04 +00:00
Andrey A. Chernov
33148aa5e7
Change man section
1994-12-30 12:15:39 +00:00
Andrey A. Chernov
e3763702e6
Oops, rename adduser.sh to adduser.perl
...
Add empty clean and obj targets.
1994-12-30 12:13:08 +00:00
Andrey A. Chernov
4298bedc38
Yet one cleanup
1994-12-30 12:03:48 +00:00
Bruce Evans
b367f6bf5f
Fix everything.
1994-12-30 07:18:23 +00:00
Gary Clark II
c6fc9f62f9
Changed my copyright back. Too many problems with new one.
1994-12-28 17:27:21 +00:00
Andrey A. Chernov
7a9bf0aeb8
Fix configfile path
1994-12-28 13:49:55 +00:00
Andrey A. Chernov
36e94efd67
Move conf files to src/etc
1994-12-28 13:47:31 +00:00
Gary Clark II
0b102aed10
Add makefile for adduser.
...
Would a makefile guru please look this over to make sure I did this right?
1994-12-28 07:35:09 +00:00
Gary Clark II
4baf40c2ef
Add Id strings
1994-12-28 07:11:29 +00:00
Gary Clark II
6f91ec858d
Adding my adduser command. I only have to add a makefile for it to
...
be compleate.
1994-12-28 06:55:42 +00:00