diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f3ec4d16c6..de6e7acc9e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3230,6 +3230,7 @@ bool lp_winbind_offline_logon(void); bool lp_winbind_normalize_names(void); bool lp_winbind_rpc_only(void); bool lp_create_krb5_conf(void); +int lp_winbind_max_domain_connections(void); const char *lp_idmap_backend(void); bool lp_idmap_read_only(void); int lp_idmap_cache_time(void); |