Skip to content

Commit bccb770

Browse files
cmousesirainen
authored andcommitted
variables: Clarify how ldap_dn works
1 parent 4dae04a commit bccb770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/settings/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Bytes output type indicates that the output will be tagged as binary output. Sub
114114
| `if(left, operator, right, true, false)` | String | String | Evaluates given comparison and returns true or false value. See [conditionals](#conditionals). |
115115
| `if(operator, right, true, false)` | String | String | Evaluates given comparison against input value and retuns true or false value. |
116116
| `index(separator, nth)` | String | String | Returns nth element from separator separated string. Zero based. Negative values are looked relative to end of list. |
117-
| `ldap_dn` | String | String | Converts `domain.com` to `dc=domain,dc=com`. |
117+
| `ldap_dn` | String | String | Converts any `.` into `,dc=`. For example `domain.com` converts into `domain,dc=com`. |
118118
| `lenumber` | Bytes | Number | Convert little-endian encoded input into a number. |
119119
| `lfill(width, filler)` | Any | Any | Pads value from left with filler until length is width. Default filler is `0`. |
120120
| `list(separator)` | String | String | Converts tab-escaped list into separator separated list. There is no escaping if the value already contains the separator. Defaults to `,`. |

0 commit comments

Comments
 (0)