Page 1 of 1

Creating users with RESP API and Ldap authentication

Posted: Wed May 27, 2015 10:30 am
by blokje
Hello.,

We want to automatically import (and sync) the users from a LDAP source using the api-interface, and we want authentication to the LDAP source.

We are able to create users in the database with the API-interface, but is there any API-call/methode/field that can change the authentication source for the user? Now they default authenticate to the mysql database (with some random password).

I know it is in the RBAC_AUTHENTICATION_SOURCE/ RBAC_USERS but is there a REST api for this?

Hans

Re: Creating users with RESP API and Ldap authentication

Posted: Thu May 28, 2015 8:54 am
by liliana
Hi,

We have this implemented from version 3.0.0.2. What ProcessMaker version are you using?

Re: Creating users with RESP API and Ldap authentication

Posted: Thu May 28, 2015 3:43 pm
by blokje
Hello,
We use version 3.0.0.2

I'm probaby blind but can't find the documentation of how to set the ldap-authentication.

Hans

Re: Creating users with RESP API and Ldap authentication

Posted: Tue Jun 02, 2015 11:44 am
by fazappdev
For 3.0 we wrote a SQL statement to do this and connected to the db directly, if it's now available in 3.0.0.2 allows this, then we will switch to using the REST API. However I've not seen the end point documented.

Re: Creating users with RESP API and Ldap authentication

Posted: Tue Jun 02, 2015 12:02 pm
by liliana
Hi fazappdev,

Glad you made this work. We are working on having this documented. As soon as it is available I'll let you know.

Regards,

Re: Creating users with RESP API and Ldap authentication

Posted: Wed Jun 10, 2015 3:54 pm
by blokje
Thank you.

As soon as the documentation I can continue with my project.

Hans

Re: Creating users with RESP API and Ldap authentication

Posted: Mon Nov 09, 2015 5:25 am
by herbie6
Hi Lilana, Is there any update on the documentation for ldap admin using REST API? Even just a few lines of the basics to get started with would be great.

Anyone eLse, Does anyone have something working for the importing of LDAP users via API or via direct to DB? I gather by looking at the DB it is just a matter of updating a few fields. If anyone has anything they could share on how they added this into the existing php to trigger would be appreciated...

Matt