This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nis/10085] nss_compat cannot handle split groups in NIS for initgroups()


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]