]> git.sur5r.net Git - openldap/commitdiff
clarify comment
authorPierangelo Masarati <ando@openldap.org>
Sun, 10 Apr 2005 09:54:21 +0000 (09:54 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 10 Apr 2005 09:54:21 +0000 (09:54 +0000)
servers/slapd/bconfig.c

index a1835cea31becaf6d1fac594a1ae03fc57289e38..0607a62a45f521e1be37d97bba04f9c34a7583f5 100644 (file)
@@ -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\" "