nmbd does not start without smbd (fwd)

Andrej Borsenkow borsenkow.msk at sni.de
Fri Dec 4 20:08:05 GMT 1998


nmbd/nmbd.c:

	if (!pwdb_initialise(False))
	{
		exit(1);
	}

lib/util_pwdb.c:

BOOL pwdb_initialise(BOOL is_server)
{
...
	if (is_server)
	{
                ... (local file access)
            }
           else
           {
		if (!get_domain_sids(&global_member_sid, &global_sam_sid, global_myname))
		{
			return False;
		}
          }


What about file locking?


More information about the samba-technical mailing list