mirror of
				https://github.com/samba-team/samba.git
				synced 2025-11-04 00:23:49 +03:00 
			
		
		
		
	r7381: Put more rpc specifics in libnet context.
rafal
This commit is contained in:
		
				
					committed by
					
						
						Gerald (Jerry) Carter
					
				
			
			
				
	
			
			
			
						parent
						
							80e2f04ce1
						
					
				
				
					commit
					53ad20d46b
				
			@@ -26,6 +26,13 @@ struct libnet_context {
 | 
				
			|||||||
	 * a user env context
 | 
						 * a user env context
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	struct cli_credentials *cred;
 | 
						struct cli_credentials *cred;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/* dcerpc pipes */
 | 
				
			||||||
 | 
						struct dcerpc_pipe *samr;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/* opened handles */
 | 
				
			||||||
 | 
						struct policy_handle domain_handle;
 | 
				
			||||||
 | 
						struct policy_handle user_handle;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user