My user-Ldap (->AD) config is OK - how to enable and activate it?

I use the bash

  1. sudo -u www-data php occ app:enable user_ldap
    → nextcloud-system-answer: user_ldap enabled
    … configure the Ldap-Values
  2. Test the configuration s03:
    sudo -u www-data php occ ldap:test-config s03
    → nexcloud-system-answer: The configuration is valid and the connection could be established!
  3. LDAP-Command: sudo -u www-data php occ ldap:check-user Willy
    → nextcloud-system-answer: Cannot check user existence, because disabled LDAP configurations are present.
    Question: How can I change the nextcloud-LDAP-Status? Enabling and activating the well done LDAP-configuration?

Moin, eigentlich sollte die jeweilige LDAP config (bei dir s03) mit folgendem Befehl aktiviert werden können:

sudo -u www-data php occ ldap:set-config s03 ldapConfigurationActive “1”

As much as we appreciate solutions pls stay to the language of threadstarter.