• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

admin login failed after chaged to LDAP from default authentication

 
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,

First of all, I convey my sincere thanks to the team, taken such a fantastic effort for Jforum. It is awesome.

I setup the LDAP authentication successfully and all the LDAP user able to login into the forum, except the 'admin' user which I created upon installation.

I hope, the Root cause could be the LDAP authentication shift from default authentication.

Could any please give me some light on this issue. I feel deadlocked, because 'admin' user only may have the 'Control panel' access.

please note: Jforum verion 2.1.6

Thanking you in advance,
Ramesh.


[originally posted on jforum.net by peterramesh]
 
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 probably has an user in your ldap directory that you want to act as admin, right? so, open your database manager, gets the user_id from jforum_user and insert a new record into jforum_user_groups, associating the user_id to the 'Administration' group found in the table jforum_groups.

That's all.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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 Rafael,

Yes, I got fixed it with your directions, given the 'admin' privilege to an LDAP authenticated user.

Thanks a ton. 8)

Ramesh
[originally posted on jforum.net by peterramesh]
 
Does this tiny ad smell okay to you?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic