• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

LDAP Integration - Referral Limit Error

 
Greenhorn
Posts: 3
Hibernate Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
This is my first post, sorry for bad grammar (if any).
Currently i am trying to create LDAP client for LDAP authentication.
I don't have any problem connecting and authenticating users through LDAP server; however i encounter Referral Limit Error when i try to get list of users from certain group.
Below is the code.



What am I missing here?

Thank you so much for your help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic