mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Load UCDATA composition data
This commit is contained in:
parent
080acc3ecd
commit
13e628bcf4
1 changed files with 1 additions and 1 deletions
|
|
@ -2005,7 +2005,7 @@ load_ucdata( char *path )
|
|||
return( 0 );
|
||||
}
|
||||
err = ucdata_load( path ? path : SLAPD_DEFAULT_UCDATA,
|
||||
UCDATA_CASE|UCDATA_CTYPE|UCDATA_NUM );
|
||||
UCDATA_CASE|UCDATA_CTYPE|UCDATA_NUM|UCDATA_COMP );
|
||||
if ( err ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
|
||||
|
|
|
|||
Loading…
Reference in a new issue