mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
<LDAP>
|
|
URL ldap://192.168.1.10
|
|
BindDN bind_user@vyos.local
|
|
Password P4ssw0rd123
|
|
Timeout 15
|
|
TLSEnable no
|
|
FollowReferrals no
|
|
</LDAP>
|
|
<Authorization>
|
|
BaseDN "DC=vyos,DC=local"
|
|
SearchFilter "sAMAccountName=%u"
|
|
RequireGroup false
|
|
</Authorization> |