Replace dc=example,dc=com
with your LLDAP configured domain.
ldap://lldap:3890
uid=admin,ou=people,dc=example,dc=com
or
uid=readonlyuser,ou=people,dc=example,dc=com
ADMINPASSWORD
or
READONLYUSERPASSWORD
ou=people,dc=example,dc=com
If you wish the permitted users to be restricted to just the wiki
group:
(&(memberof=cn=wiki,ou=groups,dc=example,dc=com)(|(uid={{username}})(mail={{username}))(objectClass=person))
If you wish any of the registered LLDAP users to be permitted to use WikiJS:
(&(|(uid={{username}})(mail={{username}))(objectClass=person))
Left toggled off
Left toggled off
Left blank
uid
mail
cn
jpegPhoto
Toggled on
Left blank
I created a group called users
and assign my LDAP users to that by default.
You can use the local admin account to login and promote an LDAP user to admin
group if you wish and then deactivate the local login option