Make all groups appear in LDAP, get posix GIDs

This commit is contained in:
2021-03-10 20:12:06 -06:00
parent ef819b0a2e
commit 48f5b3f71a
3 changed files with 22 additions and 31 deletions

View File

@@ -1,4 +1,5 @@
const LDAPController = require('./LDAPController')
const LDAP = require('ldapjs')
class GroupsController extends LDAPController {
static get services() {