Re: AD wont let me in!

From: dhnriverside (dan_at_musoswire.com)
Date: 11/29/04


Date: Mon, 29 Nov 2004 02:27:02 -0800

Hiya

Yep it would seem I dont have permission! I'm not sure about the domain
account. I'm logged into the computer as Administrator, and I have the domain
option on the login box at startup, which of course is set to my domain. AD
is setup to be a domain controller. Is that what you mean? If not, sorry, I'm
quite new to AD, so all help appreciated!

What do I need to set the directory up to work? I'm thinking that might be
the problem.

Web.Config wise, attached below

Cheers

Dan

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    
  <system.web>
        <compilation
         defaultLanguage="c#"
         debug="false"
    />

    <customErrors
    mode="Off"
    />

    <authentication mode="Windows" />

    <authorization>
        <allow users="*" /> <!-- Deny unknown users -->
            <!-- <allow users="[comma separated list of users]"
                             roles="[comma separated list of roles]"/>
                  <deny users="[comma separated list of users]"
                             roles="[comma separated list of roles]"/>
            -->
    </authorization>

    <trace
        enabled="false"
        requestLimit="10"
        pageOutput="false"
        traceMode="SortByTime"
                localOnly="false"
    />

    <sessionState
            mode="InProc"
            stateConnectionString="tcpip=127.0.0.1:42424"
            sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
            cookieless="false"
            timeout="20"
    />

    <globalization
            requestEncoding="utf-8"
            responseEncoding="utf-8"
   />
   
 </system.web>
 
 <appSettings>
        <!-- Application -->
        <add key="Application_Name" value="myapp" />
        
        <!-- System -->
        <add key="System_SmtpServer" value="localhost:3099" />
        <add key="System_ActiveDirPath" value="my.com" />
        <add key="System_LibraryPath" value="mypath" />
        <add key="System_ConnectionString"
value="server=myserver;database=mydb;Trusted_Connection=yes" />
        <add key="System_MaxResultsLimit" value="20" />
 </appSettings>
 
</configuration>



Relevant Pages

  • Re: Office 2007 Docs open read only from Webdav folder
    ... "I did copy all the files while logged on as administrator. ... I had copied them all into the Shared Documents" ... Users should have PERMISSION to access the Shared Docs directory. ... assume that your user account can access these files on your backup ...
    (microsoft.public.office.misc)
  • Re: Membership in Admin groups resets Send As permissions - Blackberrys broken for administrator
    ... permission. ... one possible 'best practice' is to remove my 'normal' account ... are non operational with administrator accounts. ... The adminSDHolder object is a template for accounts that have broad ...
    (microsoft.public.exchange.admin)
  • Re: RUN AS BATCH JOB
    ... Also test with the user rights assignment for backup files and folders on the member server. ... Additional it can be that the account needs the permission to logon locally. ... I created a domain id without the administrator right. ...
    (microsoft.public.windows.server.general)
  • RE: Help: Microsoft Exchange Patch Disables "Send As" and Blackberry Broken
    ... use the account that is a member of the Windows Protected Group only ... section it lays out the steps to change the adminSDHolder changing the ... also a domain administrator, the Send As permission will not be effective. ...
    (microsoft.public.windows.server.sbs)
  • Re: I forgot my administrator password! Help please
    ... If the machine is currently logged on with an account with administrator ... goto control panel choose users and passwords and create a new user with ... dont set a passsword for it as you will be removing it later. ...
    (microsoft.public.win2000.general)

Loading