KMILO
Guest
|
Posted:
Thu Jan 06, 2005 3:12 am Post subject:
Authentication Issue |
|
|
Hello Everyone,
First than all I wanna wish you a happy new year for all the people who help
each other on this newsgroup, my issue is the following:
Im using authentication forms way in my CMS site, I get the domain, user and
password from a webform, the authentication model of the IIS site is
anonymous and integrated windows authentication, the web.config have the
right parameters for authentication forms, the user that im using in my
development site is in administrator role, the authentication works fine and
the ticket was created sucessfully, the site has the cms virtual directory
correctly assigned, but when the webform redirect me to the initial posting,
the administration console does not appear and the CmsContext.User is the
correct, but the serverAccountName is the anonymous (IUSR_MachineName) and
the edition features are not available, this situation is happening in one
of the four sites that I have in my development windows xp machine, the
others sites works completly well and in addiction has the same
configuration.
Anyone knows what happened here???
Thanks In Advance
KMILO |
|
Stefan [MSFT]
Guest
|
Posted:
Thu Jan 06, 2005 5:29 pm Post subject:
Re: Authentication Issue |
|
|
Hi Kmilo,
that sounds weird.
Does this also happen if you are configuring the ManualLogin.asp page a
login page?
If the ManualLogin page works, then there is a problem in your login page.
Cheers,
Stefan.
"KMILO" <camilo@cohete.net> wrote in message
news:eeENFr28EHA.1292@TK2MSFTNGP10.phx.gbl...
| Quote: | Hello Everyone,
First than all I wanna wish you a happy new year for all the people who
help
each other on this newsgroup, my issue is the following:
Im using authentication forms way in my CMS site, I get the domain, user
and
password from a webform, the authentication model of the IIS site is
anonymous and integrated windows authentication, the web.config have the
right parameters for authentication forms, the user that im using in my
development site is in administrator role, the authentication works fine
and
the ticket was created sucessfully, the site has the cms virtual directory
correctly assigned, but when the webform redirect me to the initial
posting,
the administration console does not appear and the CmsContext.User is the
correct, but the serverAccountName is the anonymous (IUSR_MachineName) and
the edition features are not available, this situation is happening in one
of the four sites that I have in my development windows xp machine, the
others sites works completly well and in addiction has the same
configuration.
Anyone knows what happened here???
Thanks In Advance
KMILO
|
|
|