yppasswd(1)


NAME

   yppasswd, ypchfn, ypchsh - change your password in the NIS database

SYNOPSIS

   yppasswd [-f] [-l] [-p] [user]
   ypchfn [user]
   ypchsh [user]

DESCRIPTION

   In  the  old  days,  the  standard passwd(1), chfn(1) and chsh(1) tools
   could not be used under Linux to change the users NIS  password,  shell
   and  GECOS  information.  For  changing  the NIS information, they were
   replaced by their NIS counterparts, yppasswd, ypchfn and ypchsh.

   Today, this versions are deprecated and should not be used any longer.

   Using the command line switches, you can choose whether to update  your
   password  -p,  your  login  shell  -l,  or  your  GECOS  field -f, or a
   combination of them.  yppasswd implies  the  -p  option,  if  no  other
   option  is  given. If you use the -f or -l option, you also need to add
   the -p flag.  ypchfn implies the -f option, and ypchsh -l.

   When invoked without the user argument, the account information for the
   invoking  user will be updated, otherwise that of user will be updated.
   This option is only available  to  the  super-user.  If  the  yppasswdd
   daemon on the server supports it, you can give the root password of the
   server instead of the users [old] password.

   All tools will first prompt the  user  for  the  current  NIS  password
   needed  for  authentication with the yppasswdd(8) daemon. Subsequently,
   the program prompts for the updated information:

   yppasswd or -p
          Change the user's NIS password.    The user is prompted for  the
          new password.  While typing the password, echoing is turned off,
          so the password does not appear on the screen. An empty password
          is  rejected,  as are passwords shorter than six characters. The
          user will then be requested to retype the password to make  sure
          it wasn't    misspelled the first time.

   ypchsh or -l
          Change  the  user's  login shell. The user is prompted for a new
          shell, offering the old one as default:

            Login shell [/bin/sh]: _

          To accept the default, simply press return. To clear  the  shell
          field in your passwd(5) file entry (so that the system's default
          shell is selected), enter the string none.

   ypchfn or -f
          Change  the  user's   full   name   and   related   information.
          Traditionally,  some  applications expect the GECOS field (field
          4) of the passwd(5) file to contain the  user's  real  name  (as
          opposed to the login name) plus some additional information like
          the office  phone  number.  This  information  is  displayed  by
          finger(1) and probably some other tools, too.

          When  setting  the  full  name,  ypchfn  displays  the following
          prompts, with the defaults in brackets:

            Name [Joe Doe]:
            Location [2nd floor, bldg 34]:
            Office Phone [12345]:
            Home Phone []:

          To accept a default, simply press  return.  To  clear  a  field,
          enter the string none.

SEE ALSO

   chfn(1),    chsh(1),   finger(1),   passwd(5),   passwd(1),   ypcat(1),
   yppasswdd(8), ypserv(8), ypwhich(1)

AUTHOR

   yppasswd is part of the yp-tools package, which was written by Thorsten
   Kukuk <kukuk@linux-nis.org>.


More Linux Commands

manpages/pam_loginuid.8.html
pam_loginuid(8) - Record user's login uid to the process att
The pam_loginuid module sets the loginuid process attribute for the process that was authenticated. This is necessary for applications to be correctly audited.

manpages/bunzip2.1.html
bunzip2(1) - a block-sorting file compressor, v1.0.6........
bzip2 compresses files using the Burrows-Wheeler block sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than

manpages/get_thread_area.2.html
get_thread_area(2) - Get a Thread Local Storage (TLS) area
get_thread_area() returns an entry in the current threads thread-local storage (TLS) array. The index of the entry corresponds to the value of u_info-&gt;entry_num

blog-dev/commands.html
Important Linux Commands, Concepts, Examples and Explanations
Linux Commands, Concepts and the Command Interpreter. Examples and explanations for I/O, redirection, expansion, pipes, etc. Contains links to Linux manpages.

manpages/mkfs.msdos.8.html
mkfs.msdos(8) - create an MS-DOS file system under Linux....
mkfs.fat is used to create an MS-DOS filesystem under Linux on a device (usually a disk partition). device is the special file corresponding to the device (e.g

manpages/FontCacheGetCacheSettings.3.html
FontCacheGetCacheSettings(3) - X-TrueType font cache extensi
FontCache is an extension that is used by X-TrueType to cache informations about fonts. FontCacheQueryExtension returns True if the FontCache extension is avail

manpages/ovdb_server.8.html
ovdb_server(8) - overview 'helper' server - Linux man page
If the readserver parameter in ovdb.conf is true, ovdb_init will start ovdb_server. ovdb_server opens the overview database, and accesses it on behalf of the nn

manpages/dict.n.html
dict(n) - Manipulate dictionaries - Linux manual page.......
Performs one of several operations on dictionary values or variables containing dictionary values (see the DICTIONARY VALUES section below for a description), d

manpages/v4l.4.html
v4l(4) - video4linux driver (Special - Linux man page)......
v4l is an Xorg driver for video4linux cards. It provides a Xvideo extension port for video overlay. Just add the driver to the module list within the module sec

manpages/etext.3.html
etext(3) - end of program segments - Linux manual page......
The addresses of these symbols indicate the end of various program segments: etext This is the first address past the end of the text segment (the program code)

manpages/mvwinsnstr.3ncurses.html
mvwinsnstr(3ncurses) - insert string before cursor in a curs
These routines insert a character string (as many characters as will fit on the line) before the character under the cursor. All characters to the right of the

manpages/m4.1.html
m4(1) - macro processor (Commands - Linux manual page)......
Process macros in FILEs. If no FILE or if FILE is -, standard input is read. Mandatory or optional arguments to long options are mandatory or optional for short





We can't live, work or learn in freedom unless the software we use is free.