search for: winbindd_init_connection

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

2007 Jul 31
0
Winbind Daemon
Hi, 1. Can any one please tell me how does winbind daemon decides when to create a new child process to service a request. I see that when winbind daemon starts it creates a new child process (apart from the main parent) to handle "WINBINDD_INIT_CONNECTION" command during its startup. When you execute any command say wbinfo -u or -g or --allocate-uid I could see that it creates a new child process some times and doesn't at sometimes. I couldn't come to any conclusions either through code study or through these experiments when and how it...