-
Logged In: YES
user_id=37658
Oh yeah. Please fix this. I was able to re-order the rows in
my import data so I had a record with the full set of fields
first, but null values are common in many databases and it's
easy to have the first row have less than the full set of
fields.
For that to then cause additional fields to be ignored from
all records after the first one? That's a painful...
2006-10-18 19:28:11 UTC in DbUnit
-
I want to second this. We are using Kasai for our security and we will need to hook it to Microsoft's Active Directory in the near future to handle the authentication.
I assume this would be an implementation of AuthService for AD or LDAP with changePassword, checkPassword, resetPassword, setPassword all filled in.
I have a stupid follow up question for this. Our system will need to give...
2005-08-01 20:04:28 UTC in kasai
-
It's nice to have encrypted passwords available if you want to use them. But that really doesn't fit the model that many many websites use. They want to have cleartext passwords which can be emailed or shown to the user if the user can authenticate in some other fashion (e.g. via a question). Generating a random password and emailing it is fine as an option but I don't think I'll ever have a...
2005-04-27 18:37:50 UTC in kasai
-
I actually modified Kasai to work around this problem. As you observed, when the user is initially created the password is null so you can't change it if you want to. What I did was modify the code in the RDBMSAuthService so it would accept any password as correct while the user was still in the null state.
Then the change password function works fine because whatever you pass in as an old...
2005-04-27 18:34:06 UTC in kasai
-
If anyone is listening, I would like to hope that IronTrack is released under an open source license. We used it in the past and were very pleased.
I assumed that the company would be charging for a "super" version of it eventually to fund development or was making its money from consulting related to database optimization.
2005-03-09 17:06:22 UTC in p6spy
-
As shipped it doesn't appear that the reset password
functions can possibly work. They depend upon sending
an email
and the example Config.properties file for Kasai
doesn't have the mail.from, mail.replyTo, etc. that it
needs to have. The sample needs all those variables so
people know to set them.
The JavaMail mail.jar file was included with Kasai to
send a new password but it won't...
2005-03-03 23:04:16 UTC in kasai
-
I'd understand that it will be a little bit before you are ready with a new version. I'll just mention that there are others interested as well.
I've just spent time looking at a variety of solutions for authentication and authorization in Java and I like Kasai pretty well. If there was admin screens and support for more databases than MySQL it would be a slam dunk. As it is I'm going to have...
2005-02-04 21:05:08 UTC in kasai
-
The del.icio.us API itself is rather restricted in what it can do because all the API functions revolve around a particular user's tagged bookmarks. What I want is to be able to rotate off and get to all the other information available on the site.
The Python API mentioned in this article http://www.xml.com/lpt/a/2004/11/10/delicious.html is designed to do parsing of the HTML pages and uses...
2004-12-14 21:05:01 UTC in del.icio.us Java API
-
Logged In: YES
user_id=37658
This bug is fixed in the next release.
2004-03-23 23:32:37 UTC in HotSheet
-
Logged In: YES
user_id=37658
A later version of the program wasn't creating the .hotsheet
directory to save channels, items, and history into. You
were fine if you already had the directory from a previous
version of the program but if not then it wouldn't remember
changes to the channels or items from one run to the next.
2004-03-23 23:28:38 UTC in HotSheet