summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-03-25 15:02:45 +0100
committerAndrew Bartlett <abartlet@samba.org>2019-04-02 01:12:10 +0000
commit720396f0fb499d587062d7b2ce7c3a62ee3b6dd3 (patch)
tree1b8cb4051817f1047911527b0e3e537a7b8f2188 /source4
parent2044ca0e20bd3180720a82506b3af041d14b5c68 (diff)
downloadsamba-720396f0fb499d587062d7b2ce7c3a62ee3b6dd3.tar.gz
Spelling fix s/informations/information/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/dsdb/tests/python/dirsync.py4
-rw-r--r--source4/dsdb/tests/python/password_lockout_base.py4
-rwxr-xr-xsource4/dsdb/tests/python/passwords.py2
-rw-r--r--source4/dsdb/tests/python/rodc_rwdc.py4
-rwxr-xr-xsource4/dsdb/tests/python/sam.py2
-rw-r--r--source4/selftest/provisions/alpha13/private/named.txt2
-rw-r--r--source4/selftest/provisions/release-4-1-0rc3/private/named.txt2
-rw-r--r--source4/setup/named.txt2
8 files changed, 11 insertions, 11 deletions
diff --git a/source4/dsdb/tests/python/dirsync.py b/source4/dsdb/tests/python/dirsync.py
index c6a1df5ea43..8b46357c670 100755
--- a/source4/dsdb/tests/python/dirsync.py
+++ b/source4/dsdb/tests/python/dirsync.py
@@ -315,14 +315,14 @@ class SimpleDirsyncTests(DirsyncBaseTests):
delete_force(self.ldb_admin, ouname)
def test_dirsync_with_controls(self):
- """Check that dirsync return correct informations when dealing with the NC"""
+ """Check that dirsync return correct information when dealing with the NC"""
res = self.ldb_admin.search(self.base_dn,
expression="(distinguishedName=%s)" % str(self.base_dn),
attrs=["name"],
controls=["dirsync:1:0:10000", "extended_dn:1", "show_deleted:1"])
def test_dirsync_basenc(self):
- """Check that dirsync return correct informations when dealing with the NC"""
+ """Check that dirsync return correct information when dealing with the NC"""
res = self.ldb_admin.search(self.base_dn,
expression="(distinguishedName=%s)" % str(self.base_dn),
attrs=["name"],
diff --git a/source4/dsdb/tests/python/password_lockout_base.py b/source4/dsdb/tests/python/password_lockout_base.py
index 24b066c188d..597633a6f73 100644
--- a/source4/dsdb/tests/python/password_lockout_base.py
+++ b/source4/dsdb/tests/python/password_lockout_base.py
@@ -401,7 +401,7 @@ lockoutThreshold: """ + str(lockoutThreshold) + """
self.assertGreaterEqual(lastLogon, lastLogonTimestamp)
# Open a second LDB connection with the user credentials. Use the
- # command line credentials for informations like the domain, the realm
+ # command line credentials for information like the domain, the realm
# and the workstation.
creds_lockout = self.insta_creds(creds)
@@ -695,7 +695,7 @@ lockoutThreshold: """ + str(lockoutThreshold) + """
# time should increase.
# Open a second LDB connection with the user credentials. Use the
- # command line credentials for informations like the domain, the realm
+ # command line credentials for information like the domain, the realm
# and the workstation.
username = creds.get_username()
userdn = "cn=%s,cn=users,%s" % (username, self.base_dn)
diff --git a/source4/dsdb/tests/python/passwords.py b/source4/dsdb/tests/python/passwords.py
index e1d0a981897..b5a91ddfbbd 100755
--- a/source4/dsdb/tests/python/passwords.py
+++ b/source4/dsdb/tests/python/passwords.py
@@ -140,7 +140,7 @@ add: userPassword
self.ldb.enable_account("(sAMAccountName=testuser)")
# Open a second LDB connection with the user credentials. Use the
- # command line credentials for informations like the domain, the realm
+ # command line credentials for information like the domain, the realm
# and the workstation.
creds2 = Credentials()
creds2.set_username("testuser")
diff --git a/source4/dsdb/tests/python/rodc_rwdc.py b/source4/dsdb/tests/python/rodc_rwdc.py
index c2c41634b8c..988eeaf8094 100644
--- a/source4/dsdb/tests/python/rodc_rwdc.py
+++ b/source4/dsdb/tests/python/rodc_rwdc.py
@@ -343,7 +343,7 @@ class RodcRwdcCachedTests(password_lockout_base.BasePasswordTestCase):
creds = self.lockout1ntlm_creds
# Open a second LDB connection with the user credentials. Use the
- # command line credentials for informations like the domain, the realm
+ # command line credentials for information like the domain, the realm
# and the workstation.
creds_lockout = self.insta_creds(creds)
@@ -403,7 +403,7 @@ class RodcRwdcCachedTests(password_lockout_base.BasePasswordTestCase):
userpass = creds.get_password()
# Open a second LDB connection with the user credentials. Use the
- # command line credentials for informations like the domain, the realm
+ # command line credentials for information like the domain, the realm
# and the workstation.
creds_lockout = self.insta_creds(creds)
diff --git a/source4/dsdb/tests/python/sam.py b/source4/dsdb/tests/python/sam.py
index 2d39286dd2e..99d308648df 100755
--- a/source4/dsdb/tests/python/sam.py
+++ b/source4/dsdb/tests/python/sam.py
@@ -1766,7 +1766,7 @@ class SamTests(samba.tests.TestCase):
self.assertNotEqual(int(res1[0]["pwdLastSet"][0]), 0)
# Open a second LDB connection with the user credentials. Use the
- # command line credentials for informations like the domain, the realm
+ # command line credentials for information like the domain, the realm
# and the workstation.
sasl_creds = Credentials()
sasl_creds.set_username(username)
diff --git a/source4/selftest/provisions/alpha13/private/named.txt b/source4/selftest/provisions/alpha13/private/named.txt
index c609bbab3ad..9641c48691a 100644
--- a/source4/selftest/provisions/alpha13/private/named.txt
+++ b/source4/selftest/provisions/alpha13/private/named.txt
@@ -1,4 +1,4 @@
-# Additional informations for DNS setup using BIND
+# Additional information for DNS setup using BIND
# If you are running a capable version of BIND and you wish to support secure
# GSS-TSIG updates, you must make the following configuration changes:
diff --git a/source4/selftest/provisions/release-4-1-0rc3/private/named.txt b/source4/selftest/provisions/release-4-1-0rc3/private/named.txt
index 0c7e387d88c..616dd72813e 100644
--- a/source4/selftest/provisions/release-4-1-0rc3/private/named.txt
+++ b/source4/selftest/provisions/release-4-1-0rc3/private/named.txt
@@ -1,4 +1,4 @@
-# Additional informations for DNS setup using BIND
+# Additional information for DNS setup using BIND
# If you are running a capable version of BIND and you wish to support
# secure GSS-TSIG updates, you must make the following configuration
diff --git a/source4/setup/named.txt b/source4/setup/named.txt
index 511bc67c82b..60c9e1478a4 100644
--- a/source4/setup/named.txt
+++ b/source4/setup/named.txt
@@ -1,4 +1,4 @@
-# Additional informations for DNS setup using BIND
+# Additional information for DNS setup using BIND
# If you are running a capable version of BIND and you wish to support
# secure GSS-TSIG updates, you must make the following configuration