Commit 9dbfbceaf8e947ab2b2d1d2cfe553a15c9f2f5cc
1 parent
268fa38e
Exists in
master
Update LDAP documentation
According to [configuration page](https://github.com/errbit/errbit/blob/master/docs/configuration.md) params has name with `ERRBIT_` prefix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -171,7 +171,7 @@ to your user account on your **Edit profile** page. |
171 | 171 | |
172 | 172 | ### Configuring LDAP authentication: |
173 | 173 | |
174 | -* Set USER_HAS_USERNAME=true | |
174 | +* Set ERRBIT_USER_HAS_USERNAME=true | |
175 | 175 | * Follow the instructions at |
176 | 176 | https://github.com/cschiewek/devise_ldap_authenticatable to set up the |
177 | 177 | devise_ldap_authenticatable gem. | ... | ... |