• 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

Jforum User Authentification

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone;

Firstly i'm very pleased to reach this forum and trying to read all articles. I have little bit confusing configuration down here with Jforum.
I have a portal, which sends me correct user in request.getRemoteUser, and
when i got the user by remoteUser, i must check his rights in my ldap process. (it's ok also, i already managed it). i implemented a new class net.jforum.sso.MyClass, then i'm checking the user rights.
If the user is administrator in my ldap directory, i want to put this user in the right group on Jforum. (Administrator group).
I have seen that i can change on database with jforum_user_groups , but i suppose that there is already a class or a fonction to do that.
Thanks in advance for your help;


[originally posted on jforum.net by aykun_z]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I need to do what your doing but Im kind of confuse and don't understand how do I use the LDAP option. Can you help me?
[originally posted on jforum.net by andresg_8]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use the GroupDAO to handle the groups:



Rafael
[originally posted on jforum.net by Rafael Steil]
 
reply
    Bookmark Topic Watch Topic
  • New Topic