From: Alex Dehnert Date: Sun, 7 Aug 2016 04:01:06 +0000 (-0400) Subject: Allow / in dovecot usernames X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;ds=inline;h=6f0f037af5c3fabdb071839d0bc089f0aad20ec4;p=sysconfig%2Fdovecot.git Allow / in dovecot usernames I think this was to allow kerberos principals to auth against dovecot. --- 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