From 55732721fcefc43bdc898a9a9bb021bee193e32f Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 27 May 2003 01:45:48 +0000 Subject: More stuff (This used to be commit 813101d53b21dc8d81a17d940d412bc379bb9a10) --- docs/docbook/projdoc/GROUP-MAPPING-HOWTO.xml | 40 ++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.xml b/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.xml index 61561cb55f..e358c580f3 100644 --- a/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.xml +++ b/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.xml @@ -7,7 +7,7 @@ &author.jerry; &author.jht; -Configuring Group Mapping +Mapping MS Windows and Unix Groups Starting with Samba-3, new group mapping functionality is available to create associations @@ -264,9 +264,45 @@ net groupmap modify ntgroup="Power Users" unixgroup=sys Common Errors -There must be some stuff that can go here! +At this time there are many little surprises for the unwary administrator. In a real sense +it is imperative that every step of automated control scripts must be carefully tested +manually before putting them into active service. + + Adding Groups Fails + + + This is a common problem when the groupadd is called directly + by the samba interface script for the add group script in + the &smb.conf; file. + + + + The most common cause of failure is an attempt to add an MS Windows group acocunt + that has either an upper case character and/or a space character in it. + + + + There are three possible work-arounds. Firstly, use only group names that comply + with the limitations of the Unix/Linux groupadd system tool. + The second involves use of the script mentioned earlier in this chapter, and the + third option is to manually create a Unix/Linux group account that can substitute + for the MS Windows group name, then use the procedure listed above to map that group + to the MS Windows group. + + + + + + Adding MS Windows Groups to MS Windows Groups Fails + + + Samba-3 does NOT support nexted groups from the MS Windows control environment. + + + + -- cgit