Operating System - HP-UX
1835873 Members
2829 Online
110085 Solutions
New Discussion

ldap-ux and secondary groups

 
Roch Bourdon
Occasional Contributor

ldap-ux and secondary groups

I am using Netscape Directory Server v4.12 as the LDAP directory server on a HP-UX 11 server and LDAP-UX on another HP-UX 11 server.

When I specify a users in a posixgroup in the memberuid field, it works only when there is only one user specified. As soon as I try adding other members in memberuid (i tried separated with commas (,), :, ;, spaces...
None of these work, when I type id or groups on the client I see the account that is in the group only when there is only 1 member.
2 REPLIES 2
Roch Bourdon
Occasional Contributor

Re: ldap-ux and secondary groups

I've found the solution to my problem. There has to be one memberuid field for each user. Instead of what I was trying to do (add all users in the same memberuid seperated by commas like a normal group).
Brian Markus
Valued Contributor

Re: ldap-ux and secondary groups

Try this:

ln -s /etc/group /etc/logingroup

That should take care of your group problems.
When a sys-admin say's maybe, they don't mean 'yes'!