From 62b020e96d3a39d3d947ff0ce977a7caa379ff0f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 7 May 2016 02:34:52 -0700 Subject: [PATCH] add note --- src/ldap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ldap.js b/src/ldap.js index f76a077a8..528483255 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('sendmail bind: %s', req.dn.toString()); + debug('sendmail bind: %s', req.dn.toString()); // note: cn can be email or id res.end(); });