]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
we're not LDAP
authorAlan T. DeKok <aland@freeradius.org>
Mon, 15 Jul 2019 07:11:26 +0000 (09:11 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 15 Jul 2019 07:14:07 +0000 (09:14 +0200)
src/modules/rlm_csv/rlm_csv.c

index 2a2e32259b76caaca3525e403701e70613500377..560430a826344c4d7dabe1ca2a156fc3fce642c3 100644 (file)
@@ -314,7 +314,7 @@ static int csv_map_verify(vp_map_t *map, void *instance)
        }
 
        /*
-        *      Only =, :=, += and -= operators are supported for LDAP mappings.
+        *      Only some operators are allowed.
         */
        switch (map->op) {
        case T_OP_SET: