-
[SOLVED] automatic login
Hi,
I am customizing zimbra for an internal application.
i want zimbra to automatically login with the user name and password i specify via the session. and not show any login screen
similar to the the zimbra online demo site.
any help would be highly appreciated.
thanks in advance
-vj
-
Search for "preauth" in the forums or on the Wiki.
-
tried
Hi, I got the preauth.txt and tried it, I am trying to access the prauth url from a php page
so i used php's hash_hmac('sha1', $prestring, $preAuthKey); function.
The thing is the server times are same in both my zimbra and this php server, but it keeps reporting an error that the timestamp is very old.
please some help
thanx in advance
-vj
-
Thanks Joshua.
I found out again in the forum that the timestamp generated is short of 000 compared to the one required by java.
So, now it is working...
Thanks a lot
-vj