Users

User Actions
No users found
{{ user.displayName }}   {{ user.username }}   {{ user.fallbackEmail }}

Groups

Name Actions
{{ group.name }}   {{ groupMembers(group) }}

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 }}
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