website/docs: add notice for unique Base DN (#4073)
* providers/ldap: updates documentation related to issue #4038 Signed-off-by: John Arrandale <bootsie227@gmail.com> * providers/ldap: adheres to the CI prettier-check Signed-off-by: John Arrandale <bootsie227@gmail.com>
This commit is contained in:
parent
1c2cdfe06a
commit
501d63b3aa
|
@ -63,6 +63,10 @@ Note: The `default-authentication-flow` validates MFA by default, and currently
|
|||
1. Create (or update) the LDAP Outpost under _Applications_ -> _Outposts_ -> _Create_. Set the Type to `LDAP` and choose the `LDAP` application created in the previous step.
|
||||
![](./general_setup17.png)
|
||||
|
||||
:::info
|
||||
The LDAP Outpost selects different providers based on their Base DN. Adding multiple providers with the same Base DN will result in inconsistent access
|
||||
:::
|
||||
|
||||
### ldapsearch Test
|
||||
|
||||
Test connectivity by using ldapsearch.
|
||||
|
|
Reference in New Issue