summaryrefslogtreecommitdiff
path: root/src/eldap/eldap.hrl
blob: e31a34991f4ae5c381215dbb225700759ffec8da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
-record(eldap_search, {scope = wholeSubtree,
		       base = [],
		       filter,
		       attributes = [],
		       types_only = false,
		       timeout = 0}).


-record(eldap_search_result, {entries,
			      referrals}).

-record(eldap_entry, {object_name,
		      attributes}).