[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[sfrench/samba-autobuild/.git] / source / include / ntdomain.h
index 147150d9780dd4c0d58a9f669b7f45c82b560ea5..6ce0ef646467756ef73e0aef71c10d5d8b7130f2 100644 (file)
@@ -233,9 +233,17 @@ typedef struct pipes_struct {
        struct dcinfo *dc; /* Keeps the creds data from netlogon. */
 
        /*
-        * Credentials used for the pipe operations
+        * Windows user info.
+        */
+       fstring user_name;
+       fstring domain;
+       fstring wks;
+
+       /*
+        * Unix user name and credentials used when a pipe is authenticated.
         */
 
+       fstring pipe_user_name;
        struct current_user pipe_user;
        DATA_BLOB session_key;