From 1d383daf399b08c3833e55d11135796e34cc2689 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Mar 2011 11:40:00 +0100 Subject: s3-passdb: move lsa_dom_info and lsa_name_info out of smb.h into passdb. Guenther --- source3/include/smb.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 338cd5b5e7..b7fe64984b 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -177,21 +177,6 @@ typedef union unid_t { #include "librpc/gen_ndr/dcerpc.h" #include "librpc/gen_ndr/security.h" -struct lsa_dom_info { - bool valid; - struct dom_sid sid; - const char *name; - int num_idxs; - int *idxs; -}; - -struct lsa_name_info { - uint32 rid; - enum lsa_SidType type; - const char *name; - int dom_idx; -}; - /* * The complete list of SIDS belonging to this user. * Created when a vuid is registered. -- cgit