Skip to content

Nextcloud schema doesn't install #34

@Marsu31

Description

@Marsu31

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"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions