From 01961e83cf72b24ed6285be222922ab2646e76ab Mon Sep 17 00:00:00 2001 Message-Id: <01961e83cf72b24ed6285be222922ab2646e76ab.1714107866.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 6 Sep 2011 15:35:34 +0100 Subject: [PATCH] distorted.lisp: Publish information about the Kerberos setup. Organization: Straylight/Edgeware From: Mark Wooding Not that there is one yet. --- distorted.lisp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/distorted.lisp b/distorted.lisp index 369e606..02dd2e3 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -28,6 +28,13 @@ (defzone distorted.org.uk :mx mail :srv ((:smtp mail))) + ;; Kerberos. + (_kerberos :txt "DISTORTED.ORG.UK") + :srv (((:kerberos :protocol :udp) krb) + ((:kerberos-master :protocol :udp :port 88) krb) + (:kerberos-adm krb) + ((:kpasswd :protocol :udp) krb)) + ;; Other services. :srv ((:http www) (:ftp ftp)) @@ -44,7 +51,7 @@ (defzone distorted.org.uk ;; Local services. :svc vampire - ((www ftp rsync wiki git bugs mail db tor i2p rawk vox www-cache) + ((www krb ftp rsync wiki git bugs mail db tor i2p rawk vox www-cache) :svc vampire) ;; Internal services. -- [mdw]