r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
[vlendec/samba-autobuild/.git] / source3 / include / ntdomain.h
index c27ec3675b4f590d36c37a76b6eb505f27602b6f..0114df0e2d0ed7be149388fa5b64f8d7a7da2190 100644 (file)
@@ -234,17 +234,9 @@ typedef struct pipes_struct {
        struct dcinfo *dc; /* Keeps the creds data from netlogon. */
 
        /*
-        * Windows user info.
-        */
-       fstring user_name;
-       fstring domain;
-       fstring wks;
-
-       /*
-        * Unix user name and credentials used when a pipe is authenticated.
+        * Credentials used for the pipe operations
         */
 
-       fstring pipe_user_name;
        struct current_user pipe_user;
        DATA_BLOB session_key;