Ticket #2 (closed enhancement: worksforme)

Opened 21 months ago

Last modified 6 months ago

Usergroup

Reported by: diver Owned by: psmedley
Priority: minor Milestone:
Component: Server Version:
Keywords: trailing comma Cc:
Blocking: Blocked By:

Description

enhance Samba Server, that Usergroup (GID) also works. This would make it a bit easyer to admin a lot of Users with the same right.

Change History

Changed 21 months ago by psmedley

  • owner changed from somebody to psmedley

Changed 21 months ago by psmedley

  • component changed from component1 to Server

Changed 21 months ago by psmedley

  • status changed from new to closed
  • resolution set to worksforme

Changed 21 months ago by psmedley

This works for me....

format of /etc/group file is: staff::1000:paul,psmedley group name

group password (null in this case)

group id = 1000 in this case

list of users in this group.

Changed 6 months ago by herwigb

  • keywords trailing comma added

It is essential that the list of users has a trailing comma, otherwise you will get a completely weird behaviour from Samba.

So the above group file format should be:

staff::1000:paul,psmedley,
Note: See TracTickets for help on using tickets.