]> git.sur5r.net Git - openldap/commitdiff
Load UCDATA composition data
authorStig Venaas <venaas@openldap.org>
Wed, 24 Jan 2001 15:31:53 +0000 (15:31 +0000)
committerStig Venaas <venaas@openldap.org>
Wed, 24 Jan 2001 15:31:53 +0000 (15:31 +0000)
servers/slapd/config.c

index 34c99d3e45ecce7320e9e01b1839e8918aee6566..91d168c62eb18ab7eb4c1201326b6f3186e3b4e0 100644 (file)
@@ -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,