]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
typo unsuccesSful, presense/presence, accessSlog
authorДилян Палаузов <git-dpa@aegee.org>
Sun, 18 Dec 2022 12:27:41 +0000 (14:27 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 19 Jan 2023 17:44:11 +0000 (17:44 +0000)
contrib/ldapc++/src/StringList.h
contrib/slapd-modules/rbac/rbac.c
doc/drafts/draft-howard-rfc2307bis-xx.txt
doc/drafts/draft-howard-rfc2307bis-xx.xml
doc/drafts/draft-ietf-ldapext-acl-model-xx.txt
servers/lloadd/config.c
servers/slapd/Makefile.in
servers/slapd/back-mdb/filterindex.c
servers/slapd/overlays/syncprov.c
tests/data/regressions/its8667/its8667
tests/data/regressions/its9400/its9400

index 95c8c8cda1338019538c17de7fb69b4d2edced14..75869a8ab2f48fedbb0d86bc7996bafa6bdfd084 100644 (file)
@@ -35,7 +35,7 @@ class StringList{
          * For internal use only
          *
          * This constructor is used by the library internally to create a
-         * list of string from a array for c-Strings (char*)thar was
+         * list of string from an array for c-Strings (char*)that was
          * returned by the C-API
          */
         StringList(char** values);
index 4d2cff59bf4a69c0026801e25d620f18f2007d2f..5de641e265fcc62b02b4920823ee2bace13f2d63 100644 (file)
@@ -1077,7 +1077,7 @@ decoding_error:;
        return rc;
 }
 
-// checkAcess F  (ALL)
+// checkAccess F  (ALL)
 static int
 rbac_check_access( Operation *op, SlapReply *rs )
 {
@@ -1146,7 +1146,7 @@ done:
        return rs->sr_err;
 }
 
-// checkAcess A loop back
+// checkAccess A loop back
 static int
 rbac_check_accessA( Operation *op, SlapReply *rs )
 {
@@ -1162,7 +1162,7 @@ rbac_check_accessA( Operation *op, SlapReply *rs )
        return rc;
 }
 
-// checkAcess B parse
+// checkAccess B parse
 static int
 rbac_check_accessB( Operation *op, SlapReply *rs )
 {
@@ -1190,7 +1190,7 @@ rbac_check_accessB( Operation *op, SlapReply *rs )
        return rc;
 }
 
-// checkAcess C - parse request & read session record
+// checkAccess C - parse request & read session record
 static int
 rbac_check_accessC( Operation *op, SlapReply *rs )
 {
@@ -1230,7 +1230,7 @@ done:
        return rc;
 }
 
-// checkAcess D, parse, read perm
+// checkAccess D, parse, read perm
 static int
 rbac_check_accessD( Operation *op, SlapReply *rs )
 {
@@ -1282,7 +1282,7 @@ done:
        return rc;
 }
 
-// checkAcess E everything but the audit insert
+// checkAccess E everything but the audit insert
 static int
 rbac_check_accessE( Operation *op, SlapReply *rs )
 {
index 74bfdc7c268053c8375e5fe9de68f60b10e91084..e3bb2161230d2635ffcb08f634b8faec62e35c94 100644 (file)
@@ -1695,7 +1695,7 @@ Appendix C.  Suggested DIT structure
        Naming context                        ObjectClass
        ============================================================
        ou=people,dc=...                      posixAccount
-                                             shadowAcount
+                                             shadowAccount
        ou=group,dc=...                       posixGroup
        ou=services,dc=...                    ipService
        ou=protocols,dc=...                   ipProtocol
index 5d1628498daaa3ea3427521cdc466a5644e0c238..af0405dfa7fabc0e2cc228bffc6829cfebd84132 100644 (file)
     Naming context                        ObjectClass
     ============================================================
     ou=people,dc=...                      posixAccount
-                                          shadowAcount
+                                          shadowAccount
     ou=group,dc=...                       posixGroup
     ou=services,dc=...                    ipService
     ou=protocols,dc=...                   ipProtocol
index 7e159eb220dd77a176590df04b62e3d0ed9f9dcd..8c5b7bd6ea452cae5b179b8cd7e40b491f5f5cc6 100644 (file)
@@ -234,7 +234,7 @@ The accessControlSchemes attribute in the ldapACISubEntry
 indicates which access control mechanism is in effect for
 the scope of that ldapACISubEntry.  The
 supportedAccessControlSchemes attribute in the rootDSE
-indicates which acess control mechanisms are supported by
+indicates which access control mechanisms are supported by
 the server; those mechanisms are in effect in that server's
 DIT unless overridden by a mechanism defined in a
 ldapACISubEntry elsewhere in that DIT.
index 12b4406659d2393fc7a96392dbb10b3e56426353..a3e6d74ab41adac1de9b99075c5b07ae2db48ff5 100644 (file)
@@ -613,7 +613,7 @@ static ConfigTable config_back_cf_table[] = {
         &config_generic,
         "( OLcfgBkAt:13.26 "
             "NAME 'olcBkLloadIOTimeout' "
-            "DESC 'I/O timeout threshold in miliseconds' "
+            "DESC 'I/O timeout threshold in milliseconds' "
             "EQUALITY integerMatch "
             "SYNTAX OMsInteger "
             "SINGLE-VALUE )",
index 2fc46dda1c3afb7db9a6fde60ced557a178d71a2..09a588656d79fcc11896b687893715dd68eefda9 100644 (file)
@@ -118,7 +118,7 @@ SLAPD_OBJECTS = $(@PLAT@_SLAPD_OBJECTS)
 #
 # 2) be used to generate the symdummy.c file.
 #
-# 3) be used to help create slapd.exp, the binary-formated slapd export file.
+# 3) be used to help create slapd.exp, the binary-formatted slapd export file.
 #
 # The import library is used by dynamic modules at link time. With this
 # library, dynamic modules indicate to the linker that it will resolve
index 6d2c4870145f9c2c26a89251d80865b0bb33a696..70cb37b54764c092d54522a583a2d1fbc78db97e 100644 (file)
@@ -678,7 +678,7 @@ presence_candidates(
                rc = 0;
        } else if( rc != LDAP_SUCCESS ) {
                Debug( LDAP_DEBUG_TRACE,
-                       "<= mdb_presense_candidates: (%s) "
+                       "<= mdb_presence_candidates: (%s) "
                        "key read failed (%d)\n",
                        desc->ad_cname.bv_val, rc );
                goto done;
index 6d749a534d00cc2ab7281af97bce92ac312e4389..1ff507c864360fc865ef713d2d80a617c51eba83 100644 (file)
@@ -3585,7 +3585,7 @@ syncprov_setup_accesslog(void)
                if ( slap_str2ad( "reqType", &ad_reqType, &text ) ) {
                        Debug( LDAP_DEBUG_ANY, "syncprov_setup_accesslog: "
                                        "couldn't get definition for attribute reqType, "
-                                       "is accessslog configured?\n" );
+                                       "is accesslog configured?\n" );
                        return rc;
                }
        }
@@ -3594,7 +3594,7 @@ syncprov_setup_accesslog(void)
                if ( slap_str2ad( "reqResult", &ad_reqResult, &text ) ) {
                        Debug( LDAP_DEBUG_ANY, "syncprov_setup_accesslog: "
                                        "couldn't get definition for attribute reqResult, "
-                                       "is accessslog configured?\n" );
+                                       "is accesslog configured?\n" );
                        return rc;
                }
        }
@@ -3603,7 +3603,7 @@ syncprov_setup_accesslog(void)
                if ( slap_str2ad( "reqDN", &ad_reqDN, &text ) ) {
                        Debug( LDAP_DEBUG_ANY, "syncprov_setup_accesslog: "
                                        "couldn't get definition for attribute reqDN, "
-                                       "is accessslog configured?\n" );
+                                       "is accesslog configured?\n" );
                        return rc;
                }
        }
@@ -3612,7 +3612,7 @@ syncprov_setup_accesslog(void)
                if ( slap_str2ad( "reqEntryUUID", &ad_reqEntryUUID, &text ) ) {
                        Debug( LDAP_DEBUG_ANY, "syncprov_setup_accesslog: "
                                        "couldn't get definition for attribute reqEntryUUID, "
-                                       "is accessslog configured?\n" );
+                                       "is accesslog configured?\n" );
                        return rc;
                }
        }
index 8bcc7f0f560a26f965620a71ede350d520e1a950..b4858cc418632b7f567d1f78cc0063fd132eed6a 100755 (executable)
@@ -76,7 +76,7 @@ $SLAPCAT -F $CFPRO -g -b "dc=example,dc=com" -l $TESTDIR/slapcat.out >> $TESTOUT
 RC=$?
 
 if test $RC != 0 ; then
-        echo "slapcat -g failed for root databse ($RC)!"
+        echo "slapcat -g failed for root database ($RC)!"
         exit $RC
 fi
 
index 104543188603664e126df4cf1478cec946fe62dd..e606d17ff629b987a37d58f7babf2dd511a046ff 100755 (executable)
@@ -139,7 +139,7 @@ if test $RC != 0 ; then
 fi
 
 #
-# UNSUCCESFUL SEARCH
+# UNSUCCESSFUL SEARCH
 #
 echo "Using ldapsearch with idassert-bind..."
 $LDAPSEARCH -S "" -b "$BASEDN" -D "cn=Manager,dc=local,dc=com" -H $URI2 -w "secret"  \