# Authentication

All auth setup

# LDAP

All LDAP

# Jellyfin

## LDAP configuration for Jellyfin

- LDAP server
```
<ip of the ips or FQDN>
```

- LDAP port
```
636
```

- Secure LDAP [X]

- Skip SSL/TLS Verification [X]

- LDAP Bind User
```
cn=ldapservice,ou=users,dc=ldap,dc=goauthentik,dc=io
```

- LDAP Base DN for searches
```
ou=users,dc=ldap,dc=goauthentik,dc=io
```

- LDAP Search Filter => search only users in jellyfin group
```
(&(objectClass=user)(memberOf=cn=jellyfin,ou=groups,dc=ldap,dc=goauthentik,dc=io))
```