mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Fix LDAP first configId information
It starts at s01, no more empty configId for the first one. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
@@ -905,13 +905,7 @@ use the ``--force`` option to force it to check all active LDAP connections::
|
||||
sudo -u www-data php occ ldap:check-user --force robert
|
||||
|
||||
``ldap:create-empty-config`` creates an empty LDAP configuration. The first
|
||||
one you create has no ``configID``, like this example::
|
||||
|
||||
sudo -u www-data php occ ldap:create-empty-config
|
||||
Created new configuration with configID ''
|
||||
|
||||
This is a holdover from the early days, when there was no option to create
|
||||
additional configurations. The second, and all subsequent, configurations
|
||||
one you create has ``configID`` ``s01``, and all subsequent configurations
|
||||
that you create are automatically assigned IDs::
|
||||
|
||||
sudo -u www-data php occ ldap:create-empty-config
|
||||
|
||||
Reference in New Issue
Block a user