| 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]] |
| 7 | Each line of your group file should look like this: |
| 8 | {{{ |
| 9 | ntadmin:*:3019:root,paul,herwig,master,administrator, |
| 10 | }}} |