The root cause of your specific troubles are quite evident to me: org.apache.syncope.core.provisioning.api.TimeoutException: Request timeout
Hence, there should be some connection problem during connection to Active Directory. Some additional considerations: 1. you normally don't need a push task: more information at [1] 2. in order to propagate to Active Directory the changes that you make to users / groups on Syncope, you will need to associate the Active Directory resource to users and groups; the easiest way is to configure an user /group template in the PullTask with such resource assignment 3. the Active Directory connector, when working in non-SSL mode (e.g. on port 389) has some limitations (cannot send password updates, cannot create active users, ...) so I would suggest to move it to SSL / 636 4. password values cannot be extracted from Active Directory in any form, hence users pulled from Active Directory do not have password values HTH Regards. [1] https://cwiki.apache.org/confluence/display/SYNCOPE/Push -- View this message in context: http://syncope-user.1051894.n5.nabble.com/Unable-to-retrieve-Users-from-active-directory-connector-tp5708583p5708604.html Sent from the syncope-user mailing list archive at Nabble.com.
