search for: ldap_const

Displaying 11 results from an estimated 11 matches for "ldap_const".

2005 Jan 25
2
make: *** [dynconfig.o] Error
...nt_proto.h creating /usr/local/src/samba-3.0.10/source/utils/net_proto.h creating /usr/local/src/samba-3.0.10/source/utils/ntlm_auth_proto.h Compiling dynconfig.c In file included from include/includes.h:926, from dynconfig.c:21: include/proto.h:587: error: parse error before "LDAP_CONST" make: *** [dynconfig.o] Error I used to build 3.0.7 no the same host (running OpenLDAP 2.2.18 as well) without any problems, but now 3.0.7 gives the same error output... Something must have been changed in my environment but I get blank of what... Any hints are highly appreciated. Sorry...
2004 Jul 01
1
samba 3 on tru64
I cant get paased this step no matter what I try. I'm running tru64 and have no problems running samba 2*. Any ideas? Compiling dynconfig.c cc: Error: include/proto.h, line 554: Ill-formed parameter type list. (parmtyplist) LDAP_CONST char *reqoid, struct berval *reqdata, -------------------------------^ *** Exit 1 Stop.
2004 Jun 29
2
tdb lock failures
We've just gone live with a file & print server, and are having major problems with Samba. When used out of hours, with all PCs switched on and connected to the domain, everything works fine. However, during the day, we have problems where users can't print to any samba-hosted printer, Access database applications (where the database is held on the server) won't work, or work
2004 Nov 16
1
solaris samba ldap
I'm trying to build 3.0.8 on solaris 9. I tried linking against both sun and openldap libraries, both unsucessufully. I get ------------------------------ checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for
2004 May 24
2
Samba 3.0.4 fails to compile on Solaris 9
...-I/sysadmin/samba/samba-3.0 .4/source LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl LDSHFLAGS = -G LDFLAGS = Compiling dynconfig.c In file included from include/includes.h:891, from dynconfig.c:21: include/proto.h:589: error: parse error before "LDAP_CONST" *** Error code 1 make: Fatal error: Command failed for target `dynconfig.o' I have tried various options with configure but they all generate the same exact error. My attempts includes running ./configure with no options at all and with "--with-included-popt" option as was su...
2003 Sep 08
0
Can't compile Samba 3.0rc2 with ldap & ldapsam Solaris 9
...I/usr/local/src/samba-3.0.0rc2/source LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl -liconv LDSHFLAGS = -G LDFLAGS = Compiling dynconfig.c In file included from include/includes.h:896, from dynconfig.c:21: include/proto.h:492: parse error before "LDAP_CONST" make: *** [dynconfig.o] Error 1 ---- I have installed OpenLDAP 2.1.22 as per below: ./configure --prefix=/usr/local/openldap \ --without-bdb \ --disable-bdb \ --enable-null make make install ---- My environment variable have been changed prior to building Samba as follows: LD_LIBRARY_PAT...
2004 Mar 06
0
make fails dynconfig.0 error1
...ers/openldap/2.1.25/lib -L/servers/kerberos/1.3.2/lib/lib LDFLAGS = -L/servers/openldap/2.1.25/lib -L/servers/kerberos/1.3.2/lib/lib Compiling dynconfig.c In file included from include/includes.h:892, from dynconfig.c:21: include/proto.h:554: error: parse error before "LDAP_CONST" make: *** [dynconfig.o] Error 1 Any help appreciated aarumuga --------------------------------- Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster.
2004 Nov 29
0
Compile problem on Solaris 8
.../web/swat_proto.h creating /nau/src/Net/samba-3.0.9/source/client/client_proto.h creating /nau/src/Net/samba-3.0.9/source/utils/net_proto.h Compiling dynconfig.c In file included from include/includes.h:926, from dynconfig.c:21: include/proto.h:587: error: parse error before "LDAP_CONST" *** Error code 1 make: Fatal error: Command failed for target `dynconfig.o' We configured with the following: ./configure --without-bdb --disable-bdb --enable-null --prefix=/nau/local/samba We've also tried: ./configure --prefix=/nau/local/samba --with-ldap --with-ldapsam The co...
2004 Dec 03
1
Problems compiling samba with ldap in solaris 9
...e -lsec -lgen -lresolv -lsocket -lnsl -ldl -liconv LDSHFLAGS = -G -lthread -L/usr/local/lib LDFLAGS = -lthread -L/usr/local/lib Compiling dynconfig.c In file included from include/includes.h:926, from dynconfig.c:21: include/proto.h:587: error: parse error before "LDAP_CONST" make: *** [dynconfig.o] Error 1 ------------------------------------------------------------------------------- I have installed openldap 2.2.17 and MIT kerberos 1.3.5. I run the following configuration command without errors: ./configure --prefix=/opt/local/samba --with-libiconv=/usr/...
2003 Jan 09
1
Re: samba (2.2.7a) + openldap (2.0.x)
...*********/ +#if defined(LDAP_API_FEATURE_X_OPENLDAP) && (LDAP_API_VERSION > 2000) +/** @TODO Add a configure check for the rebind_proc version that doesn't take + the last argument and include a #define here. */ +static int auth_rebind_proc( LDAP *ld, + LDAP_CONST char *url, + ber_tag_t request, + ber_int_t msgid, + void *arg) +{ + int rc; + if ( ( rc = ldap_simple_bind_s( ld, lp_ldap_admin_dn(), ldap_secret ) ) == LDAP_SUCCESS ) + { + DEBUG( 2, ( "Rebind...
2013 Jan 07
2
Samba 4 on AIX with XLC
...st char*" and "int" is not allowed. "../source3/utils/net_cache.c", line 251.27: 1506-280 (W) Function argument assignment between types "const char*" and "int" is not allowed. "../source3/include/smb_ldap.h", line 69.9: 1506-236 (W) Macro name LDAP_CONST has been redefined. "../source3/include/smb_ldap.h", line 69.9: 1506-358 (I) "LDAP_CONST" is defined on line 50 of /opt/openldap-2.4.32/include/ldap_cdefs.h. "../source3/utils/net_rpc.c", line 88.35: 1506-280 (W) Function argument assignment between types "const c...