mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +03:00
Old way was ugly and had a bug, you couldn't add an attribute named dn or distinguishedName and search for it, tdb would change that search in a dn search. This makes it also possible to search by dn against an ldap server as the old method was not supported by ldap syntaxes. sss
8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p tests/tmp/db
|
|
|
|
slapd -f tests/slapd.conf -h "`tests/ldapi_url.sh`" $*
|
|
|
|
sleep 2
|