LdapUserGroupBackend: Make default configuration providers public

I'd like to access these when preparing a config form.

refs #7343
This commit is contained in:
Johannes Meyer 2015-06-05 11:09:31 +02:00
parent 02d2ea682e
commit cacd97fb46

View File

@ -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',