]> git.sur5r.net Git - openldap/commitdiff
s/LDAProotDSE/OpenLDAProotDSE/ (until we have a standard track class)
authorKurt Zeilenga <kurt@openldap.org>
Tue, 16 May 2000 18:13:08 +0000 (18:13 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 16 May 2000 18:13:08 +0000 (18:13 +0000)
servers/slapd/root_dse.c

index c5fd1f91f2c2d287a5d0b7606b63f23bdfade866..a57a7d0cd6494ea6a485e140bdbfae382696b1d4 100644 (file)
@@ -65,8 +65,8 @@ root_dse_info( Entry **entry, char **text )
        val.bv_len = sizeof("top")-1;
        attr_merge( e, ad_objectClass, vals );
 
-       val.bv_val = "LDAProotDSE";
-       val.bv_len = sizeof("LDAProotDSE")-1;
+       val.bv_val = "OpenLDAProotDSE";
+       val.bv_len = sizeof("OpenLDAProotDSE")-1;
        attr_merge( e, ad_objectClass, vals );
 
        for ( i = 0; i < nbackends; i++ ) {