ignore autodetect-attribute on public save method
This commit is contained in:
parent
3fe400a3ca
commit
7c60384f20
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ class Configuration {
|
||||||
case 'ldapIgnoreNamingRules':
|
case 'ldapIgnoreNamingRules':
|
||||||
case 'ldapOverrideUuidAttribute':
|
case 'ldapOverrideUuidAttribute':
|
||||||
case 'hasPagedResultSupport':
|
case 'hasPagedResultSupport':
|
||||||
|
case 'ldapUuidAttribute':
|
||||||
continue 2;
|
continue 2;
|
||||||
}
|
}
|
||||||
if(is_null($value)) {
|
if(is_null($value)) {
|
||||||
|
|
Loading…
Reference in a new issue