Compare commits

...

1 Commits

Author SHA1 Message Date
Balint Reczey
d906ecd3b6 New upstream version 4.8.1 2020-02-06 23:14:47 +01:00
392 changed files with 5940 additions and 6235 deletions

View File

@@ -1,3 +1,23 @@
2020-01-23 Serge Hallyn <serge@hallyn.com>
* selinux: inclue stdio (Michael Vetter)
* man: don't suggest making groupmems user-writeable (Michael Weiser)
* Makefile: bail out on error in for loops (Wolfgang Bumiller)
* Adding logging of SSH_ORIGINAL_COMMAND to nologin. (ed@s5h.net)
* add new HOME_MODE login.defs option (Duncan Overbruck)
* Add tty logging to useradd (ed@s5h.net)
* Useradd: make non-executable shell check only a warning (Tomas Mraz)
* Update Dutch translation (Frans-Spiesschaert)
* user_busy: Do not mistake a regular user process for a namespaced one (Tomas Mraz)
* Revert "Honor --sbindir and --bindir for binary installation" Patrick McLean)
2019-12-20 Dave Reisner <dreisner@archlinux.org>
* Do not auto-enable acct_tools_setuid just because
pam is enabled. NOTE - any distros which are relying
on this behavior will need to switch to configure
--enable-account-tools-setuid
2019-12-01 Serge Hallyn <serge@hallyn.com>
* Release 4.8

View File

@@ -162,7 +162,7 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/shadow.spec.in $(top_srcdir)/man/po/Makefile.in \
ABOUT-NLS COPYING ChangeLog NEWS README TODO compile \
config.guess config.rpath config.sub install-sh ltmain.sh \
missing ylwrap
missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)

13
README
View File

@@ -11,16 +11,16 @@ Releases
https://github.com/shadow-maint/shadow/releases
Mailing lists
for general discuss: pkg-shadow-devel@lists.alioth.debian.org
commit list: pkg-shadow-commits@lists.alioth.debian.org
for general discuss: pkg-shadow-devel@alioth-lists.debian.net
commit list: pkg-shadow-commits@alioth-lists.debian.net
Mailing lists subscription
http://lists.alioth.debian.org/mailman/listinfo/pkg-shadow-devel
http://lists.alioth.debian.org/mailman/listinfo/pkg-shadow-commits
http://alioth-lists.debian.net/mailman/listinfo/pkg-shadow-devel
http://alioth-lists.debian.net/mailman/listinfo/pkg-shadow-commits
Mailing lists archives:
http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/
http://lists.alioth.debian.org/pipermail/pkg-shadow-commits/
http://alioth-lists.debian.net/pipermail/pkg-shadow-devel/
http://alioth-lists.debian.net/pipermail/pkg-shadow-commits/
S/Key support:
Shadow can be built with S/Key support using the S/Key package from:
@@ -90,6 +90,7 @@ Martin Bene <mb@sime.com>
Martin Mares <mj@gts.cz>
Michael Meskes <meskes@topsystem.de>
Michael Talbot-Wilson <mike@calypso.bns.com.au>
Michael Vetter <jubalh@iodoru.org>
Mike Frysinger <vapier@gentoo.org>
Mike Pakovic <mpakovic@users.southeast.net>
Nicolas François <nicolas.francois@centraliens.net>

22
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for shadow 4.8.
# Generated by GNU Autoconf 2.69 for shadow 4.8.1.
#
# Report bugs to <pkg-shadow-devel@lists.alioth.debian.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='shadow'
PACKAGE_TARNAME='shadow'
PACKAGE_VERSION='4.8'
PACKAGE_STRING='shadow 4.8'
PACKAGE_VERSION='4.8.1'
PACKAGE_STRING='shadow 4.8.1'
PACKAGE_BUGREPORT='pkg-shadow-devel@lists.alioth.debian.org'
PACKAGE_URL='https://github.com/shadow-maint/shadow'
@@ -1423,7 +1423,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures shadow 4.8 to adapt to many kinds of systems.
\`configure' configures shadow 4.8.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1494,7 +1494,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of shadow 4.8:";;
short | recursive ) echo "Configuration of shadow 4.8.1:";;
esac
cat <<\_ACEOF
@@ -1658,7 +1658,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
shadow configure 4.8
shadow configure 4.8.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2367,7 +2367,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by shadow $as_me 4.8, which was
It was created by shadow $as_me 4.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3232,7 +3232,7 @@ fi
# Define the identity of the package.
PACKAGE='shadow'
VERSION='4.8'
VERSION='4.8.1'
cat >>confdefs.h <<_ACEOF
@@ -15209,7 +15209,7 @@ if test "${enable_account_tools_setuid+set}" = set; then :
;;
esac
else
enable_acct_tools_setuid="maybe"
enable_acct_tools_setuid="no"
fi
@@ -19906,7 +19906,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by shadow $as_me 4.8, which was
This file was extended by shadow $as_me 4.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19973,7 +19973,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
shadow config.status 4.8
shadow config.status 4.8.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT([shadow], [4.8], [pkg-shadow-devel@lists.alioth.debian.org], [],
AC_INIT([shadow], [4.8.1], [pkg-shadow-devel@lists.alioth.debian.org], [],
[https://github.com/shadow-maint/shadow])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
AM_SILENT_RULES([yes])
@@ -226,7 +226,7 @@ AC_ARG_ENABLE(account-tools-setuid,
*) AC_MSG_ERROR(bad value ${enableval} for --enable-account-tools-setuid)
;;
esac],
[enable_acct_tools_setuid="maybe"]
[enable_acct_tools_setuid="no"]
)
AC_ARG_ENABLE(utmpx,

View File

@@ -195,12 +195,17 @@ KILLCHAR 025
# Default initial "umask" value used by login(1) on non-PAM enabled systems.
# Default "umask" value for pam_umask(8) on PAM enabled systems.
# UMASK is also used by useradd(8) and newusers(8) to set the mode for new
# home directories.
# home directories if HOME_MODE is not set.
# 022 is the default value, but 027, or even 077, could be considered
# for increased privacy. There is no One True Answer here: each sysadmin
# must make up their mind.
UMASK 022
# HOME_MODE is used by useradd(8) and newusers(8) to set the mode for new
# home directories.
# If HOME_MODE is not set, the value of UMASK is used to create the mode.
#HOME_MODE 0700
#
# Password aging controls:
#

View File

@@ -93,6 +93,7 @@ static struct itemdef def_table[] = {
{"FAKE_SHELL", NULL},
{"GID_MAX", NULL},
{"GID_MIN", NULL},
{"HOME_MODE", NULL},
{"HUSHLOGIN_FILE", NULL},
{"KILLCHAR", NULL},
{"LASTLOG_UID_MAX", NULL},

View File

@@ -31,13 +31,13 @@
#ifdef WITH_SELINUX
#include <stdio.h>
#include "defines.h"
#include <selinux/selinux.h>
#include <selinux/context.h>
#include "prototypes.h"
static bool selinux_checked = false;
static bool selinux_enabled;

View File

@@ -7,7 +7,6 @@
static bool path_exists(const char *p)
{
int ret;
struct stat sb;
return stat(p, &sb) == 0;

View File

@@ -166,7 +166,7 @@ extern struct group *prefix_getgrnam(const char *name)
fg = fopen(group_db_file, "rt");
if(!fg)
return NULL;
while(grp = fgetgrent(fg)) {
while((grp = fgetgrent(fg)) != NULL) {
if(!strcmp(name, grp->gr_name))
break;
}
@@ -186,7 +186,7 @@ extern struct group *prefix_getgrgid(gid_t gid)
fg = fopen(group_db_file, "rt");
if(!fg)
return NULL;
while(grp = fgetgrent(fg)) {
while((grp = fgetgrent(fg)) != NULL) {
if(gid == grp->gr_gid)
break;
}
@@ -206,7 +206,7 @@ extern struct passwd *prefix_getpwuid(uid_t uid)
fg = fopen(passwd_db_file, "rt");
if(!fg)
return NULL;
while(pwd = fgetpwent(fg)) {
while((pwd = fgetpwent(fg)) != NULL) {
if(uid == pwd->pw_uid)
break;
}
@@ -226,7 +226,7 @@ extern struct passwd *prefix_getpwnam(const char* name)
fg = fopen(passwd_db_file, "rt");
if(!fg)
return NULL;
while(pwd = fgetpwent(fg)) {
while((pwd = fgetpwent(fg)) != NULL) {
if(!strcmp(name, pwd->pw_name))
break;
}
@@ -246,7 +246,7 @@ extern struct spwd *prefix_getspnam(const char* name)
fg = fopen(spw_db_file, "rt");
if(!fg)
return NULL;
while(sp = fgetspent(fg)) {
while((sp = fgetspent(fg)) != NULL) {
if(!strcmp(name, sp->sp_namp))
break;
}

View File

@@ -39,6 +39,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include "defines.h"
#include "prototypes.h"
#ifdef ENABLE_SUBIDS
@@ -106,6 +107,31 @@ static int user_busy_utmp (const char *name)
#endif /* !__linux__ */
#ifdef __linux__
#ifdef ENABLE_SUBIDS
#define in_parentuid_range(uid) ((uid) >= parentuid && (uid) < parentuid + range)
static int different_namespace (const char *sname)
{
/* 41: /proc/xxxxxxxxxx/task/xxxxxxxxxx/ns/user + \0 */
char path[41];
char buf[512], buf2[512];
ssize_t llen1, llen2;
snprintf (path, 41, "/proc/%s/ns/user", sname);
if ((llen1 = readlink (path, buf, sizeof(buf))) == -1)
return 0;
if ((llen2 = readlink ("/proc/self/ns/user", buf2, sizeof(buf2))) == -1)
return 0;
if (llen1 == llen2 && memcmp (buf, buf2, llen1) == 0)
return 0; /* same namespace */
return 1;
}
#endif /* ENABLE_SUBIDS */
static int check_status (const char *name, const char *sname, uid_t uid)
{
/* 40: /proc/xxxxxxxxxx/task/xxxxxxxxxx/status + \0 */
@@ -114,7 +140,6 @@ static int check_status (const char *name, const char *sname, uid_t uid)
FILE *sfile;
snprintf (status, 40, "/proc/%s/status", sname);
status[39] = '\0';
sfile = fopen (status, "r");
if (NULL == sfile) {
@@ -123,26 +148,29 @@ static int check_status (const char *name, const char *sname, uid_t uid)
while (fgets (line, sizeof (line), sfile) == line) {
if (strncmp (line, "Uid:\t", 5) == 0) {
unsigned long ruid, euid, suid;
assert (uid == (unsigned long) uid);
(void) fclose (sfile);
if (sscanf (line,
"Uid:\t%lu\t%lu\t%lu\n",
&ruid, &euid, &suid) == 3) {
if ( (ruid == (unsigned long) uid)
|| (euid == (unsigned long) uid)
|| (suid == (unsigned long) uid)
#ifdef ENABLE_SUBIDS
|| have_sub_uids(name, ruid, 1)
|| have_sub_uids(name, euid, 1)
|| have_sub_uids(name, suid, 1)
#endif /* ENABLE_SUBIDS */
) {
(void) fclose (sfile);
|| (suid == (unsigned long) uid) ) {
return 1;
}
#ifdef ENABLE_SUBIDS
if ( different_namespace (sname)
&& ( have_sub_uids(name, ruid, 1)
|| have_sub_uids(name, euid, 1)
|| have_sub_uids(name, suid, 1))
) {
return 1;
}
#endif /* ENABLE_SUBIDS */
} else {
/* Ignore errors. This is just a best effort. */
}
(void) fclose (sfile);
return 0;
}
}

View File

@@ -46,7 +46,7 @@ Vypíše seznam členů skupiny.
Příkaz
\fBgroupmems\fR
by měl mít nastavena práva
2770
2710
a měl by jej vlastnit uživatel
\fIroot\fR
a skupina
@@ -58,7 +58,7 @@ spravovat členství ve skupinách.
.sp
.nf
$ groupadd \-r groups
$ chmod 2770 groupmems
$ chmod 2710 groupmems
$ chown root.groups groupmems
$ groupmems \-g groups \-a gk4

View File

@@ -2,12 +2,12 @@
.\" Title: chfn
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: User Commands
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: Danish
.\"
.TH "CHFN" "1" "01/12/2019" "shadow\-utils 4\&.8" "User Commands"
.TH "CHFN" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "User Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: groups
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: User Commands
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: Danish
.\"
.TH "GROUPS" "1" "01/12/2019" "shadow\-utils 4\&.8" "User Commands"
.TH "GROUPS" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "User Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: id
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: User Commands
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: Danish
.\"
.TH "ID" "1" "01/12/2019" "shadow\-utils 4\&.8" "User Commands"
.TH "ID" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "User Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: newgrp
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: User Commands
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: Danish
.\"
.TH "NEWGRP" "1" "01/12/2019" "shadow\-utils 4\&.8" "User Commands"
.TH "NEWGRP" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "User Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: sg
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: User Commands
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: Danish
.\"
.TH "SG" "1" "01/12/2019" "shadow\-utils 4\&.8" "User Commands"
.TH "SG" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "User Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: gshadow
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: File Formats and Conversions
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: Danish
.\"
.TH "GSHADOW" "5" "01/12/2019" "shadow\-utils 4\&.8" "File Formats and Conversions"
.TH "GSHADOW" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "File Formats and Conversions"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: groupdel
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Kommandoer for systemh\(oandtering
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: Danish
.\"
.TH "GROUPDEL" "8" "01/12/2019" "shadow\-utils 4\&.8" "Kommandoer for systemh\(oandterin"
.TH "GROUPDEL" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Kommandoer for systemh\(oandterin"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: logoutd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Kommandoer for systemh\(oandtering
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: Danish
.\"
.TH "LOGOUTD" "8" "01/12/2019" "shadow\-utils 4\&.8" "Kommandoer for systemh\(oandterin"
.TH "LOGOUTD" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Kommandoer for systemh\(oandterin"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: nologin
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Kommandoer for systemh\(oandtering
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: Danish
.\"
.TH "NOLOGIN" "8" "01/12/2019" "shadow\-utils 4\&.8" "Kommandoer for systemh\(oandterin"
.TH "NOLOGIN" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Kommandoer for systemh\(oandterin"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -40,6 +40,10 @@ command displays a message that an account is not available and exits non\-zero\
.PP
To disable all logins, investigate
\fBnologin\fR(5)\&.
.PP
If
\fBSSH_ORIGINAL_COMMAND\fR
is populated it will be logged\&.
.SH "SE OGS\(oA"
.PP
\fBlogin\fR(1),

View File

@@ -2,12 +2,12 @@
.\" Title: vipw
.\" Author: Marek Micha\(/lkiewicz
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Kommandoer for systemh\(oandtering
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: Danish
.\"
.TH "VIPW" "8" "01/12/2019" "shadow\-utils 4\&.8" "Kommandoer for systemh\(oandterin"
.TH "VIPW" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Kommandoer for systemh\(oandterin"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: chage
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "CHAGE" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "CHAGE" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: chfn
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "CHFN" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "CHFN" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: chsh
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "CHSH" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "CHSH" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: expiry
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "EXPIRY" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "EXPIRY" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: gpasswd
.\" Author: Rafal Maszkowski
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "GPASSWD" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "GPASSWD" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: groups
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "GROUPS" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "GROUPS" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: id
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "ID" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "ID" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: login
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "LOGIN" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "LOGIN" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -404,7 +404,9 @@ Die Bit\-Gruppe, welche die Rechte von erstellten Dateien bestimmt, wird anf\(:a
\fBuseradd\fR
and
\fBnewusers\fR
use this mask to set the mode of the home directory they create
use this mask to set the mode of the home directory they create if
\fBHOME_MODE\fR
is not set\&.
.sp
It is also used by
\fBlogin\fR

View File

@@ -2,12 +2,12 @@
.\" Title: newgrp
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "NEWGRP" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "NEWGRP" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: passwd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "PASSWD" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "PASSWD" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: sg
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "SG" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "SG" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: su
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dienstprogramme f\(:ur Benutzer
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "SU" "1" "01.12.2019" "shadow\-utils 4\&.8" "Dienstprogramme f\(:ur Benutzer"
.TH "SU" "1" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dienstprogramme f\(:ur Benutzer"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: shadow
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Bibliotheksaufrufe
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "SHADOW" "3" "01.12.2019" "shadow\-utils 4\&.8" "Bibliotheksaufrufe"
.TH "SHADOW" "3" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Bibliotheksaufrufe"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: faillog
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dateiformate und konvertierung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "FAILLOG" "5" "01.12.2019" "shadow\-utils 4\&.8" "Dateiformate und konvertierung"
.TH "FAILLOG" "5" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dateiformate und konvertierung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: gshadow
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dateiformate und konvertierung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "GSHADOW" "5" "01.12.2019" "shadow\-utils 4\&.8" "Dateiformate und konvertierung"
.TH "GSHADOW" "5" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dateiformate und konvertierung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: limits
.\" Author: Luca Berra
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dateiformate und konvertierung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "LIMITS" "5" "01.12.2019" "shadow\-utils 4\&.8" "Dateiformate und konvertierung"
.TH "LIMITS" "5" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dateiformate und konvertierung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: login.access
.\" Author: Marek Micha\(/lkiewicz
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dateiformate und konvertierung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "LOGIN\&.ACCESS" "5" "01.12.2019" "shadow\-utils 4\&.8" "Dateiformate und konvertierung"
.TH "LOGIN\&.ACCESS" "5" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dateiformate und konvertierung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: login.defs
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dateiformate und konvertierung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "LOGIN\&.DEFS" "5" "01.12.2019" "shadow\-utils 4\&.8" "Dateiformate und konvertierung"
.TH "LOGIN\&.DEFS" "5" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dateiformate und konvertierung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -223,6 +223,18 @@ The default value for
\fBGID_MAX\fR) is 1000 (resp\&. 60000)\&.
.RE
.PP
\fBHOME_MODE\fR (number)
.RS 4
The mode for new home directories\&. If not specified, the
\fBUMASK\fR
is used to create the mode\&.
.sp
\fBuseradd\fR
and
\fBnewusers\fR
use this to set the mode of the home directory they create\&.
.RE
.PP
\fBHUSHLOGIN_FILE\fR (string)
.RS 4
Falls angegeben, kann diese Datei die \(:ubliche Informationsanzeige w\(:ahrend des Anmeldevorgangs unterbinden\&. Wenn ein vollst\(:andiger Pfad angegeben wird, wird der Modus ohne Anmeldeinformationen verwendet, wenn der Name oder die Shell des Benutzers in der Datei enthalten sind\&. Wenn kein vollst\(:andiger Pfad angegeben wird, wird der Modus ohne Anmeldeinformationen aktiviert, wenn die Datei im Home\-Verzeichnis des Benutzers existiert\&.
@@ -609,7 +621,9 @@ Die Bit\-Gruppe, welche die Rechte von erstellten Dateien bestimmt, wird anf\(:a
\fBuseradd\fR
and
\fBnewusers\fR
use this mask to set the mode of the home directory they create
use this mask to set the mode of the home directory they create if
\fBHOME_MODE\fR
is not set\&.
.sp
It is also used by
\fBlogin\fR
@@ -777,7 +791,7 @@ SYSLOG_SG_ENAB
.PP
newusers
.RS 4
ENCRYPT_METHOD GID_MAX GID_MIN MAX_MEMBERS_PER_GROUP MD5_CRYPT_ENAB PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE
ENCRYPT_METHOD GID_MAX GID_MIN MAX_MEMBERS_PER_GROUP MD5_CRYPT_ENAB HOME_MODE PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE
SHA_CRYPT_MAX_ROUNDS SHA_CRYPT_MIN_ROUNDS
SUB_GID_COUNT SUB_GID_MAX SUB_GID_MIN SUB_UID_COUNT SUB_UID_MAX SUB_UID_MIN SYS_GID_MAX SYS_GID_MIN SYS_UID_MAX SYS_UID_MIN UID_MAX UID_MIN UMASK
.RE
@@ -819,7 +833,7 @@ ENV_TZ
.PP
useradd
.RS 4
CREATE_HOME GID_MAX GID_MIN LASTLOG_UID_MAX MAIL_DIR MAX_MEMBERS_PER_GROUP PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE SUB_GID_COUNT SUB_GID_MAX SUB_GID_MIN SUB_UID_COUNT SUB_UID_MAX SUB_UID_MIN SYS_GID_MAX SYS_GID_MIN SYS_UID_MAX SYS_UID_MIN UID_MAX UID_MIN UMASK
CREATE_HOME GID_MAX GID_MIN HOME_MODE LASTLOG_UID_MAX MAIL_DIR MAX_MEMBERS_PER_GROUP PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE SUB_GID_COUNT SUB_GID_MAX SUB_GID_MIN SUB_UID_COUNT SUB_UID_MAX SUB_UID_MIN SYS_GID_MAX SYS_GID_MIN SYS_UID_MAX SYS_UID_MIN UID_MAX UID_MIN UMASK
.RE
.PP
userdel

View File

@@ -2,12 +2,12 @@
.\" Title: passwd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dateiformate und konvertierung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "PASSWD" "5" "01.12.2019" "shadow\-utils 4\&.8" "Dateiformate und konvertierung"
.TH "PASSWD" "5" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dateiformate und konvertierung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: porttime
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dateiformate und konvertierung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "PORTTIME" "5" "01.12.2019" "shadow\-utils 4\&.8" "Dateiformate und konvertierung"
.TH "PORTTIME" "5" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dateiformate und konvertierung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: shadow
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dateiformate und konvertierung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "SHADOW" "5" "01.12.2019" "shadow\-utils 4\&.8" "Dateiformate und konvertierung"
.TH "SHADOW" "5" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dateiformate und konvertierung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: suauth
.\" Author: Marek Micha\(/lkiewicz
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Dateiformate und konvertierung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "SUAUTH" "5" "01.12.2019" "shadow\-utils 4\&.8" "Dateiformate und konvertierung"
.TH "SUAUTH" "5" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Dateiformate und konvertierung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: chgpasswd
.\" Author: Thomas K\(/loczko <kloczek@pld.org.pl>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "CHGPASSWD" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "CHGPASSWD" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: chpasswd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "CHPASSWD" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "CHPASSWD" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: faillog
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "FAILLOG" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "FAILLOG" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: groupadd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "GROUPADD" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "GROUPADD" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: groupdel
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "GROUPDEL" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "GROUPDEL" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: groupmems
.\" Author: George Kraft, IV
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "GROUPMEMS" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "GROUPMEMS" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -114,7 +114,7 @@ directory\&.
The
\fBgroupmems\fR
executable should be in mode
2770
2710
as user
\fIroot\fR
and in group
@@ -129,7 +129,7 @@ utility to manage their own group membership list\&.
.\}
.nf
$ groupadd \-r groups
$ chmod 2770 groupmems
$ chmod 2710 groupmems
$ chown root\&.groups groupmems
$ groupmems \-g groups \-a gk4

View File

@@ -2,12 +2,12 @@
.\" Title: groupmod
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "GROUPMOD" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "GROUPMOD" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: grpck
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "GRPCK" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "GRPCK" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: lastlog
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "LASTLOG" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "LASTLOG" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: logoutd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "LOGOUTD" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "LOGOUTD" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: newusers
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "NEWUSERS" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "NEWUSERS" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -213,6 +213,18 @@ The default value for
\fBGID_MAX\fR) is 1000 (resp\&. 60000)\&.
.RE
.PP
\fBHOME_MODE\fR (number)
.RS 4
The mode for new home directories\&. If not specified, the
\fBUMASK\fR
is used to create the mode\&.
.sp
\fBuseradd\fR
and
\fBnewusers\fR
use this to set the mode of the home directory they create\&.
.RE
.PP
\fBMAX_MEMBERS_PER_GROUP\fR (number)
.RS 4
Maximum members per group entry\&. When the maximum is reached, a new group entry (line) is started in
@@ -380,7 +392,9 @@ Die Bit\-Gruppe, welche die Rechte von erstellten Dateien bestimmt, wird anf\(:a
\fBuseradd\fR
and
\fBnewusers\fR
use this mask to set the mode of the home directory they create
use this mask to set the mode of the home directory they create if
\fBHOME_MODE\fR
is not set\&.
.sp
It is also used by
\fBlogin\fR

View File

@@ -2,12 +2,12 @@
.\" Title: nologin
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "NOLOGIN" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "NOLOGIN" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -40,6 +40,10 @@ command displays a message that an account is not available and exits non\-zero\
.PP
To disable all logins, investigate
\fBnologin\fR(5)\&.
.PP
If
\fBSSH_ORIGINAL_COMMAND\fR
is populated it will be logged\&.
.SH "SIEHE AUCH"
.PP
\fBlogin\fR(1),

View File

@@ -2,12 +2,12 @@
.\" Title: pwck
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "PWCK" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "PWCK" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: pwconv
.\" Author: Marek Micha\(/lkiewicz
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "PWCONV" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "PWCONV" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: sulogin
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "SULOGIN" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "SULOGIN" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: useradd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "USERADD" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "USERADD" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -469,6 +469,18 @@ The default value for
\fBGID_MAX\fR) is 1000 (resp\&. 60000)\&.
.RE
.PP
\fBHOME_MODE\fR (number)
.RS 4
The mode for new home directories\&. If not specified, the
\fBUMASK\fR
is used to create the mode\&.
.sp
\fBuseradd\fR
and
\fBnewusers\fR
use this to set the mode of the home directory they create\&.
.RE
.PP
\fBLASTLOG_UID_MAX\fR (number)
.RS 4
Highest user ID number for which the lastlog entries should be updated\&. As higher user IDs are usually tracked by remote user identity and authentication services there is no need to create a huge sparse lastlog file for them\&.
@@ -629,7 +641,9 @@ Die Bit\-Gruppe, welche die Rechte von erstellten Dateien bestimmt, wird anf\(:a
\fBuseradd\fR
and
\fBnewusers\fR
use this mask to set the mode of the home directory they create
use this mask to set the mode of the home directory they create if
\fBHOME_MODE\fR
is not set\&.
.sp
It is also used by
\fBlogin\fR

View File

@@ -2,12 +2,12 @@
.\" Title: userdel
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "USERDEL" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "USERDEL" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: usermod
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "USERMOD" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "USERMOD" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -55,11 +55,6 @@ option\&.
Allow names that do not conform to standards\&.
.RE
.PP
\fB\-b\fR, \fB\-\-badnames\fR
.RS 4
Allow names that do not conform to standards\&.
.RE
.PP
\fB\-c\fR, \fB\-\-comment\fR\ \&\fICOMMENT\fR
.RS 4
The new value of the user\*(Aqs password file comment field\&. It is normally modified using the

View File

@@ -2,12 +2,12 @@
.\" Title: vipw
.\" Author: Marek Micha\(/lkiewicz
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01.12.2019
.\" Date: 23.01.2020
.\" Manual: Befehle zur Systemverwaltung
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: German
.\"
.TH "VIPW" "8" "01.12.2019" "shadow\-utils 4\&.8" "Befehle zur Systemverwaltung"
.TH "VIPW" "8" "23.01.2020" "shadow\-utils 4\&.8\&.1" "Befehle zur Systemverwaltung"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: chage
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "CHAGE" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "CHAGE" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: chfn
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "CHFN" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "CHFN" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: chsh
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "CHSH" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "CHSH" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: expiry
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "EXPIRY" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "EXPIRY" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: gpasswd
.\" Author: rafal Maszkowski
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "GPASSWD" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "GPASSWD" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: groups
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "GROUPS" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "GROUPS" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: id
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "ID" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "ID" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: login
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "LOGIN" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "LOGIN" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -403,7 +403,9 @@ Valeur d\*(Aqinitialisation du masque de permissions\&. S\*(Aqil n\*(Aqest pas p
\fBuseradd\fR
and
\fBnewusers\fR
use this mask to set the mode of the home directory they create
use this mask to set the mode of the home directory they create if
\fBHOME_MODE\fR
is not set\&.
.sp
It is also used by
\fBlogin\fR

View File

@@ -1,13 +1,13 @@
'\" t
.\" Title: newgidmap
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Author: Eric Biederman
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "NEWGIDMAP" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "NEWGIDMAP" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: newgrp
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "NEWGRP" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "NEWGRP" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -1,13 +1,13 @@
'\" t
.\" Title: newuidmap
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Author: Eric Biederman
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "NEWUIDMAP" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "NEWUIDMAP" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: passwd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "PASSWD" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "PASSWD" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: sg
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "SG" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "SG" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: su
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes utilisateur
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "SU" "1" "01/12/2019" "shadow\-utils 4\&.8" "Commandes utilisateur"
.TH "SU" "1" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes utilisateur"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: shadow
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Appels de biblioth\(`eque
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "SHADOW" "3" "01/12/2019" "shadow\-utils 4\&.8" "Appels de biblioth\(`eque"
.TH "SHADOW" "3" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Appels de biblioth\(`eque"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: faillog
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "FAILLOG" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "FAILLOG" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: gshadow
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "GSHADOW" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "GSHADOW" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: limits
.\" Author: Luca Berra
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "LIMITS" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "LIMITS" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: login.access
.\" Author: Marek Micha\(/lkiewicz
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "LOGIN\&.ACCESS" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "LOGIN\&.ACCESS" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: login.defs
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "LOGIN\&.DEFS" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "LOGIN\&.DEFS" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -223,6 +223,18 @@ The default value for
\fBGID_MAX\fR) is 1000 (resp\&. 60000)\&.
.RE
.PP
\fBHOME_MODE\fR (number)
.RS 4
The mode for new home directories\&. If not specified, the
\fBUMASK\fR
is used to create the mode\&.
.sp
\fBuseradd\fR
and
\fBnewusers\fR
use this to set the mode of the home directory they create\&.
.RE
.PP
\fBHUSHLOGIN_FILE\fR (string)
.RS 4
Si d\('efinie, le fichier peut d\('esactiver tous les affichages habituels durant la s\('equence de connexion\&. Si un nom de chemin complet est sp\('ecifi\('e, alors le mode taiseux sera activ\('e si le nom ou l\*(Aqinterpr\('eteur de commandes de l\*(Aqutilisateur sont trouv\('es dans le fichier\&. Si ce n\*(Aqest pas un nom de chemin complet, alors le mode taiseux sera activ\('e si le fichier existe dans le r\('epertoire personnel de l\*(Aqutilisateur\&.
@@ -608,7 +620,9 @@ Valeur d\*(Aqinitialisation du masque de permissions\&. S\*(Aqil n\*(Aqest pas p
\fBuseradd\fR
and
\fBnewusers\fR
use this mask to set the mode of the home directory they create
use this mask to set the mode of the home directory they create if
\fBHOME_MODE\fR
is not set\&.
.sp
It is also used by
\fBlogin\fR
@@ -776,7 +790,7 @@ SYSLOG_SG_ENAB
.PP
newusers
.RS 4
ENCRYPT_METHOD GID_MAX GID_MIN MAX_MEMBERS_PER_GROUP MD5_CRYPT_ENAB PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE
ENCRYPT_METHOD GID_MAX GID_MIN MAX_MEMBERS_PER_GROUP MD5_CRYPT_ENAB HOME_MODE PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE
SHA_CRYPT_MAX_ROUNDS SHA_CRYPT_MIN_ROUNDS
SUB_GID_COUNT SUB_GID_MAX SUB_GID_MIN SUB_UID_COUNT SUB_UID_MAX SUB_UID_MIN SYS_GID_MAX SYS_GID_MIN SYS_UID_MAX SYS_UID_MIN UID_MAX UID_MIN UMASK
.RE
@@ -818,7 +832,7 @@ ENV_TZ
.PP
useradd
.RS 4
CREATE_HOME GID_MAX GID_MIN LASTLOG_UID_MAX MAIL_DIR MAX_MEMBERS_PER_GROUP PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE SUB_GID_COUNT SUB_GID_MAX SUB_GID_MIN SUB_UID_COUNT SUB_UID_MAX SUB_UID_MIN SYS_GID_MAX SYS_GID_MIN SYS_UID_MAX SYS_UID_MIN UID_MAX UID_MIN UMASK
CREATE_HOME GID_MAX GID_MIN HOME_MODE LASTLOG_UID_MAX MAIL_DIR MAX_MEMBERS_PER_GROUP PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE SUB_GID_COUNT SUB_GID_MAX SUB_GID_MIN SUB_UID_COUNT SUB_UID_MAX SUB_UID_MIN SYS_GID_MAX SYS_GID_MIN SYS_UID_MAX SYS_UID_MIN UID_MAX UID_MIN UMASK
.RE
.PP
userdel

View File

@@ -2,12 +2,12 @@
.\" Title: passwd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "PASSWD" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "PASSWD" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: porttime
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "PORTTIME" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "PORTTIME" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: shadow
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "SHADOW" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "SHADOW" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: suauth
.\" Author: Marek Micha\(/lkiewicz
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "SUAUTH" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "SUAUTH" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -1,13 +1,13 @@
'\" t
.\" Title: subgid
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Author: Eric Biederman
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "SUBGID" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "SUBGID" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -1,13 +1,13 @@
'\" t
.\" Title: subuid
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Author: Eric Biederman
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Formats et conversions de fichiers
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "SUBUID" "5" "01/12/2019" "shadow\-utils 4\&.8" "Formats et conversions de fich"
.TH "SUBUID" "5" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Formats et conversions de fich"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: chgpasswd
.\" Author: Thomas K\(/loczko <kloczek@pld.org.pl>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "CHGPASSWD" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "CHGPASSWD" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: chpasswd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "CHPASSWD" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "CHPASSWD" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: faillog
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "FAILLOG" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "FAILLOG" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: groupadd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "GROUPADD" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "GROUPADD" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: groupdel
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "GROUPDEL" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "GROUPDEL" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: groupmems
.\" Author: George Kraft, IV
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "GROUPMEMS" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "GROUPMEMS" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -114,7 +114,7 @@ directory\&.
The
\fBgroupmems\fR
executable should be in mode
2770
2710
as user
\fIroot\fR
and in group
@@ -129,7 +129,7 @@ utility to manage their own group membership list\&.
.\}
.nf
$ groupadd \-r groups
$ chmod 2770 groupmems
$ chmod 2710 groupmems
$ chown root\&.groups groupmems
$ groupmems \-g groups \-a gk4

View File

@@ -2,12 +2,12 @@
.\" Title: groupmod
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "GROUPMOD" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "GROUPMOD" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: grpck
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "GRPCK" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "GRPCK" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: lastlog
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "LASTLOG" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "LASTLOG" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: logoutd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "LOGOUTD" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "LOGOUTD" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: newusers
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/12/2019
.\" Date: 23/01/2020
.\" Manual: Commandes de gestion du syst\(`eme
.\" Source: shadow-utils 4.8
.\" Source: shadow-utils 4.8.1
.\" Language: French
.\"
.TH "NEWUSERS" "8" "01/12/2019" "shadow\-utils 4\&.8" "Commandes de gestion du syst\(`em"
.TH "NEWUSERS" "8" "23/01/2020" "shadow\-utils 4\&.8\&.1" "Commandes de gestion du syst\(`em"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -213,6 +213,18 @@ The default value for
\fBGID_MAX\fR) is 1000 (resp\&. 60000)\&.
.RE
.PP
\fBHOME_MODE\fR (number)
.RS 4
The mode for new home directories\&. If not specified, the
\fBUMASK\fR
is used to create the mode\&.
.sp
\fBuseradd\fR
and
\fBnewusers\fR
use this to set the mode of the home directory they create\&.
.RE
.PP
\fBMAX_MEMBERS_PER_GROUP\fR (number)
.RS 4
Maximum members per group entry\&. When the maximum is reached, a new group entry (line) is started in
@@ -380,7 +392,9 @@ Valeur d\*(Aqinitialisation du masque de permissions\&. S\*(Aqil n\*(Aqest pas p
\fBuseradd\fR
and
\fBnewusers\fR
use this mask to set the mode of the home directory they create
use this mask to set the mode of the home directory they create if
\fBHOME_MODE\fR
is not set\&.
.sp
It is also used by
\fBlogin\fR

Some files were not shown because too many files have changed in this diff Show More