Start basic LDAP server groundwork
This commit is contained in:
27
app/ldap/routes/example.routes.js
Normal file
27
app/ldap/routes/example.routes.js
Normal file
@@ -0,0 +1,27 @@
|
||||
const example_routes = {
|
||||
|
||||
prefix: 'dc=base',
|
||||
|
||||
middleware: [
|
||||
|
||||
],
|
||||
|
||||
search: {
|
||||
|
||||
},
|
||||
|
||||
bind: {
|
||||
|
||||
},
|
||||
|
||||
add: {
|
||||
|
||||
},
|
||||
|
||||
del: {
|
||||
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
module.exports = exports = example_routes
|
||||
Reference in New Issue
Block a user