This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug nis/10085] nss_compat cannot handle split groups in NIS for initgroups()
- From: "pasky at suse dot cz" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sources dot redhat dot com
- Date: 27 Apr 2009 13:34:46 -0000
- Subject: [Bug nis/10085] nss_compat cannot handle split groups in NIS for initgroups()
- References: <20090419213333.10085.pasky@suse.cz>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From pasky at suse dot cz 2009-04-27 13:34 -------
I have:
nistest2:x:1236:nistesta,nistestb
nistest2b:x:1236:nistestc
Then:
pixie:/var/yp # id nistesta
uid=1235(nistesta) gid=1234(nistest) groups=1234(nistest)
pixie:/var/yp # id nistestb
uid=1236(nistestb) gid=1234(nistest) groups=1234(nistest)
pixie:/var/yp # id nistestc
uid=1237(nistestc) gid=1234(nistest) groups=1234(nistest),1236(nistest2b)
So this does trigger for me. :( And I really can't see how this could work with
the code... Do you have
group: compat
in /etc/nsswitch.conf? (It works fine with 'files nis').
--
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
http://sourceware.org/bugzilla/show_bug.cgi?id=10085
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.