forked from jabbera/IisRemoteUserTokenAuthentication
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb-user-transform.xml
More file actions
21 lines (21 loc) · 1.04 KB
/
web-user-transform.xml
File metadata and controls
21 lines (21 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<!-- For more information on using transformations
see the web.config examples at http://go.microsoft.com/fwlink/?LinkId=214134. -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<applicationSettings>
<RutaHttpModule.Properties.Settings>
<setting name="DowncaseGroups" serializeAs="String" xdt:Transform="Replace" xdt:Locator="Match(name)">
<value>__DowncaseGroups__</value>
</setting>
<setting name="AppendString" serializeAs="String" xdt:Transform="Replace" xdt:Locator="Match(name)">
<value>__AppendString__</value>
</setting>
<setting name="AdUserBaseDn" serializeAs="String" xdt:Transform="Replace" xdt:Locator="Match(name)">
<value>__AdUserBaseDn__</value>
</setting>
<setting name="AdGroupBaseDn" serializeAs="String" xdt:Transform="Replace" xdt:Locator="Match(name)">
<value>__AdGroupBaseDn__</value>
</setting>
</RutaHttpModule.Properties.Settings>
</applicationSettings>
</configuration>