*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> yppasswd (3)              
Title
Content
Arch
Section
 

yppasswd(3)

Contents


NAME    [Toc]    [Back]

       yppasswd  -  Update  user  password in Network Information
       Service (NIS) password map.

SYNOPSIS    [Toc]    [Back]

       #include <rpcsvc/yppasswd.h>

       int yppasswd(
               char *oldpass,
               struct passwd *newpw );

DESCRIPTION    [Toc]    [Back]

       The yppasswd() routine uses Remote  Procedure  Call  (RPC)
       and  External Data Representation (XDR) routines to update
       a user password in an Network  Information  Service  (NIS)
       password  map.  The RPC and XDR elements that are used are
       listed below under the RPC INFO heading.

       If oldpass is indeed the old user password,  this  routine
       replaces  the  password  entry with newpw. It returns 0 if
       successful.

   RPC Information    [Toc]    [Back]
       program number:
        YPPASSWDPROG xdr routines:
        xdr_ppasswd(xdrs, yp)
        XDR *xdrs;
        struct yppasswd *yp;
        xdr_yppasswd(xdrs, pw)
        XDR *xdrs;
        struct passwd *pw; procs:
        YPPASSWDPROC_UPDATE
        Takes struct yppasswd as argument, returns integer.
        Same behavior as yppasswd() wrapper.
        Uses UNIX authentication.  versions:
        YPPASSWDVERS_ORIG structures:
        struct yppasswd {
        char *oldpass; /* old (unencrypted) password */
        struct passwd newpw; /* new pw structure */
        };

SEE ALSO    [Toc]    [Back]

      
      
       Commands: yppasswd(1), yppasswdd(8)



                                                      yppasswd(3)
[ Back ]
 Similar pages
Name OS Title
yppasswd Tru64 change password in Network Information Service (NIS)
yppasswdd Tru64 server daemon for modifying the Network Information Service (NIS) password file
rpc.yppasswdd Tru64 server daemon for modifying the Network Information Service (NIS) password file
yppasswd IRIX update user password in NIS database
pxfgetpwuid IRIX Gets password information by using user ID
yppasswd HP-UX change login password in Network Information System (NIS)
chage Linux change user password expiry information
rpc.yppasswdd Linux NIS password update daemon
rpc.nispasswdd HP-UX NIS+ password update daemon
nispasswdd HP-UX NIS+ password update daemon
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service