mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
We need to inherit syntax_compat from superior. Problem manifests
itself in that cn suddenly becomes case-sensitive.
This commit is contained in:
parent
88e1ffcde1
commit
7a7855508c
1 changed files with 1 additions and 0 deletions
|
|
@ -441,6 +441,7 @@ at_add(
|
|||
*/
|
||||
if ( sat->sat_sup ) {
|
||||
sat->sat_syntax = sat->sat_sup->sat_syntax;
|
||||
sat->sat_syntax_compat = sat->sat_sup->sat_syntax_compat;
|
||||
|
||||
sat->sat_equality = sat->sat_sup->sat_equality;
|
||||
sat->sat_ordering = sat->sat_sup->sat_ordering;
|
||||
|
|
|
|||
Loading…
Reference in a new issue