mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-22 17:37:45 +02:00
LdapUserGroupBackend: Make default configuration providers public
I'd like to access these when preparing a config form. refs #7343
This commit is contained in:
parent
02d2ea682e
commit
cacd97fb46
@ -598,7 +598,7 @@ class LdapUserGroupBackend /*extends LdapRepository*/ implements UserGroupBacken
|
|||||||
*
|
*
|
||||||
* @return ConfigObject
|
* @return ConfigObject
|
||||||
*/
|
*/
|
||||||
protected function getOpenLdapDefaults()
|
public function getOpenLdapDefaults()
|
||||||
{
|
{
|
||||||
return new ConfigObject(array(
|
return new ConfigObject(array(
|
||||||
'group_class' => 'group',
|
'group_class' => 'group',
|
||||||
@ -614,7 +614,7 @@ class LdapUserGroupBackend /*extends LdapRepository*/ implements UserGroupBacken
|
|||||||
*
|
*
|
||||||
* @return ConfigObject
|
* @return ConfigObject
|
||||||
*/
|
*/
|
||||||
protected function getActiveDirectoryDefaults()
|
public function getActiveDirectoryDefaults()
|
||||||
{
|
{
|
||||||
return new ConfigObject(array(
|
return new ConfigObject(array(
|
||||||
'group_class' => 'group',
|
'group_class' => 'group',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user