From 2eb832b99d384c167130842d3053b95a6fe1f25c Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Mon, 26 Feb 2024 14:29:42 +0100 Subject: [PATCH] enh(admin_manual): document count discrepancy for Signed-off-by: Anna Larch --- admin_manual/configuration_server/occ_command.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 7479e8c13..782e2cc6d 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -1432,8 +1432,17 @@ authentication servers such as LDAP:: | total users | 98 | | | | | user directories | 2 | + | active users | 15 | + | disabled users | 0 | +------------------+----+ +`active users` shows the number of users which logged in at least once. +`disabled users` shows the number of users which are disabled. + +There might be a discrepancy between the total number of users compared to the number of active users and the number of disabled users. +Users that have never logged in before are not counted as active or disabled users. +Some user backends also do not allow a count for the number of users. + .. _group_commands_label: Group commands