summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-21 15:39:27 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-29 04:24:07 +0200
commite84b8a72bd63d3f4af810536068ae65d33aabff8 (patch)
tree08bb9c67a4706292b5d730d280f0f3905715a36c /source4/auth/auth.h
parentd2a6ae254a7c6afd2c58d1a9a2c9fd4c074b0afb (diff)
downloadsamba-e84b8a72bd63d3f4af810536068ae65d33aabff8.tar.gz
samba-e84b8a72bd63d3f4af810536068ae65d33aabff8.tar.bz2
samba-e84b8a72bd63d3f4af810536068ae65d33aabff8.zip
gensec: Add a way to request a unix token from GENSEC
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r--source4/auth/auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h
index 04731af019..caab230a46 100644
--- a/source4/auth/auth.h
+++ b/source4/auth/auth.h
@@ -48,6 +48,7 @@ struct loadparm_context;
#define AUTH_SESSION_INFO_DEFAULT_GROUPS 0x01 /* Add the user to the default world and network groups */
#define AUTH_SESSION_INFO_AUTHENTICATED 0x02 /* Add the user to the 'authenticated users' group */
#define AUTH_SESSION_INFO_SIMPLE_PRIVILEGES 0x04 /* Use a trivial map between users and privilages, rather than a DB */
+#define AUTH_SESSION_INFO_UNIX_TOKEN 0x08 /* The returned token must have the unix_token and unix_info elements provided */
struct auth_method_context;
struct auth_check_password_request;