summaryrefslogtreecommitdiffstats
path: root/pw/pw.8
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1996-12-19 15:22:45 +0000
committerDavid Nugent <davidn@FreeBSD.org>1996-12-19 15:22:45 +0000
commitef8f4b6c8990acbd218286b5693d000311801cb0 (patch)
treec9aaeb65dbe6b7cb26f7280cbf19dc2db95860b7 /pw/pw.8
parentbce6c4023730f8914e20209fb0ee7284a3224da0 (diff)
downloadpw-darwin-ef8f4b6c8990acbd218286b5693d000311801cb0.tar.gz
pw-darwin-ef8f4b6c8990acbd218286b5693d000311801cb0.tar.zst
pw-darwin-ef8f4b6c8990acbd218286b5693d000311801cb0.zip
Allow 8-bit characters in the passwd gecos field, and adds a paragraph
to the mangpage explaining the consequences (to be updated at a later date after login class conf support is added).
Diffstat (limited to 'pw/pw.8')
-rw-r--r--pw/pw.822
1 files changed, 21 insertions, 1 deletions
diff --git a/pw/pw.8 b/pw/pw.8
index 31e19d8..f0aa9f7 100644
--- a/pw/pw.8
+++ b/pw/pw.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: pw.8,v 1.3 1996/12/10 00:21:28 joerg Exp $
+.\" $Id: pw.8,v 1.4 1996/12/11 00:07:19 joerg Exp $
.\"
.Dd December 9, 1996
.Dt PW 8
@@ -760,6 +760,26 @@ For a summary of options available with each command, you can use
For example,
.Dl pw useradd help
lists all available options for the useradd operation.
+.Pp
+.Nm pw
+allows 8-bit characters in the passwd gecos field (user's full name,
+office, work and home phone number subfields), but disallows them in
+user login and group names.
+Use 8-bit characters with caution, as connection to the internet will
+require that your mail transport program supports 8BITMIME, and will
+convert headers containing 8-bit characters to 7-bit quoted-printable
+format.
+.Xr sendmail 8
+does support this.
+Use of 8-bit characters in the gecos field should be used in
+conjunction with the user's default locale and character set
+and should not be implemented without their use.
+Using 8-bit characters may also affect other
+programs that transmit the contents of the gecos field over the
+internet, such as
+.Xr fingerd 8 ,
+and a small number of tcpip clients, such as irc, where fullnames
+specified in the passwd file may be used by default.
.Sh FILES
.Bl -tag -width /etc/master.passwd.new -compact
.It Pa /etc/master.passwd