mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Load UCDATA composition data
This commit is contained in:
parent
080acc3ecd
commit
13e628bcf4
@ -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 New Issue
Block a user