diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba-Developers-Guide/unix-smb.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Samba-Developers-Guide/unix-smb.xml b/docs/Samba-Developers-Guide/unix-smb.xml index 80a6b67649..9521404feb 100644 --- a/docs/Samba-Developers-Guide/unix-smb.xml +++ b/docs/Samba-Developers-Guide/unix-smb.xml @@ -238,8 +238,8 @@ reasons. Please see the FAQ for details. <sect1> <title>Port numbers</title> <para> -There is a convention that clients on sockets use high "unprivilaged" -port numbers (>1000) and connect to servers on low "privilaged" port +There is a convention that clients on sockets use high "unprivileged" +port numbers (>1000) and connect to servers on low "privilegedg" port numbers. This is enforced in Unix as non-root users can't open a socket for listening on port numbers less than 1000. </para> |