Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for the LDAP section #187

Merged
merged 1 commit into from
Oct 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,18 @@ Unlock your user with the **unlock_access!** method
```

### Enable LDAP MODE
Set `DEVISE_LDAP_LOGGER=true` inside your `.env` file
Set `DEVISE_LDAP_LOGGER=true` inside your `.env` file.

Set up environment credentials variables:
Set up the environment credentials variables using `EDITOR='nano' rails credentials:edit` :

```
ldap_host
ldap_port
ldap_attribute
ldap_base
ldap_admin_user
ldap_admin_user_password
ldap_ssl
ldap_host: [Fill it with the LDAP host]
ldap_port: [Fill it with the LDAP port]
ldap_attribute: [Fill it with the LDAP attribute]
ldap_base: [Fill it with the LDAP base]
ldap_admin_user: [Fill it with the LDAP admin user]
ldap_admin_user_password: [Fill it with admin user password]
ldap_ssl: [true or false]
```

### Run the application
Expand Down