|
Home > Archive > Microsoft Content Management Server > January 2005 > Authentication Issue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
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] 2005-01-06, 5:53 pm |
| 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...
> 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
>
>
|
|
|
|
|