diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-11 15:03:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:13 -0500 |
commit | 3185ace216586b6f1d676210630206bf00d5474e (patch) | |
tree | e71d2797409c67fe578ffbcf8af790b0c2e2a5c2 /source4/lib/ldb/Makefile.ldb | |
parent | 491ce98cc4b794f5c23eabc88004e9540c011fd5 (diff) | |
download | samba-3185ace216586b6f1d676210630206bf00d5474e.tar.gz samba-3185ace216586b6f1d676210630206bf00d5474e.tar.bz2 samba-3185ace216586b6f1d676210630206bf00d5474e.zip |
r163: - enable ldap in the sample makefile, and use /usr prefix
- show number of adds/deletes/modifies after an edit
- nicer error messages from ldbedit
(This used to be commit 077951f6bcb1d0eba2de76d0df4c186b7fa19a14)
Diffstat (limited to 'source4/lib/ldb/Makefile.ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.ldb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/Makefile.ldb b/source4/lib/ldb/Makefile.ldb index f1b2c8ad21..6ff1bcf78e 100644 --- a/source4/lib/ldb/Makefile.ldb +++ b/source4/lib/ldb/Makefile.ldb @@ -1,9 +1,9 @@ # ldap support is optional edit WITH_LDAP to suit -WITH_LDAP=0 +WITH_LDAP=1 ifeq ($(WITH_LDAP),1) -OPENLDAP_PREFIX=/home/tridge/samba/openldap/prefix +OPENLDAP_PREFIX=/usr LDAP_LIBS=-L$(OPENLDAP_PREFIX)/lib -lldap LDAP_FLAGS=-DHAVE_LDAP=1 LDB_LDAP_OBJ=ldb_ldap/ldb_ldap.o |