diff options
author | David O'Neill <dmo@samba.org> | 2001-01-10 16:05:41 +0000 |
---|---|---|
committer | David O'Neill <dmo@samba.org> | 2001-01-10 16:05:41 +0000 |
commit | 17ab0c2acc1321d8228f604d207deacb1bdd3575 (patch) | |
tree | de6b724479b07b383a4ae113968f6dc0855e2451 /source3/include/proto.h | |
parent | 615af12cf2171001bc7da716cea25eab57ec3f4c (diff) | |
download | samba-17ab0c2acc1321d8228f604d207deacb1bdd3575.tar.gz samba-17ab0c2acc1321d8228f604d207deacb1bdd3575.tar.bz2 samba-17ab0c2acc1321d8228f604d207deacb1bdd3575.zip |
Changes from APPLIANCE_HEAD:
source/include/proto.h
source/param/loadparm.c
source/passdb/passdb.c
source/rpc_server/srv_samr.c
- add support for "hide local users" option to HEAD.
(This used to be commit 44dc339fe757b2b5578b30e74aad8c1b12c23f5f)
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 9cd9296c41..0abb6cdb06 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1632,6 +1632,7 @@ int lp_oplock_contention_limit(int ); int lp_write_cache_size(int ); char lp_magicchar(int ); int lp_winbind_cache_time(void); +BOOL lp_hide_local_users(void); BOOL lp_add_home(char *pszHomename, int iDefaultService, char *pszHomedir); int lp_add_service(char *pszService, int iDefaultService); BOOL lp_add_printer(char *pszPrintername, int iDefaultService); |