r4147: converted from NT_USER_TOKEN to struct security_token
[samba.git] / source4 / auth / auth.h
index 741cd5554238a7fdac3994b4fc90a9e0c46d28b2..3f1d11cb4572a0f9d4988ffbd8ddfeda91478cca 100644 (file)
@@ -97,15 +97,10 @@ struct auth_serversupplied_info
        uint32 acct_flags;
 };
 
-struct auth_session_info 
-{
+struct auth_session_info {
        int refcount;
-       /* NT group information taken from the info3 structure */
-       
-       NT_USER_TOKEN *nt_user_token;
-
+       struct security_token *security_token;
        struct auth_serversupplied_info *server_info;
-
        DATA_BLOB session_key;
 
        /* needed to key the schannel credentials */