mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
dovecot: Dovecot authentication package
This patch adds a new package which implements two basic primitives for
authenticating against dovecot ("user exists", and "check password").
It is still experimental/work in progress.
This commit is contained in:
8
cmd/dovecot-auth-cli/test_missing_socket.cmy
Normal file
8
cmd/dovecot-auth-cli/test_missing_socket.cmy
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
c = ./dovecot-auth-cli .missingsocket exists username
|
||||
c <~ no: dial unix .missingsocket-userdb
|
||||
c wait 1
|
||||
|
||||
c = ./dovecot-auth-cli .missingsocket auth username password
|
||||
c <~ no: dial unix .missingsocket-client
|
||||
c wait 1
|
||||
Reference in New Issue
Block a user