- Network Information Service
-
The Network Information Service, or NIS (originally called Yellow Pages or YP) is a client–server directory service protocol for distributing system configuration data such as user and host names between computers on a computer network. Sun Microsystems developed the NIS; the technology is licensed to virtually all other Unix vendors.
Because British Telecom PLC owned the name "Yellow Pages" as a registered trademark in the United Kingdom for its paper-based, commercial telephone directory, Sun changed the name of its system to NIS,[citation needed] though all the commands and functions still start with “yp”.
An NIS/YP system maintains and distributes a central directory of user and group information, hostnames, e-mail aliases and other text-based tables of information in a computer network. For example, in a common UNIX environment, the list of users for identification is placed in /etc/passwd, and secret authentication hashes in /etc/shadow. NIS adds another “global” user list which is used for identifying users on any client of the NIS domain.
Administrators have the ability to configure NIS to serve password data to outside processes to authenticate users using various versions of the Unix crypt(3) hash algorithms. However in such cases, any NIS client can retrieve the entire password database for offline inspection. Kerberos was designed to handle authentication in a more secure manner.
Successor technologies
The original NIS design was seen to have inherent limitations, especially in the areas of scalability and security, so other technologies have come to replace it.
Sun introduced NIS+ as part of Solaris 2 in 1992, with the intention for it to eventually supersede NIS. NIS+ features much stronger security and authentication features, as well as a hierarchical design intended to provide greater scalability and flexibility. However, it was also more cumbersome to set up and administer, and was more difficult to integrate into an existing NIS environment than many existing users wished.
As a result, many users chose to stick with NIS, and over time other modern and secure distributed directory systems, most notably LDAP, came to replace it. For example,
slapd
(the standalone LDAP daemon) generally runs as a non-root user, and SASL-based encryption of LDAP traffic is natively supported.On large LANs, DNS servers may provide better nameserver functionality than NIS or LDAP can provide, leaving just site-wide identification information for NIS master and slave systems to serve. However, some functions — such as the distribution of netmask information to clients, as well as the maintenance of e-mail aliases — may still be performed by NIS or LDAP. NIS maintains nfs database information file as well as so called maps
External links
- The NIS-HOWTO from the Linux Documentation Project
- Resources on how to replace NIS can be found at the NIS Migration Resource Site
- Distributed Authentication System (DAS) Handbook by Van Emery
- NFS and NIS Security by Kristy Westphal - Securityfocus article Jan. 22, 2001
- Red Hat Linux 9: Red Hat Linux Security Guide - 5.3. Securing NIS
- Linux Focus: Yellow Pages - Includes some details on the underlying RPC calls
Sun Microsystems (acquired by Oracle Corporation, 2010) Hardware Sun-1 · Sun-2 · Sun-3 · Sun386i · Sun-4 · SPARCstation · Netra · Ultra · Enterprise · Sun Blade · Sun Fire · SPARC Enterprise · SPARC · JavaStation · Sun Ray · Sun Modular Datacenter · more...Software SunOS · Solaris · NIS (+) · NFS · ZFS · SunView · NeWS · OpenWindows · Java Desktop System · Sun Studio · Java · StarOffice · iPlanet/Sun ONE/Java Enterprise System · Sun Secure Global Desktop · MySQL · Sun xVM · GlassFish · more...Storage High-performance computing Research Education and recognition Community CDDL · Java Community Process · NetBeans · OpenOffice.org · OpenSolaris · OpenSPARC · OpenJDK · OSUMCategories:- Unix network-related software
- Sun Microsystems software
- Network management
- Directory services
- Inter-process communication
Wikimedia Foundation. 2010.