From 2d43e22285d740ac5651903541b9ab803fb9b77e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 5 May 2016 15:26:32 -0700 Subject: [PATCH] fix typo --- src/ldap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ldap.js b/src/ldap.js index e1c72cb54..f76a077a8 100644 --- a/src/ldap.js +++ b/src/ldap.js @@ -137,7 +137,7 @@ function start(callback) { // this is the bind for the mail addon to authorize apps gServer.bind('ou=sendmail,dc=cloudron', function(req, res, next) { // TODO: validate password - debug('application bind: %s', req.dn.toString()); + debug('sendmail bind: %s', req.dn.toString()); res.end(); });