mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 10:12:59 +01:00
50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
# Configuration file for stand alone LDAP Load Balancer Daemon (Lloadd)
|
|
# Refer to lloadd.conf(5) for more information.
|
|
|
|
## Global configuration
|
|
|
|
# Specify the level at which debugging statements and operation statistics
|
|
# should be syslogged. Log levels are additive, and available levels are:
|
|
# trace, packets, args, conns, BER, config, stats, stats2, none.
|
|
# "none" means only messages that get logged whatever log level is set.
|
|
loglevel none
|
|
|
|
# Cancel is not supported yet.
|
|
restrict_exop 1.3.6.1.1.8 reject
|
|
|
|
# Turn is not supported.
|
|
restrict_exop 1.3.6.1.1.19 reject
|
|
|
|
# TXN Exop if desired, otherwise reject.
|
|
restrict_exop 1.3.6.1.1.21.1 connection
|
|
|
|
# Paged results control.
|
|
restrict_control 1.2.840.113556.1.4.319 connection
|
|
|
|
# VLV control.
|
|
restrict_control 2.16.840.1.113730.3.4.9 connection
|
|
|
|
|
|
## Backend configuration
|
|
|
|
# bindconf
|
|
# bindmethod=simple
|
|
# binddn=cn=test
|
|
# credentials=change-me
|
|
#
|
|
# tier roundrobin
|
|
#
|
|
# backend-server
|
|
# uri=ldap://ldap1.example.org
|
|
# numconns=3
|
|
# bindconns=2
|
|
# max-pending-ops=5
|
|
# conn-max-pending=3
|
|
#
|
|
# backend-server
|
|
# uri=ldap://ldap2.example.org
|
|
# numconns=3
|
|
# bindconns=2
|
|
# max-pending-ops=5
|
|
# conn-max-pending=3
|