Posts that jayshao is monitoring

Subscribe to Posts that jayshao is monitoring 10 post(s) found

Feb 8, 2008
Avatar Badri Janaki... 24 post(s)

Topic: Mingle 1.2?

Hello Jay, responses to forum posts might be a bit slow over the next few days as most of the team in Beijing is away for the Chinese New Year. I would suggest waiting a bit longer – and keep checking our website. If there is something to know about the new release – that is where you will see it first!

 
Jan 11, 2008
Avatar Adam Monago 254 post(s)

Topic: Mingle 1.2?

Hi Jay,

2.0 is the new 1.2. It’s what we talked about before, plus lots more.

You should be seeing lots more info hit the site within the next couple of weeks.

Thanks for checking in.

 
Sep 20, 2007
Avatar David Rice 144 post(s)

Topic: LDAP Config

Yes. You will need to verify your LDAP config using IRB. Or you could even copy the ldap_auth.rb file and turn it into a simple script that attempts to authenticate one time.

 
Sep 11, 2007
Avatar David Rice 144 post(s)

Topic: LDAP Config

Mingle does not currently support a console mode.

 
Aug 27, 2007
Avatar David Rice 144 post(s)

Topic: LDAP Config

Jay -

There’s not enough information here to see why Mingle cannot connect to your LDAP server. My first suggestion would be to open an IRB session and check that you can interact with your LDAP server as expected without Mingle.

 
Aug 5, 2007
Avatar Adam Monago 254 post(s)

Topic: [implemented-1.1] Add "Remember me" option to login

If you are working with Windows you can find it at: C:\Program Files\Mingle-1.0\config\web.xml

 
Aug 4, 2007
Avatar Aaron Jensen 69 post(s)

Topic: [implemented-1.1] Add "Remember me" option to login

Are you referring to mingle/app/config/web.xml? If so, that file does not exist, should I create it? Or is the jetty config somewhere else…

 
Aug 4, 2007
Avatar Adam Monago 254 post(s)

Topic: [implemented-1.1] Add "Remember me" option to login

The default is 1 hour with the 1.0 release.

If you are comfortable tuning Jetty, you can extend the session timeout yourself.

The Jetty config file is app/config/web.xml and session-timeout is specified in minutes.

It should look like the example below (it shows 1 hour timeout):


  <session-config>
    <session-timeout>60</session-timeout>
  </session-config>

 
Jul 25, 2007
Avatar fkchang 5 post(s)

Topic: [implemented-1.1] Add "Remember me" option to login

+= 1 on this one. I look at Mingle throughout the day and I hate to keep logging in even thought browser remembers the information for me. It’s jarrring to go to a page I have opened w/an idea and the have to login.

 
Jul 21, 2007
Avatar Aaron Jensen 69 post(s)

Topic: [implemented-1.1] Add "Remember me" option to login

Sessions seem to time out rather quickly in Mingle forcing you to login again. I’d rather have an option to just stay logged in indefinitely if I want to on my non-internet cafe computer.