From 6f0f037af5c3fabdb071839d0bc089f0aad20ec4 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 7 Aug 2016 00:01:06 -0400 Subject: [PATCH] Allow / in dovecot usernames I think this was to allow kerberos principals to auth against dovecot. --- conf.d/10-auth.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/10-auth.conf b/conf.d/10-auth.conf index 5a69bcc..ce6e098 100644 --- a/conf.d/10-auth.conf +++ b/conf.d/10-auth.conf @@ -36,7 +36,7 @@ # an extra check to make sure user can't exploit any potential quote escaping # vulnerabilities with SQL/LDAP databases. If you want to allow all characters, # set this value to empty. -#auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@ +auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@/ # Username character translations before it's looked up from databases. The # value contains series of from -> to characters. For example "#@/@" means -- 2.34.1