summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-07-11 22:01:29 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-07-12 04:32:05 +0200
commitc02023fbbc320e1c25803da94e7dcc9c9376c36d (patch)
tree9d2bddd631b52d57c5318b3ac6e9b6429287ffa7 /WHATSNEW.txt
parentf87cde1e70f1f5204dedd45e0cc04ae0b7463813 (diff)
downloadsamba-c02023fbbc320e1c25803da94e7dcc9c9376c36d.tar.gz
WHATSNEW: Fix spelling
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 956a4a04cea..114844c1de2 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -21,7 +21,7 @@ net ads setspn
---------------
There is a new 'net ads setspn' sub command for managing Windows SPN(s)
-on the AD. This command aims to give the basic functionaility that is
+on the AD. This command aims to give the basic functionality that is
provided on windows by 'setspn.exe' e.g. ability to add, delete and list
Windows SPN(s) stored in a Windows AD Computer object.
@@ -64,7 +64,7 @@ tries to log in as 'alice', but the samAccountName is set to ALICE (uppercase),
Kerberos would return ALICE as the username. Kerberos would not be able to map
'alice' to 'ALICE' in this case and auth would fail. With this plugin account
names can be correctly mapped. This only applies to GSSAPI authentication,
-not for the geting the initial ticket granting ticket.
+not for the getting the initial ticket granting ticket.
VFS audit modules
-----------------
@@ -111,7 +111,7 @@ entries.
New Experimental LMDB LDB backend
---------------------------------
-A new experimental LDB backend using LMBD is now available. This allows
+A new experimental LDB backend using LMDB is now available. This allows
databases larger than 4Gb (Currently the limit is set to 6Gb, but this will be
increased in a future release). To enable lmdb, provision or join a domain using
the --backend-store=mdb option.