diff options
author | Steve French <sfrench@samba.org> | 2006-08-08 19:04:38 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:21 -0500 |
commit | b42b0c5c179935c0f6859dc91ab931c60ace959e (patch) | |
tree | 007093f697f4bbb1fb8aee72ba7813c9c2de3c00 | |
parent | 64630216a3cb7eb0b7b337e232025a1cd340ec56 (diff) | |
download | samba-b42b0c5c179935c0f6859dc91ab931c60ace959e.tar.gz samba-b42b0c5c179935c0f6859dc91ab931c60ace959e.tar.bz2 samba-b42b0c5c179935c0f6859dc91ab931c60ace959e.zip |
Fix multiple typos/spelling mistakes
(This used to be commit cface57b49ef8cc07e9e8428cbab2849c2637755)
-rw-r--r-- | docs/smbdotconf/security/security.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/smbdotconf/security/security.xml b/docs/smbdotconf/security/security.xml index 226d1c1270..41db848b99 100644 --- a/docs/smbdotconf/security/security.xml +++ b/docs/smbdotconf/security/security.xml @@ -201,13 +201,13 @@ </para> <note><para>This mode of operation has - significant pitfalls, due to the fact that is activly initiates a - man-in-the-middle attack on the remote SMB server. In particular, + significant pitfalls since it is more vulnerable to + man-in-the-middle attacks and server impersonation. In particular, this mode of operation can cause significant resource consuption on the PDC, as it must maintain an active connection for the duration of the user's session. Furthermore, if this connection is lost, - there is no way to reestablish it, and futher authenticaions to the - Samba server may fail. (From a single client, till it disconnects). + there is no way to reestablish it, and futher authentications to the + Samba server may fail (from a single client, till it disconnects). </para></note> <note><para>From the client's point of |