s3-auth Remove unused pam_handle
[samba.git] / source3 / include / auth.h
index 659c6be103acb5572fed5bd0bdfbca7503021921..93e42b8f27580ef768511bdf84f9aa65d0d0cd6e 100644 (file)
@@ -34,7 +34,7 @@ struct auth_serversupplied_info {
 
        /* NT group information taken from the info3 structure */
 
-       NT_USER_TOKEN *ptok;
+       struct security_token *security_token;
 
        /* This is the final session key, as used by SMB signing, and
         * (truncated to 16 bytes) encryption on the SAMR and LSA pipes
@@ -43,7 +43,7 @@ struct auth_serversupplied_info {
         * and is  set from the Kerberos session key using
         * krb5_auth_con_getremotesubkey().
         *
-        * Bootom line, it is not the same as the session keys in info3.
+        * Bottom line, it is not the same as the session keys in info3.
         */
 
        DATA_BLOB user_session_key;
@@ -58,8 +58,6 @@ struct auth_serversupplied_info {
         * to the special invalid value of 0xFFFFFFFF */
        struct extra_auth_info extra;
 
-       void *pam_handle;
-
        /*
         * This is a token from /etc/passwd and /etc/group
         */