'use strict'; const ldapjs = require('./lib/ldap'); module.exports = app => { if (app.config.ldapjs) ldapjs(app); };