mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
78aa8f1814
- updated the test slapd config to use bdb and indexing (This used to be commit 7ad0858c060ee212a33434dc4be75e7a0cd1a0e3)
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PATH=/usr/sbin:$PATH
|
|
|
|
mkdir -p tests/tmp/db
|
|
|
|
slapd -f tests/slapd.conf -h "`tests/ldapi_url.sh`" $*
|