summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2015-11-29 01:39:37 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2015-11-29 02:05:27 +0100
commit3a2ac12bcabf06f73ef372dfa23e6edead237aa7 (patch)
treed9bcf66db68f203a337bc6d631224a8a839d1747 /src
parent8dbb958ad5ddcbad39134a9652a0f575b80381ec (diff)
LDAP: Fix comment about delimiter
Diffstat (limited to 'src')
-rw-r--r--src/src/lookups/ldap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src/lookups/ldap.c b/src/src/lookups/ldap.c
index 276bf32b0..6aedfaa1c 100644
--- a/src/src/lookups/ldap.c
+++ b/src/src/lookups/ldap.c
@@ -765,10 +765,10 @@ while ((rc = ldap_result(lcp->ld, msgid, 0, timeoutptr, &result)) ==
/* Otherwise, loop through the entry, grabbing attribute values. If there's
only one attribute being retrieved, no attribute name is given, and the
- result is not quoted. Multiple values are separated by (comma, space).
+ result is not quoted. Multiple values are separated by (comma).
If more than one attribute is being retrieved, the data is given as a
- sequence of name=value pairs, with the value always in quotes. If there are
- multiple values, they are given within the quotes, comma separated. */
+ sequence of name=value pairs, separated by (space), with the value always in quotes.
+ If there are multiple values, they are given within the quotes, comma separated. */
else for (attr = US ldap_first_attribute(lcp->ld, e, &ber);
attr != NULL;