نمایش نتایج: از شماره 1 تا 8 از مجموع 8
سپاس ها 1سپاس

موضوع: چه جوری یوزری رو بسازیم که به دومین کنترلر به صورت لوکالی لاگین کنه

  
  1. #1


    خواننده شناسه تصویری seify
    تاریخ عضویت
    Jun 2004
    نوشته
    169
    سپاسگزاری شده
    3
    سپاسگزاری کرده
    6

  2. #2


    خواننده شناسه تصویری seify
    تاریخ عضویت
    Jun 2004
    نوشته
    169
    سپاسگزاری شده
    3
    سپاسگزاری کرده
    6
    این مورد با تعریف یوزر تو domain controller gp در allow log on locally حل شد.
    حالا می خواستم اساتید بگن چه جوری به این یوزر اجازه بدم که کنسول sqlserver و iis رو مدیریت کنه.



  3. #3
    نام حقيقي: آرمين فيض الهي

    عضو عادی شناسه تصویری armin_net
    تاریخ عضویت
    Aug 2006
    محل سکونت
    ایران-مشهد
    نوشته
    165
    سپاسگزاری شده
    8
    سپاسگزاری کرده
    9
    مثلاً میتونید در سیستم local , در قسمت user Account یک یک یوزر با Group Admin درست کنید



  4. #4
    نام حقيقي: محمد حکیمی

    Administrator شناسه تصویری Hakimi
    تاریخ عضویت
    Dec 2002
    محل سکونت
    تهران
    نوشته
    6,549
    سپاسگزاری شده
    6798
    سپاسگزاری کرده
    1035
    نوشته های وبلاگ
    4
    برای SQL Server سطح دسترسی را می بایست در خود SQL Server تعیین کنید.



  5. #5


    خواننده شناسه تصویری seify
    تاریخ عضویت
    Jun 2004
    نوشته
    169
    سپاسگزاری شده
    3
    سپاسگزاری کرده
    6
    ممنون از شما

    iis چطور؟



  6. #6
    نام حقيقي: محمد حکیمی

    Administrator شناسه تصویری Hakimi
    تاریخ عضویت
    Dec 2002
    محل سکونت
    تهران
    نوشته
    6,549
    سپاسگزاری شده
    6798
    سپاسگزاری کرده
    1035
    نوشته های وبلاگ
    4
    در مورد IIS من یکبار تلاش کردم این کار را انجام بدهم که موفق نشدم. من هم به دنبال پاسخ این پرسش هستم. اگر نتیجه گرفتید بنویسید که همه استفاده کنند.



  7. #7


    خواننده شناسه تصویری DeathStar
    تاریخ عضویت
    Oct 2006
    نوشته
    60
    سپاسگزاری شده
    15
    سپاسگزاری کرده
    2
    نقل قول نوشته اصلی توسط koorosh نمایش پست ها
    در مورد IIS من یکبار تلاش کردم این کار را انجام بدهم که موفق نشدم. من هم به دنبال پاسخ این پرسش هستم. اگر نتیجه گرفتید بنویسید که همه استفاده کنند.
    با سلام

    فکر کنم این لینک کمی کمک کنه


    Hakimi سپاسگزاری کرده است.

  8. #8
    نام حقيقي: محمد حکیمی

    Administrator شناسه تصویری Hakimi
    تاریخ عضویت
    Dec 2002
    محل سکونت
    تهران
    نوشته
    6,549
    سپاسگزاری شده
    6798
    سپاسگزاری کرده
    1035
    نوشته های وبلاگ
    4
    توضیحات خوبی است. ظاهرا این امکان برای IIS 7 به وجود آمده که کاربر مدیر IIS تعریف کنیم.
    ممنون.

    Configuring Remote Administration and Feature Delegation in IIS 7.0


    IIS 7.0 provides administrators and developers with a new configuration system that is accessible, extensible and distributable. The new XML-based format allows for easy configuration of the modules and features available in IIS 7.0. It also enables granular control of the locations at which settings for individual features can be configured (for example, at the server level in the applicationHost.config file, or at a site or an application level in a Web.config file).
    The new IIS 7.0 administration user interface (UI), IIS Manager, fully supports this new configuration system and adds additional features that provide a powerful and granular system for configuring the Web server. Two of these additional features are remote administration of servers, sites and applications, and support for user-based authentication and authorization.
    This article explains how to enable remote connections, configure users and permissions, and delegate features to a site or application level. There are many scenarios where an IIS 7.0 server administrator might want to delegate administrative control of a certain feature or features to someone, or where the administrator might want to prevent others from viewing existing configuration. Take the following scenario, for example.
    Edward is a server administrator on a computer that hosts several sites. The computer is part of a domain, and some of the site owners belong to the same domain. However, some of the site owners are outside of the domain, and Edward must create IIS Manager user accounts for them by creating a user name and password for each owner. After he has created the necessary IIS Manager user accounts, Edward sets up IIS Manager permissions for each site to specify which of the users are allowed to connect to a particular site. To do this, Edward opens the IIS Manager Permissions feature in each site and adds Windows users and IIS Manager users. This action does two things. First, it configures IIS 7.0 to allow a user to connect to the site when the user provides valid credentials. Second, it permits users who successfully connect to configure any delegated features in that site.
    Edward also wants to delegate configuration of some features that he trusts to be configured by a site owner in his or her own site. This eliminates the need for a site owner to request that Edward configure features that vary by site, such as default documents. He decides to delegate configuration for the following features in all sites on his server: Default Documents, Directory Browsing, and Error Pages. In addition, Edward decides to delegate configuration of an additional feature, HTTP Redirect, to the site Contoso, because he knows that the site often needs to be redirected and trusts the site owners to configure those settings. He sets all other features to be Read Only so that site owners can see the settings but not configure them in their sites.
    Julian and Catherine are site owners for the site Contoso on Edward's computer. Julian has a Windows user account, and Catherine has an IIS Manager user account for which Edward has provided her credentials. They can both open IIS Manager on their own computers, and connect to Contoso because Edward has permitted their accounts to configure the Contoso site. They each see all of the features that have been delegated to the site level. They can configure Default Documents, Directory Browsing, Error Pages, and HTTP Redirect because Edward delegated configuration of those settings to their site.

    Configuring Remote Administration and Feature Delegation in IIS 7.0 : Managing IIS 7.0 Remotely : Managing and Maintaining IIS 7.0 : The Official Microsoft IIS Site




کلمات کلیدی در جستجوها:

delegate

delegating default credentials

چ جوری شبکه بسازیم

content

برچسب برای این موضوع

مجوز های ارسال و ویرایش

  • شما نمی توانید موضوع جدید ارسال کنید
  • شما نمی توانید به پست ها پاسخ دهید
  • شما نمی توانید فایل پیوست ضمیمه کنید
  • شما نمی توانید پست های خود را ویرایش کنید
  •