Changes between Version 10 and Version 11 of FAQ


Ignore:
Timestamp:
Jun 11, 2008, 6:12:48 AM (16 years ago)
Author:
Herwig Bauernfeind
Comment:

Add group and comma Q

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v10 v11  
    22
    33This page should become a collection of tips and tricks around the setup and operation of the Samba Server and Client for eComStation and OS/2.
     4----
     5'''Q: I see a completely erratic behaviour, when I try to add a users to groups - I get access denied errors, sometimes the user appears magically after the next operation. What is wrong here?'''[[BR]]
     6'''A:''' The problem is located in the group file and in the addusertogroup.cmd and deluserfromgroup.cmd scripts. The userlist '''MUST''' be terminated by a comma. Examples of the group file syntax floating around neglect this issue, and the scripts mentioned above do not provide the comma either (updated revisions are available at [http://members.aon.at/herwig.bauernfeind/samba/files/group-20080610.zip here]).[[BR]]
     7Each line of your group file should look like this:
     8{{{
     9ntadmin:*:3019:root,paul,herwig,master,administrator,
     10}}}
    411----
    512'''Q: How should my protocol bindings look like in MPTS?'''[[BR]]