question reg nss_* functions and winbind
I have been trying to import the user and group names from Pre Win 2000 Domain controller. I can import the users. But cannot do the same with groups. The function I use is nss_getgrent(), and this code snippet is taken out of nss_test code put together by Tridge. The problem I face is this functions receives a TRY AGAIN return from _nss_winbind_getgrent_r function. Can anyone tell me why am I getting this return value ? User import functions work fine, just the group function fails.
Krishna
|