Peter, Thanks a lot for the information. If the error code is received, how do you force prompt the user for new credentials? I thought there is no command in tarantella to force launch the passcache dialog. Is it possible you could share this script?
Thanks, Mohammed -----Original Message----- From: Peter Graw [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 9:11 AM To: [email protected] Subject: [SGD-Users] tarantella password cache Hi Mohammed, We ran into the same problem. Our solution was to make a copy and modify /opt/tarantella/var/serverresources/expect/windows.exp. In the copy, we call a shell script to do a LDAP BIND check using ldapsearch against AD with the user's cached credentials. If and only if the script returns an BIND failure (vs. some other unknown error code), then we force the expect script to prompt the user for new credentials (just like shift-launch). Peter _______________________________________________ SGD-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sgd-users
