diff options
author | Peter Lund <[email protected]> | 2012-03-21 16:39:34 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2012-03-22 10:48:59 +0100 |
commit | a249c1f72113f7e950ad8cdd590d95c911ac5988 (patch) | |
tree | e2f62146165b6f023c6e14ede3796292a439ce96 /lib/eldap/include | |
parent | a4cbcb1ecab9d6ac50488fb00c975c521870bfea (diff) | |
download | otp-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.hrl | 1 |
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 |