Questions tagged [nis]

NIS or Network Information Service is a directory service protocol for distributing system configuration data such as user and host names between computers on a computer network.

Wiki:

NIS stands for Network Information Service, (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.

A 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.

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 then 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 hash algorithms. However in such cases, any NIS client can retrieve the entire password database for offline inspection.

Usage:

The tag should be used for programming related problems of Network Information Service, Please note that problems related to NIS server installation and configuration should be asked at https://serverfault.com/ .

24 questions
0
votes
0 answers

In Suse when I run `id` for my user it does not reflect what I get back when querying a Name Service Switch Database for group

I have a Linux environment that uses NIS and VAS (OneIdentity) for authentication/authorization. I am finding there is a mismatch or cache happening somewhere and I am unable to pinpoint where it is happening. When I log in as my user I and run id I…
0
votes
0 answers

Rpcbind error in Docker: cannot run multiple rpcbind services

I run two containers on my host (e.g, A and B). On container A, the rpcbind service start normally. However, when I start rpcbind service on container B, there are errors listed below: # service rpcbind restart * Stopping RPC port mapper daemon…
Wind
  • 1
0
votes
1 answer

Counting occurrence of diagnosis code across multiple columns in large R dataset

I'm using two years of NIS data (already combined) to search for a diagnosis code across all of the DX columns. The columns start at I10_DX1 to I10_DX40 (which are column #18-57). I want to create a new dataset that has the observations that has…
0
votes
1 answer

Allow group shared from nis to use sudo

I trying to enable a group call acctadm shared from NIS to use sudo. Result of ypcat gropu looked like:acctadm:*:1005:god1,god2 After trying add %acctadm ALL=(ALL) ALL, +acctadm ALL=(ALL) ALL by visudo and rebooted. When I used account god1 and try…
CodePurin
  • 183
  • 6
0
votes
1 answer

How to create automount map with LDAP

I need to create an automount map for a particular location in our environment with the ldap as we have "ldap+nis" integrated setup. I don not know much about the ldap+NIS hence require your help to understand it... The ldif file format which i got…
user5149108
0
votes
1 answer

How to change or set the group id for a group in windows active directory through command line?

How do I change the gidNumber of a existing group from Command line? The attribute is called gidNumber.
sfbayarea
  • 1
  • 2
-1
votes
1 answer

Script to find and grep the group

I am struggling to write a bash script or python script to find a string from a file. For example, I need to search for usrname4 and if it found then I need fetch its group. In this case, it is group1. Since the file format is tricky i am looking…
N V M
  • 3
  • 2
-1
votes
1 answer

suggestion for receiving tcp settings for a specific service

I have some price subscriptions that require clients to know which tcp server and port to use to get them. For example, for MSFT one might need to connect to 192.168.5.6:4500. I have been wondering how to best store/retrieve this info so both…
edwinc
  • 1,658
  • 1
  • 14
  • 14
-2
votes
1 answer

port mapper failure in NIS configuaration

I am working on fedora 17, i am trying to configure NIS server, I installed ypser, rpcbind, ypbind packages by 'yum' command, everything is fine, but at the last step, when hostname has to be store in the database, then after pressing ctrl+d and 'y'…
vinita
  • 95
  • 1
  • 14
1
2