Hi jester,
those messages mean that the module was initialized successfully, so it should be working.
Some things you can check now:
- Are files being generated below
/var/lib/univention-user-group-sync
when you change a user? - Are those files successfully being transferred to the destination system?
- Does univention_user_group_sync_dest.py put out any errors when importing these files?
Also check/var/log/univention/user-group-sync.log
on the destination for that
Make sure that the objects you’re trying to sync are matched by the default filter mentioned in the docs: Cool Solution - Sync Users and Groups into a second Domain
Search for the paragraph " Filter the LDAP objects to be synchronized".
If you have set a custom filter with ldap/sync/filter
, make sure that the objects you’re trying to transfer are actually matched by that filter (use univention-ldapsearch to test both).
Best regards,
Valentin