In the future we may wish to use LDAP authentication with Dovecot.
LDAP can be used with Dovecot in two manners: with authentication binds or password lookups. (Password lookups are probably more desirable unless we don't want Dovecot to be able to access LDAP hashes for security reasons.)
Overview:
Research and decide between authentication binds or password lookups
Create recipe included with its own enable_userdb and enable_passdb attributes, see how osl-imap::auth_sql and osl-imap::auth_system are set up for examples
Determine changes needed on LDAP's end (depends on decision in step 1, see Dovecot's wiki)
In the future we may wish to use LDAP authentication with Dovecot.
LDAP can be used with Dovecot in two manners: with authentication binds or password lookups. (Password lookups are probably more desirable unless we don't want Dovecot to be able to access LDAP hashes for security reasons.)
Overview:
enable_userdb
andenable_passdb
attributes, see howosl-imap::auth_sql
andosl-imap::auth_system
are set up for examplesRelevant: