diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-23 13:32:31 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-24 11:01:17 +0200 |
commit | 3367fd01d4711c481efc8c56fb424ba3bab68dab (patch) | |
tree | ba28403d594586b2832f7016f0c59e07f9844e2c /source3/include | |
parent | b62b0318155e0c22a0a62ec6735f507b1b6c0f5d (diff) | |
download | samba-3367fd01d4711c481efc8c56fb424ba3bab68dab.tar.gz samba-3367fd01d4711c481efc8c56fb424ba3bab68dab.tar.bz2 samba-3367fd01d4711c481efc8c56fb424ba3bab68dab.zip |
lib/param: Merge handling of security/domain master/domain logons/server role
This ensures that the same input parameters always gives the same
output values in both loadparm systems.
Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ddccbb73b4..0b4f093537 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1191,6 +1191,10 @@ bool lp_getwd_cache(void); int lp_srv_maxprotocol(void); int lp_srv_minprotocol(void); int lp_security(void); +int lp__server_role(void); +int lp__security(void); +int lp__domain_master(void); +bool lp__domain_logons(void); const char **lp_auth_methods(void); bool lp_paranoid_server_security(void); int lp_maxdisksize(void); |