2 * Test maximum number of file descriptors winbind daemon can handle
10 int main(int argc
, char **argv
)
17 /* Start getpwent until we get an NT user. This way we know we
18 have at least opened a connection to the winbind daemon */
22 while((pw
= getpwent()) != NULL
) {
23 if (strchr(pw
->pw_name
, '/') != NULL
) {
30 printf("got pwent handle %d\n", i
);
32 printf("winbind daemon not running?\n");