automx2 ldap config example using mysql database

Ralph Seichter automx2 at seichter.de
Mon Jul 5 16:27:35 CEST 2021


* Ben Polman:

> can anyone provide an example config using ldap.
> How should the ldap_server table in mysql be filled ?

Examples can be found on GitHub [1]. The exact column values for the
'ldapserver' table depend on what type of LDAP server and schema you
chose for your users. The file sqlite-sample.sql shows an example entry
for OpenLDAP with the 'posixAccount' object class (the latter uses
attributes 'mail' and 'uid').

[1] https://github.com/rseichter/automx2/tree/master/contrib

> And how do you combine this with the user_name field in the server
> table ?

If an LDAP server is configured for a given domain name, the column
ldapserver.attr_uid specifies the LDAP attribute used to determine the
user name; i.e. the value read from LDAP overrides server.user_name .
As long as you specify a non-null value for user_name, it does not
really matter which value you choose.

-Ralph


More information about the automx-users mailing list