bNTLMAuth         313 source3/param/loadparm.c 	bool bNTLMAuth;
bNTLMAuth        1339 source3/param/loadparm.c 		.ptr		= &Globals.bNTLMAuth,
bNTLMAuth        4973 source3/param/loadparm.c 	Globals.bNTLMAuth = True;	/* Do use NTLMv1 if it is supplied by the client (otherwise NTLMv2) */
bNTLMAuth        5416 source3/param/loadparm.c FN_GLOBAL_BOOL(lp_ntlm_auth, &Globals.bNTLMAuth)
bNTLMAuth         171 source4/param/loadparm.c 	int bNTLMAuth;
bNTLMAuth         369 source4/param/loadparm.c 	{"ntlm auth", P_BOOL, P_GLOBAL, GLOBAL_VAR(bNTLMAuth), NULL, NULL},
bNTLMAuth         677 source4/param/loadparm.c _PUBLIC_ FN_GLOBAL_BOOL(lp_ntlm_auth, bNTLMAuth)