diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-13 15:34:49 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-13 15:34:49 +0000 |
commit | 2e2a5d50eb0fcbfdab14e56d6150a1bd35d57f28 (patch) | |
tree | 1177f0fadeb24ccdcba740dc50523ef97d573100 /docs/htmldocs/securitylevels.html | |
parent | 994b3dbba2f35ddeac24b0d030eee02319b8ec40 (diff) | |
download | samba-2e2a5d50eb0fcbfdab14e56d6150a1bd35d57f28.tar.gz samba-2e2a5d50eb0fcbfdab14e56d6150a1bd35d57f28.tar.bz2 samba-2e2a5d50eb0fcbfdab14e56d6150a1bd35d57f28.zip |
Some more doc updates:
- make
- update status of docs document
- move security_level to 'type of installation' part
(This used to be commit 11ad39398e077c3901e63f31bcc6efb223854357)
Diffstat (limited to 'docs/htmldocs/securitylevels.html')
-rw-r--r-- | docs/htmldocs/securitylevels.html | 92 |
1 files changed, 22 insertions, 70 deletions
diff --git a/docs/htmldocs/securitylevels.html b/docs/htmldocs/securitylevels.html index 6613e07d5d..f1e9297fca 100644 --- a/docs/htmldocs/securitylevels.html +++ b/docs/htmldocs/securitylevels.html @@ -2,7 +2,7 @@ <HTML ><HEAD ><TITLE ->Security levels</TITLE +>User and Share security level (for servers not in a domain)</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.77"><LINK @@ -10,14 +10,14 @@ REL="HOME" TITLE="SAMBA Project Documentation" HREF="samba-howto-collection.html"><LINK REL="UP" -TITLE="Optional configuration" -HREF="p1346.html"><LINK +TITLE="Type of installation" +HREF="type.html"><LINK REL="PREVIOUS" -TITLE="Printing Support" -HREF="printing.html"><LINK +TITLE="Type of installation" +HREF="type.html"><LINK REL="NEXT" -TITLE="Unified Logons between Windows NT and UNIX using Winbind" -HREF="winbind.html"></HEAD +TITLE="How to Configure Samba as a NT4 Primary Domain Controller" +HREF="samba-pdc.html"></HEAD ><BODY CLASS="CHAPTER" BGCOLOR="#FFFFFF" @@ -45,7 +45,7 @@ WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A -HREF="printing.html" +HREF="type.html" ACCESSKEY="P" >Prev</A ></TD @@ -59,7 +59,7 @@ WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A -HREF="winbind.html" +HREF="samba-pdc.html" ACCESSKEY="N" >Next</A ></TD @@ -74,61 +74,7 @@ CLASS="CHAPTER" ><A NAME="SECURITYLEVELS" ></A ->Chapter 15. Security levels</H1 -><DIV -CLASS="SECT1" -><H1 -CLASS="SECT1" -><A -NAME="AEN2186" -></A ->15.1. Introduction</H1 -><P ->Samba supports the following options to the global smb.conf parameter</P -><P -><PRE -CLASS="PROGRAMLISTING" ->[global] -<A -HREF="smb.conf.5.html#SECURITY" -TARGET="_top" -><TT -CLASS="PARAMETER" -><I ->security</I -></TT -></A -> = [share|user(default)|server|domain|ads]</PRE -></P -><P ->Please refer to the smb.conf man page for usage information and to the document -<A -HREF="DOMAIN_MEMBER.html" -TARGET="_top" ->DOMAIN_MEMBER.html</A -> for further background details -on domain mode security. The Windows 2000 Kerberos domain security model -(security = ads) is described in the <A -HREF="ADS-HOWTO.html" -TARGET="_top" ->ADS-HOWTO.html</A ->.</P -><P ->Of the above, "security = server" means that Samba reports to clients that -it is running in "user mode" but actually passes off all authentication -requests to another "user mode" server. This requires an additional -parameter "password server =" that points to the real authentication server. -That real authentication server can be another Samba server or can be a -Windows NT server, the later natively capable of encrypted password support.</P -></DIV -><DIV -CLASS="SECT1" -><H1 -CLASS="SECT1" -><A -NAME="AEN2197" -></A ->15.2. More complete description of security levels</H1 +>Chapter 6. User and Share security level (for servers not in a domain)</H1 ><P >A SMB server tells the client at startup what "security level" it is running. There are two options "share level" and "user level". Which @@ -214,7 +160,13 @@ smbpasswd file with SMB style encrypted passwords. It is cryptographically impossible to translate from unix style encryption to SMB style encryption, although there are some fairly simple management schemes by which the two could be kept in sync.</P -></DIV +><P +>"security = server" means that Samba reports to clients that +it is running in "user mode" but actually passes off all authentication +requests to another "user mode" server. This requires an additional +parameter "password server =" that points to the real authentication server. +That real authentication server can be another Samba server or can be a +Windows NT server, the later natively capable of encrypted password support.</P ></DIV ><DIV CLASS="NAVFOOTER" @@ -232,7 +184,7 @@ WIDTH="33%" ALIGN="left" VALIGN="top" ><A -HREF="printing.html" +HREF="type.html" ACCESSKEY="P" >Prev</A ></TD @@ -250,7 +202,7 @@ WIDTH="33%" ALIGN="right" VALIGN="top" ><A -HREF="winbind.html" +HREF="samba-pdc.html" ACCESSKEY="N" >Next</A ></TD @@ -260,13 +212,13 @@ ACCESSKEY="N" WIDTH="33%" ALIGN="left" VALIGN="top" ->Printing Support</TD +>Type of installation</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A -HREF="p1346.html" +HREF="type.html" ACCESSKEY="U" >Up</A ></TD @@ -274,7 +226,7 @@ ACCESSKEY="U" WIDTH="33%" ALIGN="right" VALIGN="top" ->Unified Logons between Windows NT and UNIX using Winbind</TD +>How to Configure Samba as a NT4 Primary Domain Controller</TD ></TR ></TABLE ></DIV |