2020-04-29 23:50:42 +02:00
|
|
|
Wiki.js was successfully installed :)
|
2023-04-06 23:23:09 +02:00
|
|
|
Please open https://__DOMAIN____PATH__ and follow the steps to setup LDAP for Wiki.js
|
2019-07-07 22:34:33 +02:00
|
|
|
|
|
|
|
After following the setup steps, login, create an home page, click on the upper right wheel.
|
|
|
|
In the Modules / Authentication, activate the LDAP / Active Directory and apply following parameters and click Apply:
|
|
|
|
|
|
|
|
Strategy Configuration
|
|
|
|
LDAP_URL: ldap://localhost:389
|
|
|
|
Admin Bind DN: uid=__LDAP_USER__,ou=users,dc=yunohost,dc=org
|
|
|
|
Admin Bind Credential: __LDAP_PASSWORD__
|
|
|
|
Search Base: ou=users,dc=yunohost,dc=org
|
|
|
|
Search Filter: (uid={{username}})
|
|
|
|
|
|
|
|
Registration
|
|
|
|
Allow self-registration: Yes
|
|
|
|
Assign to group: Guest
|
|
|
|
|
2020-04-29 23:50:42 +02:00
|
|
|
When activated, users will be able to login using ldap and providing their username (not email address) and password.
|
2020-01-14 08:26:14 +01:00
|
|
|
|
2019-07-07 22:34:33 +02:00
|
|
|
If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/wikijs_ynh
|