mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-11-09 09:50:01 +00:00
Fix LDAP documentation regarding ACL integration
parent
0d440590ce
commit
d1770fe15e
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ To use this provider you need to have a LDAP server set up and filled with users
|
|||
- `validate_hostname` - optional - Set the hostname for certificate validation, when unset the hostname from the `server` URI is used
|
||||
- `allow_insecure` - optional - Disable certificate validation. Setting this is not recommended for production setups
|
||||
|
||||
When using the LDAP provider you need to pay attention when writing your ACL. As DNs are used as names for users and groups you also need to specify those in the ACL:
|
||||
When using the LDAP provider you need to pay attention when writing your ACL: The username reported to nginx will also be used to check the access. So if you're using the default (`username_attribute: dn`) you need to use those DN in your ACL:
|
||||
|
||||
```yaml
|
||||
acl:
|
||||
|
|
Loading…
Reference in a new issue