From 9e480be7ac587c3241f66d700807c4ef96fc7032 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 11 Nov 2013 09:18:18 +0100 Subject: [PATCH] chsh, chfn: add info about non-local support to the man pages Signed-off-by: Karel Zak --- login-utils/chfn.1 | 5 +++-- login-utils/chsh.1 | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/login-utils/chfn.1 b/login-utils/chfn.1 index d519d54073..2c35acd3d4 100644 --- a/login-utils/chfn.1 +++ b/login-utils/chfn.1 @@ -40,8 +40,9 @@ command will display four pieces of information that can be changed by your real name, your work room and phone, and your home phone. .B chfn -is used to change local entries only. Use ypchfn, lchfn or any other -implementation for non-local entries. +supports non-local entries (kerberos, LDAP, etc.) if linked with libuser, +otherwise use ypchsh, lchsh or any other implementation for non-local +entries. .SS COMMAND LINE Any of the four pieces of information can be specified on the command line. If no information is given on the command line, diff --git a/login-utils/chsh.1 b/login-utils/chsh.1 index 963a9e44bd..5ee0f09c3d 100644 --- a/login-utils/chsh.1 +++ b/login-utils/chsh.1 @@ -29,8 +29,9 @@ If a shell is not given on the command line, prompts for one. .B chsh -is used to change local entries only. Use ypchsh, lchsh or any other -implementation for non-local entries. +supports non-local entries (kerberos, LDAP, etc.) if linked with libuser, +otherwise use ypchsh, lchsh or any other implementation for non-local +entries. .SH OPTIONS .TP .BI "\-s, \-\-shell " shell -- 2.47.3