diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
commit | 0227791b40a6936310e1dd376b0883b540fec0c0 (patch) | |
tree | 8a41fa7aceada1e7e82a06e67d6722b3c843f482 /usr.sbin/rpc.yppasswdd | |
parent | e340fc602be23c05a35f023bb91e70b4148c2ad9 (diff) |
Expand *n't contractions.
Notes
Notes:
svn path=/head/; revision=141846
Diffstat (limited to 'usr.sbin/rpc.yppasswdd')
-rw-r--r-- | usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 index ca4c51347254..f734692e9ad6 100644 --- a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 +++ b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 @@ -83,7 +83,7 @@ the or .Xr ypchpass 1 commands. -(Some administrators don't want users to be able to change their +(Some administrators do not want users to be able to change their full name information or shells; the server can be invoked with option flags that disallow such changes.) When the server receives an update request, @@ -249,7 +249,7 @@ be either or .Pa /var/yp/master.passwd . The server will check for the latter file first and then use the former -if it can't find it. +if it cannot find it. .Pp Multi-domain mode is off by default since it can fail if there are duplicate or near-duplicate user entries in different domains. @@ -306,7 +306,7 @@ flag to .Nm disables the privileged port check so that it will work with .Xr yppasswd 1 -clients that don't use privileged ports. +clients that do not use privileged ports. This reduces security to a certain small degree, but it might be necessary in cases where it is not possible to change the client behavior. |