mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
s/LDAProotDSE/OpenLDAProotDSE/ (until we have a standard track class)
This commit is contained in:
parent
318a116910
commit
dfe11c105d
1 changed files with 2 additions and 2 deletions
|
|
@ -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++ ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue