|
Home > Archive > Microsoft Content Management Server > October 2004 > Editing Console Not Appearing
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 |
Editing Console Not Appearing
|
|
|
| Hi Stefan,
we just rewamped CMS site that is now hosted on Windows 2003.However, there
is something strange going on with the Editing console. Logging in to the
site from the server box itself using IE is ok - editing console shows just
fine. Logging from my box across the network - ok as well, but for most of
the editors - once they log in to the new site - they do not see Editing
console using IE as well, even when the same user id/password is used as the
one working from the server box. This is a big issue, cuz nobody will
approve going into production if editors can not edit. Is there something
editors can do to get the editing console to show after the log in?
We have anonumous user allowed and forms authentication is enabled in web
config like so:
<authentication mode="Forms">
<forms name="blabla" path="/" loginUrl="ManualLogin.aspx"
protection="All" timeout="5" >
</forms>
</authentication>
<authorization>
<allow users="*" />
</authorization>
Thank you!
| |
| Stefan [MSFT] 2004-10-15, 9:13 pm |
| Hi Ilona,
did these users login using Forms authentication?
If yes the console should show up.
If not, please debug your ManualLogin.aspx to see if a valid ticket has been
created for this login.
Maybe there is a problem with the login page.
The fact that the problem does not occur on the server machine seems to
indicate that you are using windows authenication also.
Please check in IIS MMC if windows authentication is enabled beside
anonymous.
For a site that only needs to be accessed with forms authentication please
disable all other authentication methods beside anonymous in IIS MMC.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"ilona" <ilona_scrambled@no-go.com> wrote in message
news:eFw$R8TsEHA.3324@TK2MSFTNGP15.phx.gbl...
> Hi Stefan,
> we just rewamped CMS site that is now hosted on Windows 2003.However,
there
> is something strange going on with the Editing console. Logging in to the
> site from the server box itself using IE is ok - editing console shows
just
> fine. Logging from my box across the network - ok as well, but for most of
> the editors - once they log in to the new site - they do not see Editing
> console using IE as well, even when the same user id/password is used as
the
> one working from the server box. This is a big issue, cuz nobody will
> approve going into production if editors can not edit. Is there something
> editors can do to get the editing console to show after the log in?
>
>
> We have anonumous user allowed and forms authentication is enabled in web
> config like so:
> <authentication mode="Forms">
> <forms name="blabla" path="/" loginUrl="ManualLogin.aspx"
> protection="All" timeout="5" >
> </forms>
> </authentication>
> <authorization>
> <allow users="*" />
> </authorization>
>
> Thank you!
>
>
| |
|
|
|
| Stefan,
No, we did not do any custom modifications to the console. I did more
testing and here is what I found:
if the user is directly assigned to Moderators, Administrators, or Editors
in Site Manager, then everything works ok. Editing menu shows just fine.
if the user is made a member of an NT group and then the NT group (as
opposed to the individual user) is assigned to Moderators, Administrators,
or Editors in the Site Manager, then editing menu does not show upon log in
(although "login" button switches to "log-off") - so the problem that I
described earlier happens only to NT groups.
On our Win2000/CMS 2002 w/no sp1, sp1a all users were in NT groups and then
those groups were assigned to CMS groups. On the new WIn2003 box w/CMS
SP1a - we seem to have the problem described earlier w/editing console not
showing
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:OS%23Kqi3sEHA.3200@TK2MSFTNGP09.phx.gbl...
> Hi Ilona,
>
> do you have a custom console in place?
> I have never heard about a case where our default console does something
> like this.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> MCMS FAQ:
>
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
>
http://www.gotdotnet.com/community/...t+S
erver
> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "ilona" <ilona_scrambled@no-go.com> wrote in message
> news:e4VBX9tsEHA.1720@TK2MSFTNGP14.phx.gbl...
> login
> Visual
is[vbcol=seagreen]
> the
>
http://bla.bla.bla/Templates/Home.a...T=NoModifyGuest
>
http://bla.bla.bla/Templates/Home.a...tionUnpublished
has[vbcol=seagreen]
to[vbcol=seagreen]
> please
>
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>
http://www.gotdotnet.com/community/...t+S
erver
>
>
| |
| Angus Logan [MVP] 2004-10-18, 2:50 am |
| Hi Ilona,
What edition of MCMS are you running?
If it is standard edition it may be throwing you into 'violation mode'.
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
"ilona" <ilona_scrambled@no-go.com> wrote in message
news:utFBEbKtEHA.2808@TK2MSFTNGP14.phx.gbl...
> Stefan,
> No, we did not do any custom modifications to the console. I did more
> testing and here is what I found:
> if the user is directly assigned to Moderators, Administrators, or Editors
> in Site Manager, then everything works ok. Editing menu shows just fine.
>
> if the user is made a member of an NT group and then the NT group (as
> opposed to the individual user) is assigned to Moderators, Administrators,
> or Editors in the Site Manager, then editing menu does not show upon log
> in
> (although "login" button switches to "log-off") - so the problem that I
> described earlier happens only to NT groups.
>
> On our Win2000/CMS 2002 w/no sp1, sp1a all users were in NT groups and
> then
> those groups were assigned to CMS groups. On the new WIn2003 box w/CMS
> SP1a - we seem to have the problem described earlier w/editing console not
> showing
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:OS%23Kqi3sEHA.3200@TK2MSFTNGP09.phx.gbl...
> rights.
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> http://www.gotdotnet.com/community/...t+S
erver
> is
> http://bla.bla.bla/Templates/Home.a...T=NoModifyGuest
> http://bla.bla.bla/Templates/Home.a...tionUnpublished
> has
> to
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> http://www.gotdotnet.com/community/...t+S
erver
>
>
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|