Serge Hallyn
68bf7189e0
uk has no limits.5 translation
...
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2022-08-12 13:24:24 -05:00
Serge Hallyn
ef79a4d8c8
Add uk to list of man subdirs
...
Closes #547
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2022-08-12 13:24:24 -05:00
Celeste Liu and Serge Hallyn
6448da507e
libmisc/root_flag: add tips for --root flag only support abspath
...
- Add tips in error message.
- Add tips in man.
- Add zh_CN and zh_TW for tips.
Signed-off-by: Celeste Liu <coelacanthus@outlook.com >
2022-08-06 15:04:06 -05:00
Jeremy Whiting and Serge Hallyn
b5aba2624b
Fix E_NAME_IN_USE documentation.
...
Since code gives this error if username or group name is already
used the documentation should reflect that.
2022-08-06 11:10:54 -05:00
Masatake YAMATO and Iker Pedrosa
3f7a72e967
useradd: add -F option for updating /etc/sub[ig]id for system accounts
...
Signed-off-by: Masatake YAMATO <yamato@redhat.com >
2022-08-01 15:45:10 +02:00
Masatake YAMATO and Iker Pedrosa
62d99ee3fc
man (useradd): add a note about -r option and /etc/subuid and subgid
...
Signed-off-by: Masatake YAMATO <yamato@redhat.com >
2022-07-15 09:42:21 +02:00
Alexander Zhang and Iker Pedrosa
ad4ab16559
Fix typo
2022-07-08 09:34:40 +02:00
Yuri Chornoivan and Serge Hallyn
f4cf8fe51c
Complete Ukrainian translation
2022-05-24 07:52:36 -05:00
Yuri Chornoivan and Serge Hallyn
a83533d97d
Update Ukrainian translation
2022-05-24 07:52:36 -05:00
Yuri Chornoivan and Serge Hallyn
b372b8a3be
Add Ukrainian translation for man pages
2022-05-24 07:52:36 -05:00
Iker Pedrosa and Serge Hallyn
edf5ea7974
man: correct "badname" option
...
Change "badnames" to "badname" as this is the accepted option name.
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com >
2022-05-06 10:13:51 -05:00
Adam Sampson and Serge Hallyn
c9015a7e58
Fix syntax error in usermod man source.
...
Signed-off-by: Adam Sampson <ats@offog.org >
2022-03-07 19:39:49 -06:00
Markus Hiereth and Serge Hallyn
3a091d5def
Improve groupadd and useradd manpage
...
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2022-03-06 18:48:22 -06:00
Markus Hiereth and Serge Hallyn
5f88f2cca7
update useradd homepage
...
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2022-03-06 18:37:39 -06:00
Markus Hiereth and Serge Hallyn
2f30d235c2
Manpage improvements for usermod
...
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2022-03-06 18:12:13 -06:00
Markus Hiereth and Serge Hallyn
10b2e1e7c5
Improve groups and id manpages
...
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2022-03-06 18:00:20 -06:00
Markus Hiereth and Serge Hallyn
b3ce696f36
Improve pwck manpage
...
Signed-off-by: Serge Hallyn <shallyn@cisco.com >
2022-03-06 17:53:02 -06:00
Serge Hallyn
726abe8a32
configure.ac: fix occurance of with-pam (should be with-libpam)
...
Closes #500
Reported-by: dpa-github@aegee.org
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2022-02-04 12:28:18 -06:00
Serge Hallyn and GitHub
e8a2cfa7dc
Merge pull request #451 from hallyn/2021-12-05/license
2022-01-02 18:38:42 -06:00
Serge Hallyn
f93cf255d4
Update licensing info
...
Closes #238
Update all files to list SPDX license shortname. Most files are
BSD 3 clause license.
The exceptions are:
serge@sl ~/src/shadow$ git grep SPDX-License | grep -v BSD-3-Clause
contrib/atudel:# SPDX-License-Identifier: BSD-4-Clause
lib/tcbfuncs.c: * SPDX-License-Identifier: 0BSD
libmisc/salt.c: * SPDX-License-Identifier: Unlicense
src/login_nopam.c: * SPDX-License-Identifier: Unlicense
src/nologin.c: * SPDX-License-Identifier: BSD-2-Clause
src/vipw.c: * SPDX-License-Identifier: GPL-2.0-or-later
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2021-12-23 19:36:50 -06:00
Andy Zaugg
aaaaf21b6f
Adding new option -rG to usermod
...
Adding a new switch -rG, which provides a similar feature set to
-aG, allowing a person to list exactly what groups to remove a
user from.
https://github.com/shadow-maint/shadow/issues/337
2021-12-13 21:42:48 -08:00
Iker Pedrosa
585b6f00f5
man: getsubids define -h
...
Define -h option behaviour in getsubids man page.
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com >
2021-12-10 16:14:13 +01:00
Serge Hallyn
445e97ba7c
Update email address for Julie Haugh
2021-12-04 22:20:23 -06:00
Iker Pedrosa
3b6ccf642c
getsubids: system binary for user's sub*ids
...
Rename list_subid_ranges to getsubids to provide a system binary to
check the sub*ids of a user. The intention is to provide this binary
with any distribution that includes the subid feature, so that system
administrators can check the subid ranges of a given user.
Finally, add a man page to explain the behaviour of getsubids.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1980780
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com >
2021-11-17 16:35:50 +01:00
Serge Hallyn
33f85e93a1
manpages: fix 'File Formats and Conversions"
...
Closes #416
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2021-10-15 16:28:12 -05:00
Andy Zaugg and Serge Hallyn
7e2b522a15
Added a new configurable LOG_INIT to useradd
...
In some circumstances I want the default behaviour of useradd to
not add user entries to the lastlog and faillog databases. Allowing
this options behaviour to be controlled by the config file
/etc/default/useradd.
2021-10-15 16:20:52 -05:00
Andy Zaugg and Serge Hallyn
d7e2bd6fe1
Added documentation around CREATE_MAIL_SPOOL
...
Adding documentation aroud the parameter CREATE_MAIL_SPOOL in the
/etc/default/useradd file
2021-10-15 16:20:52 -05:00
Serge Hallyn
02b200c9aa
man/po/Makefile.in: switch from xml2po to itstool
...
xml2po is deprecated. We've previously replaced xml2po with
itstool in man/generate_translations.mak, but there was still
an instance of it that only is exercised for 'make dist'.
Update that one. Now 'make dist' succeeds on a ubuntu focal
or newer host where xml2po is not available.
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2021-08-14 14:51:08 -05:00
Serge Hallyn and GitHub
5939e066db
Merge pull request #353 from ikerexxe/man_subid
...
man: improve subid documentation
2021-06-22 09:20:11 -05:00
Iker Pedrosa
0faec51bf0
man: definition and configuration of subid
...
Define the subid functionality and explain the way to configure its
delegation.
2021-06-16 12:25:06 +02:00
Iker Pedrosa
68ebbf9360
man: clarify subid delegation behaviour
...
Following the discussion https://github.com/shadow-maint/shadow/pull/345
I have changed the documentation to clarify the behaviour of subid
delegation when any subid source except files is configured.
2021-06-15 09:25:48 +02:00
tzccinct
83db204477
man: use the consistent value 0 to disable PASS_MIN_DAYS restriction
2021-06-12 12:55:57 +09:00
Iker Pedrosa
d5b15f8633
man: clarify subid delegation
...
Clarify that the subid delegation can only come from one source.
Moreover, add an example of what might happen if the subid source is NSS
and useradd is executed.
Related: https://github.com/shadow-maint/shadow/issues/331
2021-05-24 12:43:40 +02:00
Iker Pedrosa
b8cbc2c113
login.defs: include HMAC_CRYPTO_ALGO key
...
Include the new HMAC_CRYPTO_ALGO key that is needed by pam_timestamp to
select the algorithm that is going to be used to calculate the message
authentication code.
pam_timestamp is currently using an embedded algorithm to calculate the
HMAC message, but the idea is to improve this behaviour by relying on
openssl's implementation. On top of that, the ability to change the
algorithm with a simple configuration change allows to simplify the
process of removing unsecure algorithms.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1947294
2021-05-06 17:31:53 +02:00
Serge Hallyn
186b1b7ac1
manpages: mention NSS in new[ug]idmap manpages
...
Closes #328
Signed-off-by: Serge Hallyn <serge@hallyn.com >
2021-05-04 14:39:26 -05:00
Serge Hallyn and GitHub
7cfe134090
Merge pull request #314 from sevan/patch-1
...
passwd(5): Note the use of an ampersand in the comment field
2021-03-30 10:21:17 -05:00
Iker Pedrosa and GitHub
df6ec1d169
man: include lastlog file caveat ( #313 )
...
man/lastlog.8.xml: add another point to the caveats section regarding
the handling of the lastlog file by external tools.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=951564
2021-03-28 22:26:28 -05:00
Sevan Janiyan and GitHub
9f1a43996c
Note the use of an ampersand in the comment field
2021-03-12 23:56:38 +00:00
Serge Hallyn and GitHub
c0818ab01d
Merge pull request #310 from ikerexxe/upstream_man_clarifications
...
Man clarifications
2021-03-01 10:02:44 -06:00
ikerexxe
4faf42b31b
man: usermod clarification
...
man/usermod.8.xml: specify what happens when the current home directory
doesn't exist if using -d and -m options. Moreover, specify what happens
when the group ownership is changed and the uid's don't match in -u and
-g options.
2021-02-18 16:08:27 +01:00
ikerexxe
786e44f6dd
man: useradd clarification
...
man/useradd.8.xml: specify the SELinux requirements for -m option.
2021-02-18 16:08:27 +01:00
ikerexxe
bc22009031
man: shadow clarification
...
man/shadow.5.xml: indicate the exact time and timezone for the dates.
Moreover, clarify that when the password expires the user won't be able
to login.
2021-02-18 16:08:27 +01:00
ikerexxe
4ea269d23e
man: groupadd and groupmod clarification
...
man/groupadd.8.xml: clarify the exit values meaning.
man/groupmod.8.xml: clarify the E_GID_IN_USE value meaning.
2021-02-18 16:07:03 +01:00
Geert Ijewski
b628850a09
usermod expects a path
...
Closes #307
2021-02-07 19:31:49 +01:00
ikerexxe
325bf584ce
man: chage clarification
...
man/chage.1.xml: Indicate that -d option with a value of 0 forces the
user to change his password. Besides, set an example on how to use -E
option. Finally, add a general note to clarify that chage only takes
charge of local users and another note to indicate that it doesn't check
inconsistencies between shadow and passwd files.
2021-02-02 11:35:34 +01:00
ikerexxe
88128000c9
newusers: doesn't create parent home directories
...
man/newusers.8.xml: clarify that newusers doesn't create parent
directories of the new user's home directory.
2020-11-17 16:46:10 +01:00
Jamin W. Collins
a04287cf24
update groupdel man page for the --force option
...
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com >
2020-11-01 21:22:54 -07:00
towerpark
287a9041a1
Fix the inaccurate description about the ID range to be verified against /etc/sub{u,g}id.
2020-09-26 21:01:01 +09:00
Serge Hallyn and GitHub
a271076041
Merge pull request #263 from edneville/261_grpck_questionable_warning
...
Option to suppress group/gshadow inconsistencies
2020-08-11 13:58:22 -05:00
ed neville and Serge Hallyn
e8c44a4c12
Option to suppress group/gshadow inconsistencies
...
'gshadow' man page suggests that "You should use the same list of users
as in /etc/group", but not must.
Closes #261
2020-08-11 13:53:48 -05:00