purepennons / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

Null entries for userid in the userlogin table #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the production environment, it has been mentioned that there are null 
entries in the user_id column of userlogin table. Further investigation is 
needed to confirm the case.

Userlogin table contains the time a user login to the application, thus 
logindate and user_id columns should always contain a value.

.

Original issue reported on code.google.com by akaprave...@gmail.com on 28 Dec 2010 at 2:54

GoogleCodeExporter commented 8 years ago
Also, an unusual high number of entries has been observed.

Original comment by fstamate...@gmail.com on 28 Dec 2010 at 4:13

GoogleCodeExporter commented 8 years ago
It has been decided to ignore user logins via webdav. User logins only via web 
client are being monitored. In the Revision 2aa693bb61 the part of the code in 
the GssWebDAVLoginModule that caused db entries with null values of in the 
user_id column of the userlogin table plus an unusual number of entries has 
been commented. 

Original comment by akaprave...@gmail.com on 11 Jan 2011 at 3:20