Add ability to manage computers and computer groups from web interface
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -37,6 +37,14 @@ class LDAPServerUnit extends Unit {
|
||||
return this.build_dn(this.config.schema.group_base)
|
||||
}
|
||||
|
||||
machine_dn() {
|
||||
return this.build_dn(this.config.schema.machine_base)
|
||||
}
|
||||
|
||||
machine_group_dn() {
|
||||
return this.build_dn(this.config.schema.machine_group_base)
|
||||
}
|
||||
|
||||
sudo_dn() {
|
||||
return this.build_dn(this.config.schema.sudo_base)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user