From 4fef119a835636ad4dc0a13245ce3caac0e2d540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Wargu=C5=82a?= Date: Mon, 15 Jun 2015 09:22:07 +0200 Subject: [PATCH] Improvement in FAQ. Added information about synchronization users from LDAP. --- doc/faq.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/faq.rst b/doc/faq.rst index 4a55877b2b..5a232b6e22 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -114,6 +114,11 @@ You can define users filter, if you don't want to import all users to ralph:: In case of OpenDJ please use ``isMemberOf`` instead of ``memberOf``. +To synchronize user list you must run command:: + + ralph ldap_sync + +During the process, script will report progress on every 100-th item loaded. Gunicorn --------