search for: broken_getrnam

Displaying 1 result from an estimated 1 matches for "broken_getrnam".

Did you mean: broken_getgrnam
2006 Jan 12
0
[Fwd: Re: -- SOLVED -- "valid users" + ldap on Solaris 10 problems]
Hi All! We have just solved the problem. The error resides in the code placed in /samba-X.X.X/source/lib/util_getent.c between line 275 and 291 . By default, when you compile samba with solaris support, samba uses "getgrnam" function because of the "BROKEN_GETRNAM=1" in Makefile. This function is what's making samba going wrong. The soluction was to undefine "BROKEN_GETRNAM" in order to make samba use " getgrent()" funtcion instead. Thanks for all your help guys! bye! > On Thu, 12 Jan 2006, Miki Monguilod wrote: > &...