aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/include
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2012-03-27 15:59:00 +0200
committerDan Gudmundsson <[email protected]>2012-03-27 15:59:00 +0200
commitc17aa8be39231eff30e899b4777596e193876650 (patch)
tree3a33ae2f14629a35caebba392c4d21aad5c26bc2 /lib/eldap/include
parentd351328bb30bb73a256f5fb89d3a11ecc5416ebb (diff)
downloadotp-c17aa8be39231eff30e899b4777596e193876650.tar.gz
otp-c17aa8be39231eff30e899b4777596e193876650.tar.bz2
otp-c17aa8be39231eff30e899b4777596e193876650.zip
[eldap] Add rudimentary docs
Diffstat (limited to 'lib/eldap/include')
-rw-r--r--lib/eldap/include/eldap.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eldap/include/eldap.hrl b/lib/eldap/include/eldap.hrl
index 272c0d7e43..7c12cd4f2b 100644
--- a/lib/eldap/include/eldap.hrl
+++ b/lib/eldap/include/eldap.hrl
@@ -7,7 +7,7 @@
-record(eldap_search, {
base = [], % Baseobject
filter = [], % Search conditions
- scope, % Search scope
+ scope=wholeSubtree, % Search scope
deref=derefAlways, % Dereference
attributes = [], % Attributes to be returned
types_only = false, % Return types+values or types