Yaroslav Tykhiy
71e3251c81
Add .Li mark-up to Hesiod, NIS, and nsswitch keywords so that they stand out
...
when the manpage is read via an advanced output device.
2007-05-08 11:00:07 +00:00
Yaroslav Tykhiy
34815be16d
Add nsswitch.conf(5) xref to SEE ALSO as it's mentioned in the text.
2007-05-08 10:48:01 +00:00
Yaroslav Tykhiy
a023c1a6de
Mark up text consistently.
2007-05-08 10:45:28 +00:00
Yaroslav Tykhiy
f5510010b5
Document the current practice of locking and disabling accounts
...
through passwd(5).
2007-05-08 10:22:45 +00:00
Giorgos Keramidas
a56e23da23
A single `*' character doesn't disable *ANY* form of authentication.
...
Make sure that this is clearly stated.
Prodded by: simon, Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2005-09-19 16:32:27 +00:00
Giorgos Keramidas
36cc06ff31
Explain the use of `*' in master.passwd and that it's slightly
...
different from the use of `*' in /etc/passwd.
PR: docs/86234
Submitted by: Paul Hoffman <phoffman@above.proper.com>
MFC after: 1 week
2005-09-18 15:40:02 +00:00
Tom Rhodes
26605dc133
Add xrefs to crypt(3) and pw(8) and add a warning about not manually
...
altering passwd related files.
PR: 74656
Submitted by: Jilles Tjoelker <jilles@stack.nl> (original version)
2005-02-08 19:23:24 +00:00
Ruslan Ermilov
9cbda59000
Sort sections.
2005-01-21 08:36:40 +00:00
Ruslan Ermilov
5203edcdc5
Mechanically kill hard sentence breaks and double whitespaces.
2004-07-03 18:29:24 +00:00
Daniel Harris
aba0edf2e1
Login classes are not "unused."
...
Reference login.conf(5).
PR: 62830
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
2004-03-21 19:36:16 +00:00
Giorgos Keramidas
80958c48e5
Add missing . to mandoc macro
...
PR: docs/47092
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
2003-01-15 08:24:45 +00:00
Ruslan Ermilov
d962d52ac0
mdoc(7) police: scheduled sweep.
...
Approved by: re
2002-11-29 11:39:20 +00:00
Dima Dorfman
c00809fcf9
Fix formatting bogon.
2002-11-05 19:23:25 +00:00
Dima Dorfman
489587c5a5
Undelete FILES section (taken from RELENG_4), primarily to give the
...
location of the passwd and master.passwd files.
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
2002-11-05 19:18:19 +00:00
Dima Dorfman
d722865a31
master.passwd, not master.password
...
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
2002-11-05 19:13:06 +00:00
Ruslan Ermilov
491a842962
yp(4) -> yp(8).
...
PR: docs/30797
2002-01-14 16:59:03 +00:00
Ruslan Ermilov
265c01df49
mdoc(7) police: Fixed broken xrefs.
2001-08-22 14:16:31 +00:00
Jens Schweikhardt
c1f3e4bf21
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
Ruslan Ermilov
d0353b836e
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
Ruslan Ermilov
4b66483fd8
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 18:41:33 +00:00
Jacques Vidrine
248aee623c
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
...
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
2000-09-06 18:16:48 +00:00
Garrett Wollman
9ec4c09af1
Use consistent markup for literals and quoted metasyntactic variables.
...
Left unfixed: `NIS' should be marked up as a tradename.
2000-06-30 15:59:48 +00:00
Garrett Wollman
c9e5fb39e5
Spell `99%' correctly.
2000-06-30 15:28:06 +00:00
Garrett Wollman
4469e49ba8
Fix spelling of `whose'.
2000-06-30 15:22:18 +00:00
Sheldon Hearn
4e86fcacf6
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Mike Pritchard
def37e7c68
Various man page cleanup:
...
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
1999-08-15 10:48:36 +00:00
Greg Lehey
d949d73661
Fix poor heading format.
...
Submitted-by: Matthew Fuller <fullermd@over-yonder.net>
PR: docs/11271
1999-04-22 04:05:56 +00:00
Wolfram Schneider
acd8019083
Sort cross references.
1998-08-31 16:41:09 +00:00
Tim Vanderhoek
4043c58e27
misc. spelling and grammar gnits.
1998-06-28 21:33:42 +00:00
Steve Price
a05ac887c5
Correct the description of the last four fields.
...
PR: 6926
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-13 19:14:14 +00:00
Joseph Koshy
93218a8ee4
Removed misleading claim that login classes are no longer implemented.
...
Added Xref to pw(8).
1998-05-15 09:19:03 +00:00
David E. O'Brien
49bd5a95e6
Add login.conf(5) to "SEE ALSO".
...
ISSUES:
An example and better explansion on how to use login classes is needed
in both passwd.5 and login.conf.5.
1997-10-07 05:35:52 +00:00
Mike Pritchard
95522ed527
Minor mdoc cleanup - don't use .Pa for non-pathname items.
1997-03-21 20:16:33 +00:00
Mike Pritchard
dd5527c607
Use the .Fx macro for FreeBSD references for releases prior to 2.0.
...
Use the .Tn macro for generic FreeBSD references. Cleanup other
formatting problems noticed while making the above changes.
1997-03-21 20:14:15 +00:00
Mike Pritchard
623899a3c3
Add some text regarding security issues when using a shell
...
script as the login shell. Closes PR# 2978.
1997-03-14 02:37:27 +00:00
Mike Pritchard
0b65a99863
Oops. I misread some commit mail - remove the blurb about comments
...
in passwd/group not being enabled by default.
1997-03-12 14:05:36 +00:00
Mike Pritchard
f57cc79d87
Improve the wording of the section on comments in the group and passwd
...
files. Also mention that this feature is not enabled by default
and that they must be enabled by compile-time options.
Fixed another typo or two I noticed while I was at it.
1997-03-12 13:46:16 +00:00
Wolfram Schneider
22bf981261
Document comments.
1997-03-09 12:20:48 +00:00
Peter Wemm
e25aeca937
Revert $FreeBSD$ back to $Id$
1997-02-22 13:26:29 +00:00
David Nugent
408bc30d8c
Update manpage; corrections, clarifications and login class (with xref).
1997-02-10 16:03:21 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Wolfram Schneider
c69a537c8f
Sort cross references.
1996-12-26 02:02:31 +00:00
Mike Pritchard
aab5e1b6d0
Minor formatting/style fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134
1996-12-09 07:45:59 +00:00
Mike Pritchard
46f84fcb84
Use the .Fx macro to specify FreeBSD version where appropriate.
1996-08-22 23:51:58 +00:00
Mike Pritchard
21421932f5
Use the .Bx macro where appropriate.
1996-08-22 23:39:32 +00:00
Mike Pritchard
4a8d02835c
Fix a bunch of spelling errors in a bunch of man pages.
1996-01-30 13:52:50 +00:00
Bill Paul
a755ea5b3f
Update this man page to reflect reality with respect to NIS and
...
document the proper way to set up NIS overrides in the password database.
1995-09-02 04:25:24 +00:00
Garrett Wollman
f274239ba0
Documented YP functionality, part II.
1994-09-20 22:44:37 +00:00
Rodney W. Grimes
afe61c1516
BSD 4.4 Lite Share Sources
1994-05-30 19:09:18 +00:00