Skip to content

Commit

Permalink
added web config property to specify ad domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjornej committed Dec 8, 2015
1 parent de44c67 commit 19b75a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
-->
<add key="enableFrameworkFiltering" value="false" />
<add key="activeDirectory" value="false" />
<add key="adDomain" value="YOURADDOMAIN" />
</appSettings>
<system.web>
<compilation debug="true" targetFramework="4.5" />
Expand Down

0 comments on commit 19b75a7

Please sign in to comment.