diff options
author | Steven Danneman <steven.danneman@isilon.com> | 2009-02-12 13:01:45 -0800 |
---|---|---|
committer | Steven Danneman <steven.danneman@isilon.com> | 2009-02-12 13:55:44 -0800 |
commit | 5cd4b7b7c03df6e896186d985b6858a06aa40b3f (patch) | |
tree | 8aba35ab96a7efba2b35a7052f6a6e4e0050fe90 /source3/include | |
parent | feec49d5cd07a69991d1bc6dc6325ecda21a19a8 (diff) | |
download | samba-5cd4b7b7c03df6e896186d985b6858a06aa40b3f.tar.gz samba-5cd4b7b7c03df6e896186d985b6858a06aa40b3f.tar.bz2 samba-5cd4b7b7c03df6e896186d985b6858a06aa40b3f.zip |
s3: Added new parameter "map untrusted to domain"
When enabled this reverts smbd to the legacy domain remapping behavior when
a user provides an untrusted domain
This partially reverts d8c54fdd
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2365015544..7ad063ef47 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4067,6 +4067,7 @@ bool lp_nt_status_support(void); bool lp_stat_cache(void); int lp_max_stat_cache_size(void); bool lp_allow_trusted_domains(void); +bool lp_map_untrusted_to_domain(void); int lp_restrict_anonymous(void); bool lp_lanman_auth(void); bool lp_ntlm_auth(void); @@ -4435,6 +4436,7 @@ bool sid_check_is_in_our_domain(const DOM_SID *sid); /* The following definitions come from passdb/passdb.c */ +const char *my_sam_name(void); struct samu *samu_new( TALLOC_CTX *ctx ); NTSTATUS samu_set_unix(struct samu *user, const struct passwd *pwd); NTSTATUS samu_alloc_rid_unix(struct samu *user, const struct passwd *pwd); |