https://github.com/jrwren/sadv
A saslauthd client
https://github.com/jrwren/sadv
Last synced: 4 months ago
JSON representation
A saslauthd client
- Host: GitHub
- URL: https://github.com/jrwren/sadv
- Owner: jrwren
- License: mit
- Created: 2020-10-20T17:41:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T23:33:06.000Z (over 4 years ago)
- Last Synced: 2023-07-27T22:16:03.940Z (almost 2 years ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sadv
A saslauthd client - https://godoc.org/github.com/jrwren/sadvI am already running (etv)[http://github.com/jrwren/etv] as root because it edits system files and changes iptables rules, so I decided to investigate what it would take to use system password auth. It turns out saslauthd is a very simple protocol.
I ported this from https://github.com/cyrusimap/cyrus-sasl/blob/master/saslauthd/testsaslauthd.c