mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
6 lines
89 B
Bash
6 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p tests/tmp/db
|
||
|
|
||
|
slapd -f tests/slapd.conf -h "`tests/ldapi_url.sh`" $*
|