Commit 37f6735
committed
Document possible values for ldap_start_tls
I had this set to the value of yes (no quotes), which was interpreted as a boolean somewhere in the chain, causing my rendered configuration to have `start_tls = true`. Unfortuantely postfix only accepts a literal `yes` or `no`. Thus, to make sure it gets all the way to Postfix in the correct form, it is important that this string is quoted.1 parent 7552397 commit 37f6735
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments