diff --git a/ChangeLog b/ChangeLog index f6d170e1..3a5102b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2010-03-15 Nicolas François + + * man/chage.1.xml, man/login.defs.5.xml, man/pwck.8.xml, + man/pwconv.8.xml, man/useradd.8.xml, man/userdel.8.xml, + man/usermod.8.xml, man/vipw.8.xml: Document the usage of the + TCB_AUTH_GROUP, TCB_SYMLINKS, and USE_TCB configuration + parameters. + * man/pwconv.8.xml, man/pwck.8.xml: Document the behavior when + USE_TCB is enabled. + 2010-03-15 Nicolas François * po/POTFILES.in, lib/tcbfuncs.c: Add more strings for diff --git a/man/chage.1.xml b/man/chage.1.xml index 5848d86e..6e0a19a0 100644 --- a/man/chage.1.xml +++ b/man/chage.1.xml @@ -28,6 +28,10 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> + +]> @@ -202,6 +206,18 @@ + + CONFIGURATION + + The following configuration variables in + /etc/login.defs change the behavior of this + tool: + + + &USE_TCB; + + + FILES diff --git a/man/login.defs.5.xml b/man/login.defs.5.xml index f7732c89..f10c7c07 100644 --- a/man/login.defs.5.xml +++ b/man/login.defs.5.xml @@ -219,7 +219,12 @@ - + + chage + + USE_TCB + + chfn @@ -387,7 +392,7 @@ PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE - USE_TCB + TCB_AUTH_GROUP TCB_SYMLINKS USE_TCB @@ -454,7 +459,7 @@ MAIL_DIR MAIL_FILE MAX_MEMBERS_PER_GROUP USERDEL_CMD USERGROUPS_ENAB - USE_TCB + TCB_SYMLINKS USE_TCB @@ -463,7 +468,7 @@ MAIL_DIR MAIL_FILE MAX_MEMBERS_PER_GROUP - USE_TCB + TCB_SYMLINKS USE_TCB diff --git a/man/pwck.8.xml b/man/pwck.8.xml index cda89651..92976d92 100644 --- a/man/pwck.8.xml +++ b/man/pwck.8.xml @@ -33,6 +33,9 @@ + + + ]> @@ -196,6 +199,9 @@ Sort entries in /etc/passwd and /etc/shadow by UID. + + This option has no effect when TCB is enabled. + @@ -220,6 +226,9 @@ &PASS_MAX_DAYS; &PASS_MIN_DAYS; &PASS_WARN_AGE; + &TCB_AUTH_GROUP; + &TCB_SYMLINKS; + &USE_TCB; diff --git a/man/pwconv.8.xml b/man/pwconv.8.xml index eb208910..543da697 100644 --- a/man/pwconv.8.xml +++ b/man/pwconv.8.xml @@ -35,6 +35,7 @@ + ]> @@ -73,6 +74,15 @@ remap='I'>shadow from passwd and an optionally existing shadow. + + pwconv does not work with + enabled. To convert to tcb passwords, you + should first use pwconv to convert to shadowed + passwords by disabling in + login.defs and then convert to tcb password + using tcb_convert (and re-enable + in login.defs.) + The pwunconv command creates shadow and then removes shadow. + + pwunconv does not work with + enabled. You should first switch back from + tcb to shadowed passwords using tcb_unconvert, + and then disable in + login.defs before using + pwunconv. + The grpconv command creates @@ -187,7 +206,13 @@ , pwck8 - . + , + + tcb_convert8 + , + + tcb_unconvert8 + . diff --git a/man/useradd.8.xml b/man/useradd.8.xml index 63251a4e..803558d4 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml @@ -41,6 +41,9 @@ + + + ]> @@ -634,8 +637,11 @@ &PASS_WARN_AGE; &SYS_GID_MAX; &SYS_UID_MAX; + &TCB_AUTH_GROUP; + &TCB_SYMLINKS; &UID_MAX; &UMASK; + &USE_TCB; &USERGROUPS_ENAB; diff --git a/man/userdel.8.xml b/man/userdel.8.xml index 0fdd919e..dd09cf95 100644 --- a/man/userdel.8.xml +++ b/man/userdel.8.xml @@ -32,6 +32,8 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + + ]> @@ -131,6 +133,8 @@ &MAIL_DIR; &MAX_MEMBERS_PER_GROUP; + &TCB_SYMLINKS; + &USE_TCB; &USERDEL_CMD; &USERGROUPS_ENAB; diff --git a/man/usermod.8.xml b/man/usermod.8.xml index a2ca332d..f2499574 100644 --- a/man/usermod.8.xml +++ b/man/usermod.8.xml @@ -32,6 +32,8 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + + ]> @@ -365,6 +367,8 @@ &MAIL_DIR; &MAX_MEMBERS_PER_GROUP; + &TCB_SYMLINKS; + &USE_TCB; diff --git a/man/vipw.8.xml b/man/vipw.8.xml index 4557e9a5..1b47eef0 100644 --- a/man/vipw.8.xml +++ b/man/vipw.8.xml @@ -31,6 +31,7 @@ --> ]> @@ -126,6 +127,18 @@ + + CONFIGURATION + + The following configuration variables in + /etc/login.defs change the behavior of this + tool: + + + &USE_TCB; + + + FILES