Environment
Novell GroupWise Mobility Service
Situation
Any user added using a group is in a failed state
Unable to sync a user using a group
Resolution
-
Login to Mobility WebAdmin (https://IPAddressofGroupWiseMobilityService:8120)
-
Click Users
-
Click Groups
-
Copy the Group DN in question
-
Launch a Terminal Session and type
psql -U datasync_user datasync -
Type the password if it prompts for one and press Enter
-
Type
update targets set disabled = '0' where dn = 'cn=group,ou=org1';
Replace cn=group,ou=org1 with the Group DN that was copied in step 4 and make sure to put a semi-colon (;) at the end of the command -
Press Enter and it should say UPDATE 2
-
Type \q to exit and press Enter
-
Type rcgms restart and press Enter