From e61846a9c10420132ac3dbcb9c7663bcface9559 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sat, 28 Jun 1997 23:29:05 +0000 Subject: JHT ==> Been playing again! Whooooooo! (This used to be commit 707172b4fb8ee39f5e0f30dab844eca27bc5362c) --- docs/textdocs/security_level.txt | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'docs/textdocs/security_level.txt') diff --git a/docs/textdocs/security_level.txt b/docs/textdocs/security_level.txt index 34d7ce7093..fac446fda8 100644 --- a/docs/textdocs/security_level.txt +++ b/docs/textdocs/security_level.txt @@ -1,6 +1,23 @@ -Description of SMB security levels. ----------------------------------- +Contributor: Andrew Tridgell +Updated: June 27, 1997 +Status: Current +Subject: Description of SMB security levels. +=========================================================================== + +Samba supports the following options to the global smb.conf parameter +"security =": + share, user, server + +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. + +Below is a more complete description of security levels. +=========================================================================== A SMB server tells the client at startup what "security level" it is running. There are two options "share level" and "user level". Which -- cgit