-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Ubuntu 16.04.5
OpenJDK 1.8.0.191
Jenkins 2.138.4
LDAP plugin 1.20
Role-based Authorization Strategy 2.9.0
When a new user FIRST-TIME using LDAP credential to login,
Jenkins will create
<Jenkins_Install_DIR>/users/<USER_ID>/config.xml file,
and update LastGrantedAuthoritiesProperty attribute with the current timestamp:
<jenkins.security.LastGrantedAuthoritiesProperty>
<roles>
<string>authenticated</string>
</roles>
<timestamp>1548376473889</timestamp>
</jenkins.security.LastGrantedAuthoritiesProperty>
But any subsequent LDAP login,
the timestamp of LastGrantedAuthoritiesProperty is not updated anymore.
[JENKINS-55780] User property LastGrantedAuthoritiesProperty is not updated when LDAP user is login
Description |
Original:
When a new user *FIRST-TIME* using LDAP credential to login, Jenkins will create {{*<Jenkins_Install_DIR>/users/<USER_ID>/config.xml* file,}} {{and update *LastGrantedAuthoritiesProperty* attribute with the current timestamp:}} {{ <jenkins.security.*LastGrantedAuthoritiesProperty*>}} {{ <roles>}} {{ <string>authenticated</string>}} {{ </roles>}} {{ <timestamp>*1548376473889*</timestamp>}} {{ </jenkins.security.LastGrantedAuthoritiesProperty>}} But any subsequent LDAP login, the *timestamp* of {{*LastGrantedAuthoritiesProperty*}} is not updated anymore. |
New:
When a new user *FIRST-TIME* using LDAP credential to login, Jenkins will create {{*<Jenkins_Install_DIR>/users/<USER_ID>/config.xml* file,}} {{and update *LastGrantedAuthoritiesProperty* attribute with the current timestamp:}} <jenkins.security.*LastGrantedAuthoritiesProperty*> <roles> <string>authenticated</string> </roles> <timestamp>*1548376473889*</timestamp> </jenkins.security.LastGrantedAuthoritiesProperty> But any subsequent LDAP login, the *timestamp* of {{*LastGrantedAuthoritiesProperty*}} is not updated anymore. |
Component/s | Original: role-strategy-plugin [ 15758 ] |
Assignee | Original: Oleg Nenashev [ oleg_nenashev ] |
The request is not related to the Role Strategy plugin