summaryrefslogtreecommitdiffstats
path: root/auth.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-03-12 18:57:09 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-03-12 18:57:09 -0800
commit6ced95fb32cc22ca55d169944c8cb3f31f01dd4c (patch)
treeb3b2ceaca826e46e0f25bc8897b9b64da4acdb51 /auth.txr
parented89f984bd2e4f0b909dd640563ac44614f6194c (diff)
downloadtamarind-6ced95fb32cc22ca55d169944c8cb3f31f01dd4c.tar.gz
tamarind-6ced95fb32cc22ca55d169944c8cb3f31f01dd4c.tar.bz2
tamarind-6ced95fb32cc22ca55d169944c8cb3f31f01dd4c.zip
Move sasl socket path to configuration.tamarind-1
Diffstat (limited to 'auth.txr')
-rw-r--r--auth.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.txr b/auth.txr
index f2c062e..bb8f4cf 100644
--- a/auth.txr
+++ b/auth.txr
@@ -7,7 +7,7 @@
(defun sasl-auth (user pass)
(let ((sock (open-socket af-unix sock-stream)))
- (sock-connect sock (new sockaddr-un path "/var/run/saslauthd/mux"))
+ (sock-connect sock (new sockaddr-un path sasl-sock))
(put-binary-str user sock)
(put-binary-str pass sock)
(put-binary-str "" sock)