Hi, > If I want to replace the static xml document with an XSP that > loads the same data from a database, what I have to load?
> 1) Do I have to select all the users of the portal everytime? > (NO, I hope! What if I have 1000 or more users???) You have just to select the user who wants to log in > 2) In the case I can use request parameters I select from the > database only the information about the current user, but this is > possible only in the login step; when the user navigates internal > pages of the portal I suppose I don't have the username/pasword in > the request. So the doubt is: What I have to select from the > database to create the XML > <authentication><ID>...<ID/><authentication/>? You have to select the ID (= username) the role, and maybe some data > With other words: my XSP has to select form database with which parameters?? username and password: e.g.: select userid, userrole, ... from usertbl where userid = $username and password = $password; Trasform the resultset in the correct xml and then it should work have a look at the sunrise-user.xsl and the sunrise-user.xml hth -- * best regards * Jens Maukisch * www: http://www.maukisch.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
