Hi there! I’m currently packaging Mautic for one-click-deployment on top of Cloudron (https://cloudron.io). To finalize packaging and releasing it to the crowd, I got following questions:
-
Does Mautic support login via LDAP?
If so, how does this work? Is there any documentation out there which helps me settings things up? -
If Mautic supports LDAP: How to check if a user isSuperuser via LDAP?
Since Cloudron provides this information via the LDAP protocol it would be cool to forward it to Mautic. -
If Mautic DOES NOT support LDAP: How can we setup a minimal environment?
Just adding a default admin user would be preferred. Right now I’m runningphp app/console mautic:install:data --force --no-interaction --verbose
which loads quite a bunch of demo data into the database