Deleted Added
full compact
adduser.8 (127076) adduser.8 (127644)
1.\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
2.\" All rights reserved.
3.\" Copyright (c) 2002-2004 Michael Telahun Makonnen <mtm@FreeBSD.Org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
1.\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
2.\" All rights reserved.
3.\" Copyright (c) 2002-2004 Michael Telahun Makonnen <mtm@FreeBSD.Org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/usr.sbin/adduser/adduser.8 127076 2004-03-16 13:46:29Z mtm $
27.\" $FreeBSD: head/usr.sbin/adduser/adduser.8 127644 2004-03-30 21:50:42Z trhodes $
28.\"
28.\"
29.Dd August 14, 2002
29.Dd March 30, 2004
30.Dt ADDUSER 8
31.Os
32.Sh NAME
33.Nm adduser
34.Nd command for adding new users
35.Sh SYNOPSIS
36.Nm
37.Op Fl CDENShq

--- 379 unchanged lines hidden (view full) ---

417skeletal login directory
418.It Pa /var/log/adduser
419logfile for
420.Nm
421.El
422.Sh SEE ALSO
423.Xr chpass 1 ,
424.Xr passwd 1 ,
30.Dt ADDUSER 8
31.Os
32.Sh NAME
33.Nm adduser
34.Nd command for adding new users
35.Sh SYNOPSIS
36.Nm
37.Op Fl CDENShq

--- 379 unchanged lines hidden (view full) ---

417skeletal login directory
418.It Pa /var/log/adduser
419logfile for
420.Nm
421.El
422.Sh SEE ALSO
423.Xr chpass 1 ,
424.Xr passwd 1 ,
425.Xr adduser.conf 5 ,
425.Xr aliases 5 ,
426.Xr group 5 ,
427.Xr login.conf 5 ,
428.Xr passwd 5 ,
429.Xr shells 5 ,
430.Xr pw 8 ,
431.Xr pwd_mkdb 8 ,
432.Xr rmuser 8 ,

--- 26 unchanged lines hidden (view full) ---

459.Nm
460utility attempts to mitigate the possibility of an attacker using this
461feature by refusing to evaluate the file if it is not owned and writeable
462only by the root user.
463In addition, shell special characters and operators will have to be
464escaped when used in the message file.
465.Pp
466Also, password ageing and account expiry times are currently setable
426.Xr aliases 5 ,
427.Xr group 5 ,
428.Xr login.conf 5 ,
429.Xr passwd 5 ,
430.Xr shells 5 ,
431.Xr pw 8 ,
432.Xr pwd_mkdb 8 ,
433.Xr rmuser 8 ,

--- 26 unchanged lines hidden (view full) ---

460.Nm
461utility attempts to mitigate the possibility of an attacker using this
462feature by refusing to evaluate the file if it is not owned and writeable
463only by the root user.
464In addition, shell special characters and operators will have to be
465escaped when used in the message file.
466.Pp
467Also, password ageing and account expiry times are currently setable
467only in batch mode.
468only in batch mode or when specified in
469.Pa /etc/adduser.conf .
468The user should be able to set them in interactive mode as well.
470The user should be able to set them in interactive mode as well.