diff options
author | Jeremy Allison <jra@samba.org> | 2010-07-16 11:05:34 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-07-16 11:05:34 -0700 |
commit | e058de31e81a23692ccb2bef290042a558e0e795 (patch) | |
tree | 03d2c41961d6ffa1d2bd4b3737d157a3feef8e0b /source3/include/proto.h | |
parent | 6b266b85cf34145ac1f03d8f787b81121e4ec92b (diff) | |
download | samba-e058de31e81a23692ccb2bef290042a558e0e795.tar.gz samba-e058de31e81a23692ccb2bef290042a558e0e795.tar.bz2 samba-e058de31e81a23692ccb2bef290042a558e0e795.zip |
Make the "map to guest" parameter work correctly with NTLMSSP (spnego
and raw) under SMB2. Still need to investigate fixing this with krb5
auth (does this make sense ?).
Jeremy.
Diffstat (limited to 'source3/include/proto.h')
-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 ad16e7e52f..6f8eebb459 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6166,6 +6166,10 @@ int sessionid_traverse_read(int (*fn)(const char *key, /* The following definitions come from smbd/sesssetup.c */ +NTSTATUS do_map_to_guest(NTSTATUS status, + struct auth_serversupplied_info **server_info, + const char *user, const char *domain); + NTSTATUS parse_spnego_mechanisms(DATA_BLOB blob_in, DATA_BLOB *pblob_out, char **kerb_mechOID); |