mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
9189833a87
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
(This used to be commit a614466dec
)
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
|