Skip to content

Commit a3dcc37

Browse files
defguard-communitygitbook-bot
authored andcommitted
GITBOOK-411: change request with no subject merged in GitBook
1 parent 0ea8ccf commit a3dcc37

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

deployment-strategies/upgrading.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ description: Notes on upgrading Defguard and its components
88
Before doing any updates please remember to **backup your database.**
99
{% endhint %}
1010

11+
## Any previous release → 1.4.0-alpha3
12+
13+
We've made a small update to the LDAP integration to support more complex user nesting within the LDAP tree ([related issue](https://github.com/DefGuard/defguard/issues/1242)).
14+
15+
If you were already using the integration, you shouldn't notice any changes. However, we **strongly recommend backing up your database before the upgrade and afterwards verifying** the following to ensure everything continues to work as expected:
16+
17+
* Your Defguard user list and user devices remain unchanged
18+
* All users can still log in without issues
19+
20+
If you encounter any problems, please report them on our [GitHub](https://github.com/DefGuard/defguard/issues).
21+
1122
## Any previous release → 1.3.0
1223

1324
* The LDAP integration has became an enterprise feature. You will need to purchase the enterprise license if you exceed the free limits. See [license.md](../enterprise/license.md "mention") for more information regarding the license.

enterprise/all-enteprise-features/ldap-and-active-directory-integration/settings-table.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: List with description of settings for LDAP found in settings page.
1010
| Bind Username | Bind DN used for authentication. | cn=admin,dc=example,dc=org |
1111
| Bind Password | Password used for authentication. | Empty |
1212
| Member Attribute | Naming attribute for group membership. | memberOf |
13-
| Username Attribute | Naming attribute for users. | cn |
13+
| Username Attribute | The attribute which will be used as the user's username. | cn |
1414
| User Search Base | Relative Distinguished Name (RDN) of your user entries. | ou=users,dc=example,dc=org |
1515
| User Object Class | Object class used for user entries. | inetOrgPerson |
1616
| Additional User Object Classes | Auxiliary classes for user entries | simpleSecurityObject, sambaSamAccount |
@@ -37,6 +37,7 @@ Changing the RDN attribute may cause your users to be re-added to Defguard, caus
3737
* `Username attribute`: The username attribute which will be used to set the username of a Defguard user. The following restrictions apply:
3838
* Only alphanumeric characters except for <kbd>.</kbd>, <kbd>-</kbd> or <kbd>\_</kbd>
3939
* At least 1 and at most 64 characters
40+
* Must be unique across all users
4041

4142
{% hint style="danger" %}
4243
To use this feature, your LDAP user entries must posses the "memberOf" attribute (or it's equivalent, defined using the member attribute), which may not be available by default on your LDAP server. This may require enabling an appropriate module.&#x20;

0 commit comments

Comments
 (0)