• 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
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

reason for createZip and createClassesJar being commented out

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why are those two targets commented out in build.xml?

also.. good work on SSO.

I will using it to intergrate jforum with my website. I found it easier to work with than mvnforum, which I am using currently.

I also have some extentions I want to propose in the SSO code.

When SSO creates a new user, I would like it to use a good email address and good password. Email would be needed for people to watch topics and such. I would like to send it through a session or request attribute.

I have made following changes:
SystemGlobals.properties:
sso.password.attribute = password
sso.email.attribute = email
sso.default.email = sso@user
sso.default.password = sso

ControllerUtils.java:
private void checkSSO(UserSession userSession).......


and I added the Keys to ConfigKeys.java file.

I have not tested it yet, but it should work.

How can we included this in jforum?

Regards,
Paul


[originally posted on jforum.net by subpaul]
 
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
createZip / createJar are commented out because they aren't working correctly (at least weren't).

About the SSO, I think your comments make sense. Could you please add it to JIRA ( http://www.jforum.net/jira )? you can just link to this topic.

Nice to hear you've found SSO support good and easy to use. I havent' tested it with LDAP yet.

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
Done..

http://www.jforum.net/jira/browse/JF-309

after testing.. should I attach files here?

Paul

[originally posted on jforum.net by subpaul]
 
It's fun to be me, and still legal in 9 states! Wanna see my tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic