mirror of
https://github.com/h44z/wg-portal.git
synced 2025-11-20 07:46:18 +00:00
allow to log raw LDAP user data (#571)
This commit is contained in:
@@ -745,6 +745,10 @@ Below are the properties for each LDAP provider entry inside `auth.ldap`:
|
||||
(&(objectClass=organizationalPerson)(!userAccountControl:1.2.840.113556.1.4.803:=2)(mail=*))
|
||||
```
|
||||
|
||||
#### `sync_log_user_info`
|
||||
- **Default:** `false`
|
||||
- **Description:** If `true`, logs LDAP user data at the trace level during synchronization.
|
||||
|
||||
#### `disable_missing`
|
||||
- **Default:** `false`
|
||||
- **Description:** If `true`, any user **not** found in LDAP (during sync) is disabled in WireGuard Portal.
|
||||
|
||||
Reference in New Issue
Block a user