]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Need ref attribute type as well.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 11 Aug 1999 17:04:49 +0000 (17:04 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 11 Aug 1999 17:04:49 +0000 (17:04 +0000)
servers/slapd/back-ldbm/init.c
servers/slapd/slapd.at.conf

index f0ae9fb7779f7f3879b44defdefaf28041b32418..62ef472ec66bda8ec2bb2fdca7af092810113856 100644 (file)
@@ -53,10 +53,10 @@ ldbm_back_init(
        argv[ 2 ] = NULL;
        attr_syntax_config( "ldbm dn initialization", 0, 2, argv );
        argv[ 0 ] = "dn";
-       argv[ 1 ] = "sub";
-       argv[ 2 ] = "eq";
+       argv[ 1 ] = ch_strdup( "sub,eq" );
        argv[ 3 ] = NULL;
-       attr_index_config( li, "ldbm dn initialization", 0, 3, argv, 1 );
+       attr_index_config( li, "ldbm dn initialization", 0, 2, argv, 1 );
+       free( argv[ 1 ] );
        argv[ 0 ] = "id2children";
        argv[ 1 ] = "eq";
        argv[ 2 ] = NULL;
index c3c8b136b0d79050ed64f1740278ad4c0b716adc..01451706ffd02bdeed5f3f3ae1aca5eb5c31396e 100644 (file)
@@ -3,6 +3,7 @@ attribute       personalsignature                       bin
 attribute      jpegphoto                               bin
 attribute      audio                                   bin
 attribute      labeledurl                              ces
+attribute      ref                                             ces
 attribute      userpassword                            ces
 attribute      telephonenumber                         tel
 attribute      facsimiletelephonenumber        fax     tel