From: Kurt Zeilenga Date: Tue, 16 May 2000 18:13:08 +0000 (+0000) Subject: s/LDAProotDSE/OpenLDAProotDSE/ (until we have a standard track class) X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2946 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dfe11c105d9d17781544e395c9593b1404134776;p=openldap s/LDAProotDSE/OpenLDAProotDSE/ (until we have a standard track class) --- diff --git a/servers/slapd/root_dse.c b/servers/slapd/root_dse.c index c5fd1f91f2..a57a7d0cd6 100644 --- a/servers/slapd/root_dse.c +++ b/servers/slapd/root_dse.c @@ -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++ ) {