Jump to content
We've recently updated our Privacy Statement, available here ×

When is LDAP authentication succesfull?


mgroenewegen

Recommended Posts

For the past week we've been trying to get the LDAP authentication (to Microsoft Active Directory) to work. 

But how do we know we're succelfull? When I check the netstat I see there's a connection beeing made to the AD Server on port 389 but what I'm I supossed to see on Jasper? Could someone please post some screenshots, logging or a clear description of the on-screen activity you would exspect after succesfully authentication with a LDAP server.

Regards,

Maik

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Well, according to your requirements you can say the LDAP authentication was succesfull when:

a) Recognized the user by using the usersearch

b) Populate the roles using the groupsearchfilter

 

As usual a debug log can be activated on the log4j.properties with the line

log4j.logger.org.springframework.security.ldap=DEBUG, stdout, fileout

The information is stored on the log file jasperserver.log and there you can check the connection with the LDAP Server, if the user was found and if the roles are fine.



Post Edited by mileidysg at 08/10/2010 09:59
Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...