{{ 'users.title' | tr }}

User {{ 'main.actions' | tr }}
No users found
{{ user.displayName }}   {{ user.username }}   {{ user.fallbackEmail }}

Groups

Name {{ 'main.actions' | tr }}
{{ group.name }}   {{ groupMembers(group) }}

Settings


These features are only available in the paid plans. Setup Subscription Now
{{ directoryConfig.errorMessage }}

LDAP

Cloudron will synchronize users and groups from an external LDAP or ActiveDirectory server. Password verification for authenticating those users is done against the external server. The synchronization is not run automatically but needs to be triggered manually.

This feature is only available is only available in the paid plans. Setup Subscription Now
LDAP authentication is not configured.
Provider
{{ externalLdap.currentConfig.provider }}
Server URL
{{ externalLdap.currentConfig.url }}
Accept Self-signed certificate
{{ externalLdap.currentConfig.acceptSelfSignedCerts ? 'Yes' : 'No' }}
Base DN
{{ externalLdap.currentConfig.baseDn }}
Filter
{{ externalLdap.currentConfig.filter }}
Username Field
{{ externalLdap.currentConfig.usernameField || 'uid' }}
Sync Groups
{{ externalLdap.currentConfig.syncGroups ? 'Yes' : 'No' }}
Group Base DN
{{ externalLdap.currentConfig.groupBaseDn }}
Group Filter
{{ externalLdap.currentConfig.groupFilter }}
Groupname Field
{{ externalLdap.currentConfig.groupnameField }}
Auth
{{ externalLdap.currentConfig.bindDn ? 'Yes' : 'No' }}
Automatically create users when they login to Cloudron
{{ externalLdap.currentConfig.autoCreate ? 'Yes' : 'No' }}

{{ externalLdap.message }}

{{ externalLdap.errorMessage }}

Show Logs