saslauthd (1.0.0)
Published 2026-04-18 19:45:20 +00:00 by agatha
Installation
docker pull git.juggalol.com/juggalol/saslauthd:1.0.0sha256:38189d3b52fb19140d60618ec772ce25dc2c8cea16e01e4f02be3220b35053ab
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends sasl2-bin libsasl2-modules-ldap ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c mkdir -p /var/run/saslauthd # buildkit |
| ENTRYPOINT ["saslauthd"] |
| CMD ["-a" "ldap" "-d" "-n" "1" "-m" "/var/run/saslauthd"] |