Fireshare has LDAP support. The following environment variables are required to configure it:
Whether to enable LDAP support.
Default: false
LDAP Server connection URL.
Example: ldap://localhost:3890
DN for the admin user.
Example: uid=admin,ou=people
Password for the admin user.
Base DN
Example: dc=example,dc=com
User filter for LDAP login
{input}
replaced by username the user put in the webui
Example for match email and uid: (&(|(uid={input})(mail={input}))(objectClass=person))
LDAP group to be admin in fireshare. If not provided, everyone is admin.
Uses memberOf
Example: lldap_admin