Fix bug #7669.
[obnox/samba-ctdb.git] / libcli / security / dom_sid.h
index e89253554e81251faf60616cd56dea2427f3b9fd..748e009117d11a99911c55bb0096673b96978f45 100644 (file)
@@ -40,5 +40,9 @@ bool dom_sid_in_domain(const struct dom_sid *domain_sid,
                       const struct dom_sid *sid);
 char *dom_sid_string(TALLOC_CTX *mem_ctx, const struct dom_sid *sid);
 
+#ifndef MAXSUBAUTHS
+#define MAXSUBAUTHS 15 /* max sub authorities in a SID */
+#endif
+
 #endif /*_DOM_SID_H_*/