diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-06-06 13:02:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:10 -0500 |
commit | 4a99ee023609a3e753bb66e1fcd019a97447d9dd (patch) | |
tree | e9f9fd0d2eab20586463f4093f8e3ab6002edbdc /source3/nsswitch | |
parent | 422722aad2e50465627a2f7b249c251652297a7b (diff) | |
download | samba-4a99ee023609a3e753bb66e1fcd019a97447d9dd.tar.gz samba-4a99ee023609a3e753bb66e1fcd019a97447d9dd.tar.bz2 samba-4a99ee023609a3e753bb66e1fcd019a97447d9dd.zip |
r23368: Make "winbind:rpc only" a full blown parameter. Thanks to Karolin for
the patch :-)
(This used to be commit 07b71a02aef15b75d281cabeb7140db1bc0bb283)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index d1c34100ca..017a2ebfeb 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -170,7 +170,7 @@ static struct winbind_cache *get_cache(struct winbindd_domain *domain) if ((our_domain->active_directory || IS_DC) && domain->active_directory - && !lp_parm_bool(-1, "winbind", "rpc only", False)) { + && !lp_winbind_rpc_only()) { DEBUG(5,("get_cache: Setting ADS methods for domain %s\n", domain->name)); domain->backend = &ads_methods; } else { |