diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-21 07:18:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:59 -0500 |
commit | e67c24159b4847c9384c79194cd45375435d1e3b (patch) | |
tree | 255f9069d57a92c0d0f844965c7016d8fa83c29a /source4/lib/ldb/config.mk | |
parent | dab516d3e72360a10962d37a06df6aee33b1a63f (diff) | |
download | samba-e67c24159b4847c9384c79194cd45375435d1e3b.tar.gz samba-e67c24159b4847c9384c79194cd45375435d1e3b.tar.bz2 samba-e67c24159b4847c9384c79194cd45375435d1e3b.zip |
r14604: Support 'aliases' for ldb modules
(This used to be commit 73889a327cfe5613746393205fc3e5d6fa76421b)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r-- | source4/lib/ldb/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 958cd434f1..84b76215fb 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -73,6 +73,7 @@ OBJ_FILES = \ [MODULE::ldb_ildap] SUBSYSTEM = ldb INIT_FUNCTION = ldb_ildap_init +ALIASES = ldapi ldaps ldap OBJ_FILES = \ ldb_ildap/ldb_ildap.o REQUIRED_SUBSYSTEMS = \ |