Update README.md
This commit is contained in:
@@ -44,21 +44,21 @@ dotnet run
|
|||||||
For normal edits:
|
For normal edits:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
LDAP host: NODC04.knno.local
|
LDAP host: [DomainController hostname]
|
||||||
Port: 389
|
Port: 389
|
||||||
Use LDAPS: unchecked
|
Use LDAPS: unchecked
|
||||||
Search base DN: DC=knno,DC=local
|
Search base DN: DC=Your,DC=domain
|
||||||
Bind username: KNNO\your-admin-user or your-admin-user@knno.local
|
Bind username: Your\your-admin-user or your-admin-user@YourDomain
|
||||||
```
|
```
|
||||||
|
|
||||||
For password reset actions:
|
For password reset actions:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
LDAP host: NODC04.knno.local
|
LDAP host: [DomainController hostname]
|
||||||
Port: 636
|
Port: 636
|
||||||
Use LDAPS: checked
|
Use LDAPS: checked
|
||||||
Search base DN: DC=knno,DC=local
|
Search base DN: DC=Your,DC=domain
|
||||||
Bind username: KNNO\your-admin-user or your-admin-user@knno.local
|
Bind username: Your\your-admin-user or your-admin-user@YourDomain
|
||||||
```
|
```
|
||||||
|
|
||||||
## Recommended test order
|
## Recommended test order
|
||||||
|
|||||||
Reference in New Issue
Block a user