From 3f18bc02e60ccee6c96cd04fb9f27b456072f7d2 Mon Sep 17 00:00:00 2001 From: SkywalkerSpace Date: Mon, 30 Jun 2025 10:09:14 +0800 Subject: [PATCH] 13.0 update ldap follow referrals --- manual/config/ldap_in_pro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/config/ldap_in_pro.md b/manual/config/ldap_in_pro.md index 65f9b8f7..a854df7e 100644 --- a/manual/config/ldap_in_pro.md +++ b/manual/config/ldap_in_pro.md @@ -348,10 +348,10 @@ LDAP_USE_PAGED_RESULT = True Seafile Pro Edition supports auto following referrals in LDAP search. This is useful for partitioned LDAP or AD servers, where users may be spreaded on multiple directory servers. For more information about referrals, you can refer to [this article](https://technet.microsoft.com/en-us/library/cc978014.aspx). -To configure, add below option to `seahub_settings.py`, e.g.: +Note: If you get the error like `Invalid credentials`, you can try to set the `LDAP_FOLLOW_REFERRALS = False` to solve the problem: ```python -LDAP_FOLLOW_REFERRALS = True +LDAP_FOLLOW_REFERRALS = False ``` ### Configure Multi-ldap Servers