source: systemd-units/blfs/default/slapd@ 7178f6d

krejzi/svn
Last change on this file since 7178f6d was 7178f6d, checked in by Krejzi <krejzi@…>, 10 years ago

Rebrand. Import systemd-units from systemd branch. Reset changelog.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd-ng@14734 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 339 bytes
Line 
1# Begin /etc/default/slapd
2
3# Options to pass to slapd.
4# See slapd(8) for more details.
5#SLAPD_OPTS=""
6
7# slapd normally serves ldap only on all TCP-ports 389. slapd can also
8# service requests on TCP-port 636 (ldaps) and requests via unix
9# sockets.
10#SLAPD_OPTS='-h "ldap://127.0.0.1:389/ ldaps:/// ldapi:///"'
11
12# End /etc/default/slapd
Note: See TracBrowser for help on using the repository browser.