The login action is a turbine action and u need not to define any
portlet for login. All what you need to do is to write the client-side
script that will get the userid ( throw your ActiveX or whateveer ) and
then submit the this form 

        <form method="POST" >
          <input name="action" type="hidden" value="JLoginUser">
          <input value="" name="username" >
          <input value="" name="password" >
        </form>


You can also make the username and password hidden 


-----Original Message-----
From: Thavutam, Prashanth [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 5:39 PM
To: Jetspeed Users List
Subject: User authentication


We are currently using an Active X control to get the user Id from
Windows,
which is used for authentication and for authorization also. No
passwords
are used. We want to implement the same with portal and found a variable
topnav.user_login.enable in JetspeedResources.properties, I understood
from
the documentation, when it is set to false, logging will be done through
login portlet, which I think I can implement it in my own way. I
couldn't
figure out if there is a portlet existing that I can use or if I need to
write a new portlet, how do I configure it. Thanks for any help.

Prashanth


========================================================================

This email message is for the sole use of the intended recipient (s) and
may
contain confidential and privileged information. Any unauthorized
review,
use, disclosure or distribution is prohibited. If you are not the
intended
recipient, please contact the sender by reply email and destroy all
copies
of the original message. To reply to our email administrator directly,
send
an email to [EMAIL PROTECTED] 
Toys "R" Us, Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to