nextcloud / ldap_contacts_backend

🗃️ LDAP backend for Nextcloud Contacts
https://apps.nextcloud.com/apps/ldap_contacts_backend
GNU Affero General Public License v3.0
9 stars 7 forks source link

How to configure in Nextcloud AIO #151

Closed mdev88 closed 5 months ago

mdev88 commented 5 months ago

I am using the docker version of Nextcloud called AIO (All In One) and the commands specified in the documentation are not compabible with this setup.

Any help making it work in NC AIO is much appreciated.

mdev88 commented 5 months ago

Found it!

docker exec --user www-data -it nextcloud-aio-nextcloud php occ ldap_contacts:add --interactive $ADDRESSBOOKNAME

Still have absolutely no idea what to fill in the questions. But that's another issue.

Closing.