From 7999403405fc8a3a80c4527ad33db9858d026ecf Mon Sep 17 00:00:00 2001 From: arcoast <81871508+arcoast@users.noreply.github.com> Date: Mon, 13 Feb 2023 20:23:29 +0000 Subject: [PATCH] Update authentik.md --- example_configs/authentik.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/example_configs/authentik.md b/example_configs/authentik.md index 6a82206..2d7e513 100644 --- a/example_configs/authentik.md +++ b/example_configs/authentik.md @@ -19,7 +19,7 @@ lldap ldap://lldap:3890 ``` -- [ ] Enable StartTLD +- [ ] Enable StartTLS ## TLS Verification Certificate ``` @@ -45,6 +45,16 @@ dc=example,dc=com ## User Property Mappings - [x] authentik default LDAP Mapping: mail - [x] authentik default LDAP Mapping: Name +- [x] authentik default Active Directory Mapping: givenName +- [ ] authentik default Active Directory Mapping: sAMAccountName +- [x] authentik default Active Directory Mapping: sn +- [ ] authentik default Active Directory Mapping: userPrincipalName +- [x] authentik default OpenLDAP Mapping: cn +- [x] authentik default OpenLDAP Mapping: uid + +## Group Property Mappings +- [x] authentik default LDAP Mapping: mail +- [x] authentik default LDAP Mapping: Name - [ ] authentik default Active Directory Mapping: givenName - [ ] authentik default Active Directory Mapping: sAMAccountName - [ ] authentik default Active Directory Mapping: sn @@ -52,16 +62,6 @@ dc=example,dc=com - [x] authentik default OpenLDAP Mapping: cn - [x] authentik default OpenLDAP Mapping: uid -## Group Property Mappings -- [x] authentik default LDAP Mapping: -- [x] authentik default LDAP Mapping: -- [ ] authentik default Active Directory Mapping: -- [ ] authentik default Active Directory Mapping: -- [ ] authentik default Active Directory Mapping: -- [ ] authentik default Active Directory Mapping: -- [x] authentik default OpenLDAP Mapping: -- [x] authentik default OpenLDAP Mapping: - # Additional settings ## Group @@ -101,5 +101,5 @@ member ## Object uniqueness field ``` -cn +uid ```