Sponsored Content
Full Discussion: NIS problem with netgroup
Top Forums UNIX for Advanced & Expert Users NIS problem with netgroup Post 7767 by loadc on Monday 1st of October 2001 11:01:52 PM
Old 10-02-2001
You must be HUGE!!!

Just kidding,


I had a similar problem, but mine was due to the fact that my groups file was about 16K+ lines long. The version of libs that my NIS was built with had a limit around 15K lines. My vendor told me where I could stick my desire that they re-write NIS on the platform, mostly because they are dropping the OS shortly and going in a new direction.
I am also having issues now that my passwd file is getting too large as well. I may have to move to LDAP, and I am hoping that will work. My company is looking at Active Directory, but I don't see where that'll help me, I can't query it from unix, and I can't write any scripts to update it from there either, so I think I'm a gonna go out and get one of them new-fangled directory servers. I already did it once, and then they canned my idea in favor of waiting for company wide standards for LDAP, well they came out, and they read: Active Directory....


Pile of crap,


loadc
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

NIS Problem

Hi all, I use a sparc 1000 Enterprice server with solaris 5.8 as nis server. IŽam able to login as root user on the server and switch after that to any other user (If I am switch as root user) . So far so good. But if i try a rlogin server -l user_name or su - user (if I am no root user)... (5 Replies)
Discussion started by: joerg
5 Replies

2. UNIX for Advanced & Expert Users

NIS config problem

Hi Experts, For configuring NIS server/clients which i've done several times already, i faced some problem which i have not seen before. The problem is that after configuring NIS server & the clients, for instance when i run "ypcat hosts " it gives this message: "No such map in domain services"... (5 Replies)
Discussion started by: nikk
5 Replies

3. Solaris

NIS Problem

I have a Solaris 9 system running on a sparc platform which is configured for NIS. The domain is set to unixlab.ocas.uc.edu on this system and the yp processes are running. The client machinces successfully binds using the ypinit -c command and specifying the servers name. I also copied the... (2 Replies)
Discussion started by: meyersp
2 Replies

4. Solaris

NIS Problem

I'm having an issue with NIS. I run the following: ./nisclient -i -d XXX.XXXX.XXX -h XXXX-XXXX Everytime I do this with both my master and slave servers up and running and I go to reboot my client the client will hang after starting RPCBIND, and NIS Cachemanager. If I take my slave NIS... (1 Reply)
Discussion started by: buckhtr77
1 Replies

5. Solaris

annoying problem with nis

This is my home set up I have 2 solaris boxes at home. One is a nis server and one is client. everytime I start the client without server, it will hang permanently looking for for nis server. is there a way to get around this? Can you set timeout the nis client? I use nis becuase my... (4 Replies)
Discussion started by: congngo
4 Replies

6. UNIX for Dummies Questions & Answers

NIS Group, Netgroup

Hi all, Is there a way for me to know the NIS group and Netgroup my UNIX account? Thank you. (0 Replies)
Discussion started by: risk_sly
0 Replies

7. Red Hat

NIS problem

Hello Everyone! When my NIS clients sync to the master server they have a problem with only the group maps. Upon executing "ypcat group" on the client, just one entry displayed for groups. That entry corresponds to the local group account (/etc/group) on the master. This particular group... (0 Replies)
Discussion started by: pingmeback
0 Replies

8. Linux

/etc/security/limits.conf NIS netgroup support

Hi there, I am trying to set a ulimit max in the /etc/security/limits.conf against a NIS netgroup (which contains a whole bunch of users) instead of a local user or group. so I have a NIS netgroup called +@myusers , none of whose users are defined locally on the box. I want to ensure that... (2 Replies)
Discussion started by: rethink
2 Replies

9. UNIX for Advanced & Expert Users

Change to NIS netgroup definition in upcoming Internet Draft

I'm considering the merits of slightly redefining the "domain" field in a NIS netgroup (the third field in the triple) to make it more useful, in a new Internet Draft that I am currently developing. Does anyone out there who uses NIS actually make use of the "domain" field? The places I've worked... (8 Replies)
Discussion started by: cambridge
8 Replies

10. Shell Programming and Scripting

Pull Netgroup from Servers

Hi, How to pull netgroup from all servers I think the netgroup resides in /etc/security/access.conf so I want to know how to get the list of netgroup in all the servers. I have a jump server I can run the script from there to get the list but not sure how to do the script. Any ideas or... (1 Reply)
Discussion started by: dbashyam
1 Replies
REVNETGROUP(8)							 Reference Manual						    REVNETGROUP(8)

NAME
revnetgroup - generate reverse netgroup data SYNOPSIS
/usr/lib/yp/revnetgroup [-u|-h] DESCRIPTION
Revnetgroup processes the standard input in netgroup(5) format into what is called reverse netgroup form. That is, where the original file shows netgroup memberships in terms of which members reside in a particular group, the reverse netgroup format specifies what groups are associated with a particular member. This information is used to generate the netgroup.byuser and netgroup.byhosts NIS maps. These reverse netgroup maps are used to help speed up netgroup lookups, particularly for the innetgr library function. The revnetgroup command prints its results on the standard output. It is usually called only by /var/yp/Makefile when rebuilding the NIS netgroup maps. OPTIONS
The revnetgroup command supports the following options: -u Generate netgroup.byuser output; only username information in the original netgroup file is processed. -h Generate netgroup.byhost output; only hostname information in the original netgroup file is processed. Note at least one of the both flags must be specified. FILES
/var/yp/Makefile The Makefile to build the NIS databases /etc/netgroup the default netgroup database file. This file is most often found only on the NIS master server SEE ALSO
getnetgrent(3), netgroup(5), AUTHOR
revnetgroup was written by Thorsten Kukuk <kukuk@suse.de>. YP Server August 2001 REVNETGROUP(8)
All times are GMT -4. The time now is 01:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy