s3-lsa: expand struct lsa_info to carry name and sd.
authorGünther Deschner <gd@samba.org>
Thu, 29 Oct 2009 22:50:20 +0000 (23:50 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 30 Oct 2009 11:28:48 +0000 (12:28 +0100)
Guenther

source3/rpc_server/srv_lsa_nt.c

index a806a22907ea439f1a312101c096a4db975f9d5a..931026ea2618820f7598f4c5a8b63f369159c48a 100644 (file)
@@ -41,8 +41,10 @@ enum lsa_handle_type { LSA_HANDLE_POLICY_TYPE = 1, LSA_HANDLE_ACCOUNT_TYPE };
 
 struct lsa_info {
        DOM_SID sid;
+       const char *name;
        uint32 access;
        enum lsa_handle_type type;
+       struct security_descriptor *sd;
 };
 
 const struct generic_mapping lsa_account_mapping = {