forked from DNNCommunity/DNN.ActiveDirectory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestCases.txt
61 lines (51 loc) · 2.01 KB
/
TestCases.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Medium Trust
============
1. Portal should not run under Medium Trust with Active Directory Provider installed.
- Install Active Directory provider
- Enable Medium Trust
- Portal should be redirected to Error page
Full Trust
==========
1. Configure Basic ActiveDirectory Settings
- Set web.config to Full Trust
- Log in as an Administrator or SuperUser
- Goto Admin/Authentication
- Check Enabled to Enable Active Directory
- Enter Root Domain information (eg: dc=domain,dc=com)
- Enter valid AD user (eg:domain\username)
- Enter AD user password and comfirm password
- Enter AD domain email (eg: @domain.com)
- Click "Update"
- Logout
- Goto Login page
- Active Directory "login control" should be displayed
2. Enable ActiveDirectory Full Authentication
- Set web.config to Full Trust
- Log in as an Administrator or SuperUser
- Goto Admin/Authentication
- Check Enabled to Enable Active Directory
- Enter Root Domain information (eg: dc=domain,dc=com)
- Enter valid AD user (eg:domain\username)
- Enter AD user password and comfirm password
- Enter AD domain email (eg: @domain.com)
- Click "Update"
- Logout and Close DNN
- Restart ASPNet process or IIS Application pool
- Launch DNN
- Verify that your currently logged in domain account automatically logs into DNN
3. Enable ActiveDirectory Mixed-Mode Authentication
- Set web.config to Full Trust
- Log in as an Administrator or SuperUser
- Goto Admin/Authentication
- Check Enabled to Enable Active Directory
- Enter Root Domain information (eg: dc=domain,dc=com)
- Enter valid AD user (eg:domain\username)
- Enter AD user password and comfirm password
- Enter AD domain email (eg: @domain.com)
- Click "Update"
- Logout and Close DNN
- Edit web.config and comment out <add name="Authentication"..../> in <httpModules> section
- Restart ASPNet process or IIS Application pool
- Launch DNN
- Goto Login page
- Verify that you can log into Windows Login section with your domain credentials