From 3a2ac12bcabf06f73ef372dfa23e6edead237aa7 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Sun, 29 Nov 2015 01:39:37 +0100 Subject: [PATCH] LDAP: Fix comment about delimiter --- src/src/lookups/ldap.c | 6 +++--- 1 file 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; -- 2.25.1