mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Fix ldapi support.
This commit is contained in:
parent
4bce5c6696
commit
9499f8eea5
@ -816,8 +816,8 @@ _PUBLIC_ const struct ldb_backend_ops ldb_ldap_backend_ops = {
|
||||
.connect_fn = ildb_connect
|
||||
};
|
||||
|
||||
_PUBLIC_ const struct ldb_backend_ops ldb_ildap_backend_ops = {
|
||||
.name = "ildap",
|
||||
_PUBLIC_ const struct ldb_backend_ops ldb_ldapi_backend_ops = {
|
||||
.name = "ldapi",
|
||||
.connect_fn = ildb_connect
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user