search for: sub_set_smb_nam

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

Did you mean: sub_set_smb_name
2019 Sep 26
1
why auth3_check_password load smb.conf again
Hi, In function auth3_check_password of file source3/auth/auth_ntlmssp.c, it load smb.conf by lp_load_with_shares(get_dyn_CONFIGFILE());. I am wondering why it is needed since smbd has load config before and it hurts the performance when smb.conf is large. Thanks, Haihua