fixes possible override of uniqueMember by autodetection
* uniqueMember was the default so we did not know whether this setting is
desired or the initial value
* autodetection of the user-group association attribute runs only when it
was not set (as far as we knew)
* the default is now empty
* thus LDAPProvider might return this value as well (in exceptional cases)
* if a group base is given (edge case), use this instead of general base
* resolves #12682
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
Showing
- apps/user_ldap/js/wizard/wizardDetectorUserGroupAssociation.js 1 addition, 1 deletion...user_ldap/js/wizard/wizardDetectorUserGroupAssociation.js
- apps/user_ldap/lib/Configuration.php 1 addition, 1 deletionapps/user_ldap/lib/Configuration.php
- apps/user_ldap/lib/LDAPProvider.php 1 addition, 1 deletionapps/user_ldap/lib/LDAPProvider.php
- apps/user_ldap/lib/Wizard.php 3 additions, 3 deletionsapps/user_ldap/lib/Wizard.php
- lib/public/LDAP/ILDAPProvider.php 1 addition, 1 deletionlib/public/LDAP/ILDAPProvider.php
Loading
Please register or sign in to comment