aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/include
diff options
context:
space:
mode:
authorPeter Lund <[email protected]>2012-03-21 16:39:34 +0100
committerDan Gudmundsson <[email protected]>2012-03-22 10:48:59 +0100
commita249c1f72113f7e950ad8cdd590d95c911ac5988 (patch)
treee2f62146165b6f023c6e14ede3796292a439ce96 /lib/eldap/include
parenta4cbcb1ecab9d6ac50488fb00c975c521870bfea (diff)
downloadotp-a249c1f72113f7e950ad8cdd590d95c911ac5988.tar.gz
otp-a249c1f72113f7e950ad8cdd590d95c911ac5988.tar.bz2
otp-a249c1f72113f7e950ad8cdd590d95c911ac5988.zip
[eldap] Add dereference options in search
And fix search reply when no object is found
Diffstat (limited to 'lib/eldap/include')
-rw-r--r--lib/eldap/include/eldap.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/eldap/include/eldap.hrl b/lib/eldap/include/eldap.hrl
index ee5ad2f0d3..272c0d7e43 100644
--- a/lib/eldap/include/eldap.hrl
+++ b/lib/eldap/include/eldap.hrl
@@ -8,6 +8,7 @@
base = [], % Baseobject
filter = [], % Search conditions
scope, % Search scope
+ deref=derefAlways, % Dereference
attributes = [], % Attributes to be returned
types_only = false, % Return types+values or types
timeout = 0 % Timelimit for search