Skip to content

Commit

Permalink
we're not LDAP
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jul 15, 2019
1 parent 9c5104a commit 25c6ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_csv/rlm_csv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 25c6ba6

Please sign in to comment.