mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
new type API
This commit is contained in:
parent
2ce3618ca9
commit
6022dee5a0
4 changed files with 18 additions and 15 deletions
|
@ -268,7 +268,8 @@ class ConfiguredType {
|
|||
if ($this->additionalLdapFilter !== null) {
|
||||
return $this->additionalLdapFilter;
|
||||
}
|
||||
$this->additionalLdapFilter = $this->typeManager->getConfig()->get_Suffix($typeId);
|
||||
$typeSettings = $this->typeManager->getConfig()->get_typeSettings();
|
||||
$this->additionalLdapFilter = isset($typeSettings['filter_' . $this->id]) ? $typeSettings['filter_' . $this->id] : '';
|
||||
return $this->additionalLdapFilter;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue