From e9ca42cbb919c4fe087896ea9485dbd8e899fc61 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 25 Dec 2020 23:11:02 +0100 Subject: [PATCH] docs: point to ad integration in sources overview --- website/docs/sources.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/sources.md b/website/docs/sources.md index d677077d9..97c45c707 100644 --- a/website/docs/sources.md +++ b/website/docs/sources.md @@ -25,6 +25,10 @@ This source allows authentik to act as a SAML Service Provider. Just like the SA This source allows you to import users and groups from an LDAP Server. +:::info +For Active Directory, follow the [Active Directory Integration](https://goauthentik.io/docs/integrations/sources/active-directory/index) +::: + - Server URI: URI to your LDAP server/Domain Controller. - Bind CN: CN of the bind user. This can also be a UPN in the format of `user@domain.tld`. - Bind password: Password used during the bind process.