website/docs: correct LDAP StartTLS documentation (#5886)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -60,14 +60,13 @@ Starting with 2023.3, periods and slashes in custom attributes will be sanitized
 | 
			
		||||
 | 
			
		||||
You can also configure SSL for your LDAP Providers by selecting a certificate and a server name in the provider settings.
 | 
			
		||||
 | 
			
		||||
Starting with authentik 2023.6, StartTLS is supported, and the provider will pick the correct certificate based on the DN a bind attempt is made with.
 | 
			
		||||
Starting with authentik 2023.6, StartTLS is supported, and the provider will pick the correct certificate based on the configured _TLS Server name_ field. The certificate is not picked based on the Bind DN, as the StartTLS operation should happen be the bind request to ensure bind credentials are transmitted over TLS.
 | 
			
		||||
 | 
			
		||||
This enables you to bind on port 636 using LDAPS.
 | 
			
		||||
 | 
			
		||||
## Integrations
 | 
			
		||||
 | 
			
		||||
See the integration guide for [sssd](../../../integrations/services/sssd/) for
 | 
			
		||||
an example guide.
 | 
			
		||||
See the integration guide for [sssd](../../../integrations/services/sssd/) for an example guide.
 | 
			
		||||
 | 
			
		||||
## Bind Modes
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user