"Importing is disabled because there are no address books available" - possible user_ldap issue?

When I attempt to use the Contacts App, the ā€˜New Contactā€™ button is greyed out and when I go to import an address book the error message ā€œImporting is disabled because there are no address books availableā€ is there.

Under Active apps is ā€œLDAP user and group backendā€ v1.9.0.

Running docker exec nextcloud php -m shows:

[PHP Modules]
apcu
bcmath
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gmp
hash
iconv
imagick
intl
json
ldap
libxml
mbstring
memcached
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
Phar
posix
readline
redis
Reflection
session
SimpleXML
sodium
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache

Note: no user_ldap

When I try to use a occ ldap command (Using the occ command ā€” Nextcloud 15 Administration Manual 15 documentation) such as docker exec -u www-data nextcloud /var/www/html/occ ldap:check-user admin
Cannot check user existence, because disabled LDAP configurations are present.
And it also says that " These commands are only available when the ā€œLDAP user and group backendā€ app ( user_ldap ) is enabled." So Iā€™m guessing itā€™s an user_ldap not loading issue?

I also ran
docker exec -u www-data nextcloud /var/www/html/occ ldap:create-empty-config

but that did nothing.

How do I get user_ldap to load (in docker)

Please, is it possible to fix this? I have waited months for reply.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.