indexed substrings (prefixes only, for now), and untested AND and OR

support.
This commit is contained in:
leitner
2002-03-26 15:51:53 +00:00
parent c76ee598c0
commit 4792ff7c58
5 changed files with 117 additions and 82 deletions

1
ldap.h
View File

@@ -7,6 +7,7 @@ struct string {
};
int matchstring(struct string* s,const char* c);
int matchprefix(struct string* s,const char* c);
struct AttributeValueAssertion {
struct string desc, value;