create relayd role and enable it for proxy group
This commit is contained in:
parent
0a8c59335a
commit
180dae44a4
4 changed files with 28 additions and 0 deletions
6
roles/relayd/templates/relayd.conf.j2
Normal file
6
roles/relayd/templates/relayd.conf.j2
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
table <ldap_servers> { ldap01.home.foo.sh }
|
||||
relay "ldap" {
|
||||
listen on 0.0.0.0 port 636
|
||||
forward to <ldap_servers> check tls
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue