mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 01:57:33 -05:00
clarify comment
This commit is contained in:
parent
53ce94a25d
commit
f1870628be
1 changed files with 2 additions and 1 deletions
|
|
@ -4127,8 +4127,9 @@ config_back_initialize( BackendInfo *bi )
|
|||
i = config_register_schema( ct, cf_ocs );
|
||||
if ( i ) return i;
|
||||
|
||||
/* setup olcRootPW to be base64-encoded when written in LDIF form;
|
||||
* basically, we don't care if it fails */
|
||||
i = slap_str2ad( "olcRootPW", &ad, &text );
|
||||
/* basically, we don't care if it fails */
|
||||
if ( i ) {
|
||||
Debug( LDAP_DEBUG_ANY, "config_back_initialize: "
|
||||
"warning, unable to get \"olcRootPW\" "
|
||||
|
|
|
|||
Loading…
Reference in a new issue