diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-09 17:19:13 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-13 09:30:06 +0200 |
commit | 5fc2801c09cdfe74253b52b9bf93d7ecad1a98cf (patch) | |
tree | 852ede409120b9e42be52bcfb7cc432a679b6bfa /source3/include | |
parent | c116d80053fc21519836008e2782c06c7313d512 (diff) | |
download | samba-5fc2801c09cdfe74253b52b9bf93d7ecad1a98cf.tar.gz samba-5fc2801c09cdfe74253b52b9bf93d7ecad1a98cf.tar.xz samba-5fc2801c09cdfe74253b52b9bf93d7ecad1a98cf.zip |
s3: Cache the username map in gencache
This is for uses with a heavy-weight username map script
Diffstat (limited to 'source3/include')
-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 f1cba8ffa2..71962ae93c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3998,6 +3998,7 @@ char *lp_addmachine_script(void); char *lp_shutdown_script(void); char *lp_abort_shutdown_script(void); char *lp_username_map_script(void); +int lp_username_map_cache_time(void); char *lp_check_password_script(void); char *lp_wins_hook(void); const char *lp_template_homedir(void); |