LDAP authentification

Posted by nidk on 14-Nov-2014 09:53

Hello,

   I want configure LDAP authentifcation mode  , but when test authentifcation i have this message :

java.lang.Exception: Empty LDAP parameters

Have you a idea for this message ?

Posted by Manooj Murali on 18-Nov-2014 02:53

ok. so this is PSC00312135 which is fixed in Rollbase version 3.0.5 and above.

As a workaround please see if this helps :

1. Navigate to master\setup\authedebug1.jsp or prod1\setup\authdebug1.jsp, and add " MultipartReader.checkMultipartRequest(request);" as the first statement in the try block.

It should look something like this after the change :

try {

MultipartReader.checkMultipartRequest(request);

String authURL = HttpUtil.getParameter(request, "authURL", null);

2. Restart your server and check if the issue is resolved.

-Thanks

All Replies

Posted by Gian Torralba on 14-Nov-2014 10:10

Hello,

Please specify all required fields in the LDAP form. I tested this and removed a value from the field in the LDAP form and gave me the same error.

Thank you,
Gian

Posted by Anoop Premachandran on 17-Nov-2014 08:11

What Rollbase version are you using ?

Posted by Anoop Premachandran on 17-Nov-2014 08:12

Are you using any fields from User object in the LDAP config ?

Posted by Anoop Premachandran on 17-Nov-2014 08:13

Also the test user should be present in User list

Posted by kiran kumar Angara on 17-Nov-2014 08:16

Hi,

This error is shown when the required field values (LDAP parameters) are not provided.

Make sure that all the values are provided.

Thanks & Regards,

Kiran Avs.

Posted by Ricardo Rafols on 17-Nov-2014 08:58

Hi nidk,

try to follow the example below.

I'm using a free LDAP Ttest Server http://www.forumsys.com/

username: einstein

password: password

Posted by nidk on 18-Nov-2014 02:29

Thx for response,

 But i try Ricardo exemple and i have a same erreur.

i am in rollbase private cloud 3.03.

I created a user with a same login of active directory

Posted by Manooj Murali on 18-Nov-2014 02:53

ok. so this is PSC00312135 which is fixed in Rollbase version 3.0.5 and above.

As a workaround please see if this helps :

1. Navigate to master\setup\authedebug1.jsp or prod1\setup\authdebug1.jsp, and add " MultipartReader.checkMultipartRequest(request);" as the first statement in the try block.

It should look something like this after the change :

try {

MultipartReader.checkMultipartRequest(request);

String authURL = HttpUtil.getParameter(request, "authURL", null);

2. Restart your server and check if the issue is resolved.

-Thanks

This thread is closed