diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2005-04-24 20:24:59 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2005-04-24 20:24:59 +0000 |
commit | 313d0277253e968bd4af1b5b2ac3accc0f5c7b00 (patch) | |
tree | 75104cb8f9fa9884a049c75c6e9c6a95be1fd358 /share/man/man5 | |
parent | 96b50ea387181a2e0ceed669e7b065da57602c7b (diff) | |
download | src-313d0277253e968bd4af1b5b2ac3accc0f5c7b00.tar.gz src-313d0277253e968bd4af1b5b2ac3accc0f5c7b00.zip |
Add note to remove nis entries when compiling with NO_NIS.
Reviewed by: ru (initial version), simon (updated version)
Approved by: pjd (mentor)
Notes
Notes:
svn path=/head/; revision=145486
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/nsswitch.conf.5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man5/nsswitch.conf.5 b/share/man/man5/nsswitch.conf.5 index 91c8a6c95520..28a63ceb07c0 100644 --- a/share/man/man5/nsswitch.conf.5 +++ b/share/man/man5/nsswitch.conf.5 @@ -33,7 +33,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 21, 2004 +.Dd April 24, 2005 .Dt NSSWITCH.CONF 5 .Os .Sh NAME @@ -274,6 +274,12 @@ The criteria sets a policy of "if the user is notfound in nis, do not try files." This treats nis as the authoritative source of information, except when the server is down. +.Sh NOTES +If system got compiled with +.Va NO_NIS +you have to remove +.Sq nis +entries. .Sh SEE ALSO .Xr nsdispatch 3 , .Xr resolv.conf 5 , |