This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
openldap
Watch
1
Star
0
Fork
You've already forked openldap
0
mirror of
https://git.openldap.org/openldap/openldap.git
synced
2025-12-21 07:09:34 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
95a835be51
openldap
/
tests
/
scripts
/
conf.sh
4 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
Hack test environment to support multiple backends using one set of slapd.conf files.
2000-10-01 18:46:52 -04:00
#! /bin/sh
# $OpenLDAP$
Quote sed arguments, Solaris seems to need this.
2002-03-08 18:32:28 -05:00
sed -e
"
s/@BACKEND@/
$BACKEND
/
"
-e
"
s/^#
$BACKEND
#//
"
Reference in a new issue
Copy permalink