Allow Roles name too long?? AD groups too long? Integrated Security

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • wildman@noclient.net

    Allow Roles name too long?? AD groups too long? Integrated Security

    I've been playing with integrated security with AD groups from the web
    config.

    Work great until the Group/role name is long.

    Is there a work around?

    <configuratio n>
    <appSettings/>
    <connectionStri ngs/>
    <system.web>
    <authorizatio n>
    <allow roles="Long AD group here" />
    <deny users="*" />
    </authorization>
    </system.web>
    </configuration>
Working...