diff --git a/src/ldap/ldap.service.ts b/src/ldap/ldap.service.ts index 2f88c93..7b4f820 100644 --- a/src/ldap/ldap.service.ts +++ b/src/ldap/ldap.service.ts @@ -102,8 +102,8 @@ export class LdapService { @Bind(getRootDN()) async bind(req, res, next) { const reqDN = parseDN(req.dn.toString().toLowerCase()); - console.debug('bind req', reqDN) - console.log('bind PW: ' + req.credentials); + // console.debug('bind req', reqDN) + // console.log('bind PW: ' + req.credentials); if (parseDN(getRootDN().toLowerCase()).equals(reqDN.parent())) { // admins const username = reqDN['rdns'][0].attrs.cn.value;