Skip to content

Commit f5e116b

Browse files
narcher7MartinSchoeler
authored andcommitted
[DOCS]: Edit LDAP headers (RocketChat#1439)
1 parent fd06b11 commit f5e116b

File tree

1 file changed

+5
-5
lines changed
  • administrator-guides/authentication/ldap

1 file changed

+5
-5
lines changed

administrator-guides/authentication/ldap/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
To configure LDAP authentication, go to LDAP section of administration settings, enable LDAP and add configurations to connect with your LDAP server.
44

5-
## Examples:
5+
## Examples
66

77
- Domain = domain.com (Active Directory Domain)
88
- Group = CN=ROCKET_ACCESS,CN=Users,DC=domain,DC=com (Access Control Group)
@@ -11,7 +11,7 @@ To configure LDAP authentication, go to LDAP section of administration settings,
1111

1212
For now (until we add more input fields to LDAP) set it like this: (This is based on the above assumptions, replace with your environment)
1313

14-
## Logon with username:
14+
## Log on with username
1515

1616
- LDAP_Enable = True
1717
- LDAP_Dn = dc=domain,dc=com
@@ -25,7 +25,7 @@ If you need to auth users from subgroups in LDAP use this filter:
2525

2626
- LDAP_Bind_search = {"filter": "(&(objectCategory=person)(objectclass=user)(memberOf:1.2.840.113556.1.4.1941:=CN=ROCKET_ACCESS,CN=Users,DC=domain,DC=com)(sAMAccountName=#{username}))", "scope": "sub", "userDN": "rocket.service@domain.com", "password": "urpass"}
2727

28-
## Logon with email address:
28+
## Log on with email address
2929

3030
- LDAP_Enable = True
3131
- LDAP_Dn = dc=domain,dc=com
@@ -35,7 +35,7 @@ If you need to auth users from subgroups in LDAP use this filter:
3535

3636
{"filter": "(&(objectCategory=person)(objectclass=user)(memberOf=CN=ROCKET_ACCESS,CN=Users,DC=domain,DC=com)(mail=#{username}))", "scope": "sub", "userDN": "rocket.service@domain.com", "password": "urpass"}
3737

38-
## Logon with either email address or username:
38+
## Log on with either email address or username
3939

4040
- LDAP_Enable = True
4141
- LDAP_Dn = dc=domain,dc=com
@@ -45,7 +45,7 @@ If you need to auth users from subgroups in LDAP use this filter:
4545

4646
{"filter": "(&(objectCategory=person)(objectclass=user)(memberOf=CN=ROCKET_ACCESS,CN=Users,DC=domain,DC=com)(|(mail=#{username})(sAMAccountName=#{username})))", "scope": "sub", "userDN": "rocket.service@domain.com", "password": "urpass"}
4747

48-
## Logging in
48+
## Log in
4949

5050
When you enable LDAP the login form will login users via LDAP instead the internal account system.
5151

0 commit comments

Comments
 (0)