No passwords shall be visible in trace files
This commit is contained in:
parent
b4d3284c4a
commit
89fb86cfae
4 changed files with 169 additions and 0 deletions
|
@ -1,8 +1,21 @@
|
|||
<policies xmlns="http://schemas.microsoft.com/wse/2005/06/policy">
|
||||
<extensions>
|
||||
<extension name="restrictedTraceAssertion" type="WebsitePanel.EnterpriseServer.RestrictedTraceAssertion, WebsitePanel.EnterpriseServer.Code" />
|
||||
<extension name="usernameAssertion" type="WebsitePanel.EnterpriseServer.UsernameAssertion, WebsitePanel.EnterpriseServer.Code" />
|
||||
</extensions>
|
||||
<policy name="ServerPolicy">
|
||||
<restrictedTraceAssertion
|
||||
enabled="false"
|
||||
input="C:\VSProjects\alexY\WebSitePanel\WebsitePanel\Sources\WebsitePanel.EnterpriseServer\input.xml"
|
||||
output="C:\VSProjects\alexY\WebSitePanel\WebsitePanel\Sources\WebsitePanel.EnterpriseServer\output.xml"
|
||||
/>
|
||||
<usernameAssertion/>
|
||||
</policy>
|
||||
<policy name="CommonPolicy">
|
||||
<restrictedTraceAssertion
|
||||
enabled="false"
|
||||
input="C:\VSProjects\alexY\WebSitePanel\WebsitePanel\Sources\WebsitePanel.EnterpriseServer\input.xml"
|
||||
output="C:\VSProjects\alexY\WebSitePanel\WebsitePanel\Sources\WebsitePanel.EnterpriseServer\output.xml"
|
||||
/>
|
||||
</policy>
|
||||
</policies>
|
Loading…
Add table
Add a link
Reference in a new issue