Skip to content
Snippets Groups Projects
Commit 48a24138 authored by godog's avatar godog
Browse files

rename ldap service map

since we drop /etc/pam.d/dovecot the service name sent from pam is 'dovecot',
also nginx-mail-mapper has been integrated into authserv now.
parent 12593859
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ host = socket.gethostname().split('.')[0]
LDAP_SERVICE_MAP = {
# Mail accounts (dovecot, nginx-mail-mapper).
'mail': {
# Mail accounts (dovecot).
'dovecot': {
'base': 'ou=People, dc=investici, dc=org, o=Anarchy',
'filter': '(&(objectClass=virtualMailUser)(status=active)(mail=%(user)s))',
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment