-
-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Summary
Nextcloud schema doesn't install.
Steps to reproduce
Set PLUGIN_NEXTCLOUD
to "TRUE"
.
Try to enable Nexctloud in the GUI. It gives the error :
Error: Invalid syntax - <b>objectClass: nextcloudAccount</b> (objectClass: value #3 invalid per syntax, [...]
I logged in the LDAP with ApacheDirectoryStudio and found no schema for Nextcloud.
What is the expected correct behavior?
Presence of Nextcloud schema which adds the nextcloudAccount objectClass.
Relevant logs and/or screenshots
Error: Invalid syntax - <b>objectClass: nextcloudAccount</b> (objectClass: value #3 invalid per syntax, [...]
Environment
Hardware : RPi 4B
OS : DietPi v8.12.1 (Debian Bullseye aarch64)
Docker compose 2.14.1 (platform linux/arm64/v8)
Image : tiredofit/openldap-fusiondirectory:2.6-1.4-latest
Possible fixes
The file install/assets/custom-scripts/001-install-fusiondirectory.sh
at line 265 has a mistake :
PLUGIN_NEXTCLOUD=${PLUGIN_KOPANO:-"FALSE"}
instead of :
PLUGIN_KOPANO=${PLUGIN_KOPANO:-"FALSE"}