s/LDAProotDSE/OpenLDAProotDSE/ (until we have a standard track class)

This commit is contained in:
Kurt Zeilenga 2000-05-16 18:13:08 +00:00
parent 318a116910
commit dfe11c105d

View 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++ ) {