Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ yppasswd(3R) — mips UMIPS RISC/os 4.52

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

yppasswd(1)

yppasswdd(1M)



YPPASSWD(3R)        RISC/os Reference Manual         YPPASSWD(3R)



NAME
     yppasswd - update user password in Network Information Ser-
     vice database

PROTOCOL
     /usr/include/rpcsvc/yppasswd.x

DESCRIPTION
     The yppasswd protocol is used to change a user's password
     entry in the Network Information Service (NIS) password
     database.

PROGRAMMING
     For -systype sysv and -systype bsd43:

     #include <rpcsvc/yppasswd.h>

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

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

SEE ALSO
     yppasswd(1) in the User's Reference Manual.
     yppasswdd(1M) in the System Administrator's Reference
     Manual.

ORIGIN
     Sun Microsystems Inc.

NOTE
     These routines are not resolved by libc.a.  See intro(3R)
     for more information.



















                         Printed 1/15/91                   Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026