[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2014-03-11 Thread k...@kohsuke.org (JIRA)














































Kohsuke Kawaguchi
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















Discovering my own comment in JENKINS-11643 that this is disabled in Active Directory plugin when Jenkins cannot load details of users by name. That is, either it needs to be running on Windows (where Jenkins can obtain information about other users through ADSI that uses the host computer's credential) or bind DN/password would have to be provided, where Jenkins can obtain information about other users by using this credential.

So the cause is at least known.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2014-03-11 Thread m_bro...@java.net (JIRA)














































m_broida
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















What about setups where we do NOT use AD at all?
We validate logins via a local script, and have no AD use.
Yet Jenkins still logs me out several times/day.  
Jenkins 1.542 on Windows.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2014-03-11 Thread m_bro...@java.net (JIRA)












































 
m_broida
 edited a comment on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours
















What about setups where we do NOT use AD at all?
We don't even have the ActiveDirectory plugin.

We validate logins via a local script.
Yet Jenkins still logs me out several times/day.  
Jenkins 1.542 on Windows.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2014-03-11 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
 src/main/java/hudson/plugins/active_directory/ActiveDirectorySecurityRealm.java
http://jenkins-ci.org/commit/active-directory-plugin/4f65a3f926aa857e94ea18b687c806eaabaff270
Log:
  JENKINS-11643 JENKINS-9258

Revisiting the defensive check needed for JENKINS-11643 in light of making remember me service works (JENKINS-9258)

I've made changes in the core so that the TokenBasedRememberMeService2.autoLogin consults
the LastGrantedAuthoritiesProperty of the User object in Jenkins 1.556. So when used with
newer version of Jenkins, I can making remember me work with AD.

This fix makes AD plugin behave gracefully with earlier versions, while still allowing me
to leverage new additions in 1.556.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2014-02-19 Thread artemov.alexa...@gmail.com (JIRA)












































 
Alexander Artemov
 edited a comment on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours
















Still reproduceble



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2014-02-19 Thread w.male...@gmail.com (JIRA)














































Waldek M
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















Yes, it still is. And recently, when accessing e.g. job site, users aren't even redirected to login page - they just get an error message.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-12-19 Thread a.regen...@ftc.ru (JIRA)














































Andrey Regentov
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















@James, no I did not because logins worked as supposed (with short usernames) with empty "Bind DN" field and I didn't want to store and update password in one more place (though it is stored not in plaintext).

Now I tried to do set "Bind DN" and removed the "--sessionTimeout" crutch. WHOAA now it works as supposed, I'm happy, thanks.

So we can say that (at least for my case) it logins well, but bails out without "bind DN"; logins well and remembers well with "bind DN" set. But how could it be explained?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-12-18 Thread a.regen...@ftc.ru (JIRA)














































Andrey Regentov
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















Same on Jenkins 1.544, Active Directory 1.33 on SLES 11. Now I'm using "--sessionTimeout=sane_number_of_minutes" jenkins cmdline switch as a workaround, but still it is a hack.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-12-18 Thread m_bro...@java.net (JIRA)














































m_broida
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















Linux is not an option.
And we do -NOT- use ActiveDirectory.
We authenticate with a Ruby script.  AD is not involved at all.

Yet Jenkins logs me out after some period of time.  Usually a couple of hours, whether inactive or not.
Note: =I= am the only user of our buildserver that is experiencing the periodic logouts.  (Or no-one else is complaining.)  At least one other user NEVER gets logged out.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-12-16 Thread jens.rydh...@avinode.com (JIRA)














































Jens Rydholm
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















Moving the master to Linux is not an option for us, since our master is the company's main Exchange server.

What we're doing instead is allowing lots of things to be done in Jenkins without being logged in, but that is far from optimal. Still, it prevents the annoyance of having to log in every time you want to do something, so that is the workaround we ended up choosing.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-12-13 Thread m_bro...@java.net (JIRA)














































m_broida
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















This is becoming VERY annoying.
Our Jenkins master is a WinServer2008R2 box, several Windows slaves (WinServer2003 + WinServer2008R2 + a couple Linux boxes).  We "authenticate via custom script".  Logins work fine.
I'm using Chrome to view Jenkins.  I do NOT close the browser; I don't even close the Jenkins tab.
Every few hours, a page refresh shows I'm no longer logged in.
Any suggestions?  Polite ones, please.  



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-12-13 Thread m_bro...@java.net (JIRA)












































 
m_broida
 edited a comment on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours
















This is becoming VERY annoying.
Our Jenkins master (1.542) is a WinServer2008R2 box, has several Windows slaves (WinServer2003 + WinServer2008R2 + a couple Linux boxes).  We "authenticate via custom script".  Logins work fine.

I'm using Chrome to view Jenkins.  I do NOT close the browser; I don't even close all of the Jenkins tabs (only some of them).
Every few hours, a page refresh shows I'm no longer logged in.
Any suggestions? Polite ones, please.  



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-12-13 Thread ja...@howeswho.co.uk (JIRA)














































James Howe
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















Move the master to linux, or write a fix for the active directory plugin.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-12-13 Thread christopher.b...@telvent.com (JIRA)














































Chris Bush
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















I can also confirm that I have this problem on Jenkins 1.509.4, Active Directory 1.33, running on a Windows Server 2012 master node. The natives are starting to get restless, so a fix for the Active Directory plugin would be great. And just "moving the master to linux" isn't an option for a lot of people.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-12-13 Thread christopher.b...@telvent.com (JIRA)












































 
Chris Bush
 edited a comment on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours
















I can also confirm that I have this problem on Jenkins 1.509.4, Active Directory 1.33, running on a Windows Server 2012 master node. Most testing was done with the latest version of Chrome. The natives are starting to get restless, so a fix for the Active Directory plugin would be great. And just "moving the master to linux" isn't an option for a lot of people.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-08-03 Thread ja...@howeswho.co.uk (JIRA)















































James Howe
 assigned  JENKINS-9258 to Kohsuke Kawaguchi



Remember me on this computer, still getting asked to log in after a few hours
















Assigning to Kohsuke, as active-directory lead.





Change By:


James Howe
(03/Aug/13 7:12 PM)




Assignee:


KennethEndfinger
KohsukeKawaguchi



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-05-29 Thread ja...@howeswho.co.uk (JIRA)














































James Howe
 updated  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours
















Change By:


James Howe
(29/May/13 8:33 AM)




Component/s:


active-directory



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [active-directory] (JENKINS-9258) Remember me on this computer, still getting asked to log in after a few hours

2013-05-29 Thread tim.bel...@metaswitch.com (JIRA)














































Tim Bellis
 commented on  JENKINS-9258


Remember me on this computer, still getting asked to log in after a few hours















Yes, I'm running my master on Windows. (And I don't see the options that James Howe mentions)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.