Start basic LDAP server groundwork
This commit is contained in:
8
config/ldap/server.config.js
Normal file
8
config/ldap/server.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// LDAP Server Configuration
|
||||
const ldap_server = {
|
||||
port: env('LDAP_SERVER_PORT', 389),
|
||||
max_connections: env('LDAP_MAX_CONNECTIONS'),
|
||||
interface: env('LDAP_LISTEN_INTERFACE', '0.0.0.0'),
|
||||
}
|
||||
|
||||
module.exports = exports = ldap_server
|
||||
Reference in New Issue
Block a user