-
Notifications
You must be signed in to change notification settings - Fork 22
/
ReleaseNotes.txt
46 lines (44 loc) · 1.58 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<h3>DotNetNuke.Authentication.ActiveDirectory</h3>
<p class="Contributor">
DotNetNuke® <br />
<a href="mailto:[email protected]">[email protected]</a><br />
<a href=http://www.dotnetnuke.com>http://www.dotnetnuke.com</a><br />
</p>
<hr/>
<div class="License">
<h3>About the DotNetNuke.Authentication.ActiveDirectory</h3>
<p class="Owner">
<b>Version 6.0.0</b><br /><br />
</p>
<p>This version of the provider requires DotNetNuke Core 7.0.0 or greater.
FYI: Developers should be aware that the provider uses Visual Studio 2010+ only.</p>
<h4>Bug Fixes</h4>
<ul>Version 5.0.6
<li>8512: Settings not saved properly and two user accounts created.</li>
<li>8571: Users not being logged into the correct portal when going to child portal.</li>
</ul>
<ul>Version 6.0.0
<li>Compatible with DNN 7, 8, and 9</i>
</ul>
<ul>Version 6.0.2
<li>Better UPN handling Issue #12</i>
</ul>
<h4>Features</h4>
<ul>Version 6.0.0
<li>Ability to sync AD thumbnail photo to profile pic in DNN portal.</li>
</ul>
<ul>Version 6.0.2
<li>Keyboard Enter elicits Login function Issue #13</li>
</ul>
<ul>Version 6.1.2
<li>Fixed Issue: 47</li>
<li>Fixed Issue: 36</li>
</ul>
<p class="Owner">
To run the provider under IIS 7.x in integrated mode two commands are needed to be run from a command prompt on the server.
<ul>
<li>%windir%\system32\inetsrv\appcmd unlock config /section:anonymousAuthentication</li>
<li>%windir%\system32\inetsrv\appcmd unlock config /section:windowsAuthentication</li>
</ul>
</p>
</div>