]> git.pld-linux.org Git - packages/openldap.git/blob - openldap.sysconfig
one more gcc 14 fix for 32bit platforms
[packages/openldap.git] / openldap.sysconfig
1 # nice level for slapd
2 SERVICE_RUN_NICE_LEVEL="+2"
3
4 # debug level for slapd
5 SLAPDSYSLOGLEVEL=""
6
7 # SLAPD URL list 
8 SLAPDURLLIST="ldap:/// ldapi:///"
9
10 # ldapi:/// socket access permisions 
11 LDAPI_SOCKET_MODE=600
12 LDAPI_SOCKET_OWNER=root
13 LDAPI_SOCKET_GROUP=root
14
15 # additional slapd options, e.g. "-4" to disable IPv6
16 #SLAPDOPTIONS="-4"
This page took 0.085636 seconds and 3 git commands to generate.