Authentication problem

I m working on Acegi Security for spring for authenticating users in LDAP server. But i have designed a new welcome page where i have to authenticate new users with their first and last name and their intranet Id. and if they validated then submit their info and send that to my manager's id. Its complex caue we have already have login page from where users are validated. how should i do? after authenticating i need to send all that information to my manager's Id. this is complete requirement.

thanks for helpin advance

[539 byte] By [akaura] at [2007-11-27 11:27:01]
# 1

nobody knows this

akaura at 2007-7-29 16:13:52 > top of Java-index,Java Essentials,New To Java...
# 2

>nobody knows this

now what u would do

noobs_will_rulea at 2007-7-29 16:13:52 > top of Java-index,Java Essentials,New To Java...
# 3

> I m working on Acegi Security for spring for

> authenticating users in LDAP server. But i have

> designed a new welcome page where i have to

> authenticate new users with their first and last name

> and their intranet Id. and if they validated then

> submit their info and send that to my manager's id.

> Its complex caue we have already have login page from

> where users are validated. how should i do?

You said you have designed this welcome page, so I assume your question is how to flow things now? First off, IMO you should yank the authentication logic out of the welcome page and put it into the container, using whatever adapter you need. Second off - where in the flow do you send the info to your manager? Is it on every login? Then I suppose you could wedge that into your welcome page...

I'm not sure what your question is, exactly - maybe you can fill in some details of what isn't working for you or what you can't figure out?

Good Luck

Lee

tsitha at 2007-7-29 16:13:52 > top of Java-index,Java Essentials,New To Java...