From 404b7b49b20829fa415ffed4ba1f473e28de43fe Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 3 Dec 1998 17:29:03 +0000 Subject: adding group parsing: add/modify/delete/add members. (This used to be commit 13a656b0e5c73e157b222765fb57a1bdafc67b80) --- docs/yodldocs/smb.conf.5.yo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo index 809fa48792..f7b57756ee 100644 --- a/docs/yodldocs/smb.conf.5.yo +++ b/docs/yodldocs/smb.conf.5.yo @@ -1836,8 +1836,8 @@ or it is a member of a domain using link(bf("security = domain"))(security), the latter format can be used: the default Domain name is the Samba Server's Domain name, specified by link(bf("workgroup = MYGROUP"))(workgroup). -Any UNIX groups that are em(NOT) specified in this map file are assumed -to be Domain Groups, but it depends on the role of the Samba Server. +Any UNIX groups that are em(NOT) specified in this map file are assumed to +be either Local or Domain Groups, depending on the role of the Samba Server. In the case when Samba is an bf(EXPERIMENTAL) Domain Controller, Samba will present em(ALL) such unspecified UNIX groups as its own NT Domain @@ -2007,7 +2007,7 @@ In the case when Samba is an bf(EXPERIMENTAL) Domain Controller, Samba will present em(ALL) such unspecified UNIX users as its own NT Domain Users, with the same name. -In the case where Samba is member of a domain using +In the case where Samba is a member of a domain using link(bf("security = domain"))(security), Samba will check the UNIX name with its Domain Controller (see link(bf("password server"))(passwordserver)) as if it was an NT Domain User. If the Domain Controller says that it is not, @@ -2782,7 +2782,7 @@ the latter format can be used: the default Domain name is the Samba Server's Domain name, specified by link(bf("workgroup = MYGROUP"))(workgroup). Any UNIX groups that are em(NOT) specified in this map file are treated -as Local Groups depending on the role of the Samba Server. +as either Local or Domain Groups depending on the role of the Samba Server. In the case when Samba is an bf(EXPERIMENTAL) Domain Controller, Samba will present em(ALL) unspecified UNIX groups as its own NT Domain -- cgit