In Zimbra 5.0.10, using the Posix LDAP authentications instructions via
wiki
Secondary or supplementary groups, are not working for me. When a user logs in he only inherits the primary group set in the users posix account settings, there is no way to set secondary groups here.
You can create groups and set memberUID under posix groups, but it doesn't appear to work for me. The users shell does not pick it up on login.
Also there is another problem.
When creating a group under posix groups, if you do not add at least two memberUID fields. After you save it, it will only display one number per line with the remove button just after it. (and you can't remove or change them, although you can fix the UI it in the LDAP by adding a second.)
Example of UI problem:
Code:
Set the MemberID of a group to 50001 it will produce a graphical list of. [text box] (button)
Member id:
[5] (-)
[0] (-)
[0] (-)
[0] (-)
[1] (-)
(+)
It should be
Member id:
[50001] (-)
(+)
I have no idea if they are related..