Fix a few typos.
Submitted by: netchild
This commit is contained in:
parent
6c3b895c85
commit
f81918bee8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27015
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.18 2006/02/02 20:41:18 joel Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.19 2006/02/02 20:48:46 joel Exp $">
|
||||
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -746,7 +746,7 @@
|
|||
<a name="p-hesiodlibc"></a>
|
||||
<h2>Move HESIOD out of libc into a NSS module</h2>
|
||||
<p>Currently HESIOD is build statically into libc. Since LDAP is more
|
||||
popular today, it isn not necessary to provide this name service to
|
||||
popular today, it is not necessary to provide this name service to
|
||||
every consumer of libc by default.</p>
|
||||
<p><strong>Benefits</strong>:</p>
|
||||
<ul>
|
||||
|
@ -790,13 +790,13 @@
|
|||
<a name="p-impnssldap"></a>
|
||||
<h2>Import NSS LDAP support into the base system</h2>
|
||||
<p>Since LDAP is very popular today, it would be beneficial to have
|
||||
NSS-LDAP support available by default. The NSS license should however be
|
||||
NSS-LDAP support available by default. The license of the NSS LDAP module should however be
|
||||
investigated first.</p>
|
||||
<p><strong>Benefits</strong>:</p>
|
||||
<ul>
|
||||
<li>Better user management support in large scale environments out of
|
||||
the box.</li>
|
||||
<li>Better user management support if heterogeneous environments out of
|
||||
<li>Better user management support in heterogeneous environments out of
|
||||
the box.</li>
|
||||
<li>Allows further work for better integration with Active Directory.</li>
|
||||
<li>Allows further work to enhance the FreeBSD installation process
|
||||
|
|
Loading…
Reference in a new issue