search for: dhas_ldap

Displaying 5 results from an estimated 5 matches for "dhas_ldap".

2004 Feb 24
5
Samba 3.0.2 config error using --with-ldap
I am getting below error when running "configure --with-ldap --with-ldapsam --with-ads":
2004 Dec 03
1
Problems compiling samba with ldap in solaris 9
Hi All, I get the following error compiling Samba 3.0.9 on Solaris 9. ------------------------------------------------------------------------------- Using FLAGS = -I/opt/local/kerberos/include -DHAS_LDAP -Iinclude - I/opt/software/samba/samba-3.0.9/source/include -I/opt/software/samba/samba- 3.0.9/source/ubiqx -I/opt/software/samba/samba-3.0.9/source/smbwrapper -I. - I/opt/local/kerberos/include -D_LARGEFILE_SOURCE -D_REENTRANT - D_FILE_OFFSET_BITS=64 -I/usr/local/include -I/opt/software/samba/sa...
2012 Apr 20
4
Building Dovecot CentOS 5 RPMs with custom LDAP packages
Hi, We are (still) mainly using CentOS 5 (5.8 x86_64). As CentOS / EL 5 standard OpenLDAP packages are rather old (2.3.x), we've been using LTB OpenLDAP packages ( http://ltb-project.org/wiki/download#openldap), which get installed in non-standard file system locations. I am not much experienced in building RPMs and preparing spec files. We are currently using dovecot RPM packages from
2012 Mar 25
2
build postfix rpm with mysql
...exit 1 H ,s/rmail/rmail.postfix/ w q EOF %build umask 022 CCARGS= AUXLIBS= %ifarch s390 s390x ppc CCARGS="${CCARGS} -fsigned-char" %endif %if %{with_cdb} CCARGS="${CCARGS} -DHAS_CDB" AUXLIBS="${AUXLIBS} -lcdb" %endif %if %{with_ldap} CCARGS="${CCARGS} -DHAS_LDAP" AUXLIBS="${AUXLIBS} -L/usr/%{_lib} -lldap -llber" %endif %if %{with_pcre} # -I option required for pcre 3.4 (and later?) CCARGS="${CCARGS} -DHAS_PCRE -I/usr/include/pcre" AUXLIBS="${AUXLIBS} -lpcre" %else # we need to explicitly disable pcre unless ask...
2011 Nov 19
4
build postfix spec w/ mysql
...exit 1 H ,s/rmail/rmail.postfix/ w q EOF %build umask 022 CCARGS= AUXLIBS= %ifarch s390 s390x ppc CCARGS="${CCARGS} -fsigned-char" %endif %if %{with_cdb} CCARGS="${CCARGS} -DHAS_CDB" AUXLIBS="${AUXLIBS} -lcdb" %endif %if %{with_ldap} CCARGS="${CCARGS} -DHAS_LDAP" AUXLIBS="${AUXLIBS} -L/usr/%{_lib} -lldap -llber" %endif %if %{with_pcre} # -I option required for pcre 3.4 (and later?) CCARGS="${CCARGS} -DHAS_PCRE -I/usr/include/pcre" AUXLIBS="${AUXLIBS} -lpcre" %else # we need to explicitly disable pcre unless ask...