diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 01:06:05 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 01:06:05 +0100 |
commit | 836ec12b55ebb30b986b127e16341383e24e9331 (patch) | |
tree | 68277758af9c225dacc2aa0e1de5a26e4ddfb914 /source4/lib/ldb/ldb_ildap | |
parent | 9464be3a5995d93437ca92bfd3588ffc5dfbe1a1 (diff) | |
download | samba-836ec12b55ebb30b986b127e16341383e24e9331.tar.gz samba-836ec12b55ebb30b986b127e16341383e24e9331.tar.bz2 samba-836ec12b55ebb30b986b127e16341383e24e9331.zip |
Fix ldapi support.
(This used to be commit 9499f8eea534cf93f96af17941e9195aadc0a756)
Diffstat (limited to 'source4/lib/ldb/ldb_ildap')
-rw-r--r-- | source4/lib/ldb/ldb_ildap/ldb_ildap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/ldb_ildap/ldb_ildap.c b/source4/lib/ldb/ldb_ildap/ldb_ildap.c index 995b584f51..79958a86eb 100644 --- a/source4/lib/ldb/ldb_ildap/ldb_ildap.c +++ b/source4/lib/ldb/ldb_ildap/ldb_ildap.c @@ -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 }; |