You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ldap_sync_interval | advanced | 15m | The time interval after which users will be synchronized from LDAP. |
70
69
| start_listen_port | advanced | 51820 | The first port number that will be used as listening port for new interfaces. |
71
70
| start_cidr_v4 | advanced | 10.11.12.0/24 | The first IPv4 subnet that will be used for new interfaces. |
72
71
| start_cidr_v6 | advanced | fdfd:d3ad:c0de:1234::0/64 | The first IPv6 subnet that will be used for new interfaces. |
@@ -127,9 +126,9 @@ The following configuration options are available:
127
126
| field_map | auth/ldap || Mapping of user fields. Internal fields: user_identifier, email, firstname, lastname, phone, department and memberof. |
128
127
| login_filter | auth/ldap || LDAP filters for users that should be allowed to log in. {{login_identifier}} will be replaced with the login username. |
129
128
| admin_group | auth/ldap || Users in this group are marked as administrators. |
130
-
| synchronize | auth/ldap || Periodically synchronize users (name, department, phone, status, ...) to the WireGuard Portal database. |
131
129
| disable_missing | auth/ldap || If synchronization is enabled, missing LDAP users will be disabled in WireGuard Portal. |
132
130
| sync_filter | auth/ldap || LDAP filters for users that should be synchronized to WireGuard Portal. |
131
+
| sync_interval | auth/ldap || The time interval after which users will be synchronized from LDAP. Empty value or `0` disables synchronization. |
133
132
| registration_enabled | auth/ldap || If registration is enabled, new user accounts will created in WireGuard Portal. |
0 commit comments