r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / source / lib / ldb / tools / convert.h
blobde379343a68707d6b8d6e0dcfc65f090016eccde
1 struct syntax_map {
2 const char *Standard_OID;
3 const char *AD_OID;
4 const char *equality;
5 const char *substring;
6 const char *comment;
7 };
9 const struct syntax_map *find_syntax_map_by_ad_oid(const char *ad_oid);
10 const struct syntax_map *find_syntax_map_by_standard_oid(const char *standard_oid);