Restreindre l'accès à un site IIS à un groupe AD
Restreindre l'accès à un site IIS à un groupe AD
Is it possible in IIS to set up a site in IIS et seulement let users of a certain AD Group get access to it?
Re: Restreindre l'accès à un site IIS à un groupe AD
The suivant should work, depending on votre IIS version. You'll need to ajoutez un web.config si you ne have one (though you should on IIS7) in le directory root of votre site. The ci-dessous will allow Domain Admins et deny Domain Users (fairly self explanatory). Make sure you line up le config sections si you déjà have a section, etc.
```
```
Vous allez need Windows Authentication enabled under Authentication in votre site preferences for this to work, obviously, mais I assume you déjà have this enabled.
```
```
Vous allez need Windows Authentication enabled under Authentication in votre site preferences for this to work, obviously, mais I assume you déjà have this enabled.