This change updates lp_guestaccount() to be a *global* paramater, rather than
authorAndrew Bartlett <abartlet@samba.org>
Fri, 9 Nov 2001 11:16:06 +0000 (11:16 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 9 Nov 2001 11:16:06 +0000 (11:16 +0000)
commit395aa946cd4fb9d5e07dd2fee418045a8064dfab
tree33514af6045d3bd11238dac5dd83a853abdbe35c
parent50093d3bbda60634b76a7ec14ab60c76a4b83a42
This change updates lp_guestaccount() to be a *global* paramater, rather than
per-share.  I beleive that almost all the things that this could have done on
a per-share basis can be done with other tools, like 'force user'.

Almost all the user's of this paramater used it as a global anyway...

While this is one step at a time, I hope it will allow me to considerably
simplfy the make_connection() code, particularly for the user-level security
case.

This already removes an absolute truckload of extra attempted password lookups
on the guest account.

Andrew Bartlett
(This used to be commit 8e708332eded210c1d1fe0cebca3c9c19f054b71)
source3/auth/auth_util.c
source3/param/loadparm.c
source3/rpc_server/srv_pipe.c
source3/smbd/auth_util.c
source3/smbd/password.c
source3/smbd/sesssetup.c
source3/smbd/uid.c