605d80a7bb
Compared to my obsoleted request #339745: 1. sysconfdir now correctly is /etc/openldap 2. slapd starts with default configuration file (tested on openSUSE 13.2 and Tumbleweed) 3. added Recommends: cyrus-sasl 4. replaced README.dynamic-overlays by README.module-loading with updated text 5. added patch for OpenLDAP ITS#8336 OBS-URL: https://build.opensuse.org/request/show/354705 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=146
18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
## Name: OpenLDAP Server
|
|
## Description: Opens ports for the OpenLDAP Server (slapd).
|
|
|
|
# space separated list of allowed TCP ports
|
|
TCP="ldap ldaps"
|
|
|
|
# space separated list of allowed UDP ports
|
|
UDP="ldap"
|
|
|
|
# space separated list of allowed RPC services
|
|
RPC=""
|
|
|
|
# space separated list of allowed IP protocols
|
|
IP=""
|
|
|
|
# space separated list of allowed UDP broadcast ports
|
|
BROADCAST=""
|