summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-04 11:31:14 +0000
committerjkh <jkh@FreeBSD.org>1996-12-04 11:31:14 +0000
commit9b86a34b6bfb9cbcc5a27abcb20aafc2816fce6e (patch)
tree482b2b2b8edbe59f1c0e183f8a5e9c656f39a111 /share/man/man5
parent934ae8e8fd8a684ceee61c9f6a8977ac57dfa4e0 (diff)
downloadFreeBSD-src-9b86a34b6bfb9cbcc5a27abcb20aafc2816fce6e.zip
FreeBSD-src-9b86a34b6bfb9cbcc5a27abcb20aafc2816fce6e.tar.gz
Bump maximum username length to 16 characters. This brings us into
line with BSD/OS and Linux's username limits, making transitioning from either operating system a lot easier than it is now. I'm currently running with this change on my system, as are several others, and have experienced no ill effects. This is not for 2.2! This needs to get shaken out longer term in 3.0. Previously-approved-by: davidg
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/utmp.52
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5
index 5089756..4e73c38 100644
--- a/share/man/man5/utmp.5
+++ b/share/man/man5/utmp.5
@@ -72,7 +72,7 @@ or the script
#define _PATH_WTMP "/var/log/wtmp"
#define _PATH_LASTLOG "/var/log/lastlog"
-#define UT_NAMESIZE 8
+#define UT_NAMESIZE 16
#define UT_LINESIZE 8
#define UT_HOSTSIZE 16
OpenPOWER on IntegriCloud