Add support for sudo
This commit is contained in:
@@ -37,6 +37,10 @@ class LDAPServerUnit extends Unit {
|
||||
return this.build_dn(this.config.schema.group_base)
|
||||
}
|
||||
|
||||
sudo_dn() {
|
||||
return this.build_dn(this.config.schema.sudo_base)
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the anonymous DN.
|
||||
* @returns {ldap/DN}
|
||||
|
||||
Reference in New Issue
Block a user