s3: winbind: Trust name2sid mappings from the PAC.
[metze/samba/wip.git] / source3 / winbindd / winbindd_proto.h
index 4d99927aa88c396f95ce3ab0af2e4e0ddc70ed55..5e3d9fbdbc8d93fb6f3320159f8533f87028a084 100644 (file)
@@ -86,6 +86,11 @@ bool lookup_cached_name(const char *domain_name,
                        const char *name,
                        struct dom_sid *sid,
                        enum lsa_SidType *type);
+void cache_name2sid_trusted(struct winbindd_domain *domain,
+                       const char *domain_name,
+                       const char *name,
+                       enum lsa_SidType type,
+                       const struct dom_sid *sid);
 void cache_name2sid(struct winbindd_domain *domain, 
                    const char *domain_name, const char *name,
                    enum lsa_SidType type, const struct dom_sid *sid);