Design and CSS styles
Version 3.x > Design and CSS styles > Windows Autentication View modes: 
User avatar
Member
Member
contacto-innovamedios - 11/10/2008 2:41:38 PM
   
Windows Autentication
Hello,

I pout this code in the webconfig>
<authentication mode="Windows>
<location path="Usuarios">
<system.web>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
</location>

this work, but i cant to log in in the administrator site,.... the user global administrator is the user of the local machine? i dont undertand...

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 11/11/2008 3:52:39 AM
   
RE:Windows Autentication
Hi,

Could you please confirm that you have followed this description - http://www.kentico.com/docs/devguide/configuring_windows_authentica.htm?

The path value should be empty, so the authentication is applied also for the live site. You can also specify another locations by copying the location settings and adding the path for "cmssitemanage" and/or "cmsdesk".

Best Regards,
Juraj Ondrus

User avatar
Member
Member
contacto-innovamedios - 11/25/2008 1:29:49 PM
   
RE:Windows Autentication
it dont work... i hace this in my webconfig=

	<authentication mode="Windows">
<forms loginUrl="CMSPages/logon.aspx" defaultUrl="Default.aspx" name=".ASPXFORMSAUTH" timeout="60000" slidingExpiration="true"/>
</authentication>

<location path="">
<system.web>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
</location>

in the control
 <uc1:currentuser runat="server" ID="usrCurrent" LabelText="Bienvenido:"  ShowUserName="true" ShowUserFullName="false" CssClass="Arial11blanca" />

but when i try to enter to the site manager the aplication show this error=
Access denied

You're not a global administrator and you cannot use Site Manager. Go back to the main web site.

plzz helppp

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 11/26/2008 4:52:22 AM
   
RE:Windows Autentication
Hi,

Could you please confirm that the AD user you have created in CMS is marked as Global Administrator? It seems that your AD user account has no global admin permissions in CMS. Moreover, the current user control has nothing to do with it.

Best Regards,
Juraj Ondrus