similar to: passdb/pdb_ldap.c:2651 compilation error SOLVED!!!

Displaying 20 results from an estimated 3000 matches similar to: "passdb/pdb_ldap.c:2651 compilation error SOLVED!!!"

2004 Aug 04
0
passdb/pdb_ldap.c:2651 compilation error !!!
Hi, I've actually a working version of Samba 2.2.8 but my bosses wanted me to integer an Active Directory Domain. So I unsuccessfully tried to install Samba3 The configuration process goes well, but the compilation fails : ########## bash$make Using FLAGS = -O -I/users/mjaeg001/krb5-1.3.4_compiled/include -Iinclude -I/tmp/samba-3.0.5/source/include -I/tmp/samba-3.0.5/source/ubiqx
2004 Jun 29
0
v3.0.4 fails to compile (passdb/pdb_ldap.c) OpenLDAP 2.2.13 and MIT Kerberos?
I have been trying to put together a SAMBA installation with winbind that will link to an existing ActiveDirectory, to allow UNIX (Solaris 9) hosts to accept logins from people using AD credentials. This has been slow going. Since I am running Solaris 9, Sun took a while to re-enable non-standard PAM/nsswitch.conf entries so winbind would work at all, but this part is now fixed. I think I
2005 Jul 08
0
passdb/pdb_ldap.c compile fails, samba-3.0.9
Any ideas? I've found similar complaints about ldapsam_delete_entry not building, but it wasn't helpful here. I'm using openldap-2.3.4 and krb5-1.3.1 on Sol9. Please CC me; I'm not on the list. Oh, and thanks :) -Charlie %> make Using FLAGS = -I/pkgs/crypto/krb5/include -O -Iinclude -I/u/manos/sun/samba-3.0.9/source/include -I/u/manos/sun/samba-3.0.9/source/ubiqx
2005 Nov 29
1
passdb/pdb_ldap.c LBER_USE_DER undeclared
Hi all, I can't succeed to compil samba-3.0.20b on a solaris 10 box with ldapsam parameter. The configure is ok: ./configure --prefix=/export/zoe/samba-3.0.20b --with-pam --with-ldap=/usr/local/openldap-2.2.26 --with-ldapsam --with-krb5=/usr/local/krb5-1.4.3 but when I try to do the make I have the following error: [zoe.root:56] make Using FLAGS = -I/usr/local/krb5-1.4.3/include -O
2004 Nov 12
0
pdb_ldap.c Compilation Errors during "make"
I was following these directions: http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/compiling.html for compiling Samba from source and it ran smoothly. However, I realized that to have Active Directory support I needed to install some Kerberos and LDAP packages and recompile. I ran ./configure and, like it says in the instructions, lines like these: #define HAVE_KRB5 1 #define
2005 Mar 17
0
Samba 3.0.11 compile issue on AIX5.1 - pdb_ldap.c
I've run into a compile problem with Samba 3.0.11 and have searched the web, lists, and bugzilla for assistance, but was unable to find anything that helped with these errors. I have been able to successfully build this release without ldap/ads support, however with the ldap/ads support it fails to build pdb_ldap.c. I am using AIX 5.1 using the gcc compiler. I have also ensured that OpenLdap
2004 Jun 25
1
I can't compile samba 3.0.4 with LDAP
I have downloaded Samba 3.0.4 (tar.gz). I tryed to compile samba to work with OpenLDAP 2.1.30 I wrote: ./configure --with-ldapsam and make Then when i issue the make file i get... Using FLAGS = -O -I./popt -Iinclude -I/home/rootk/samba-3.0.4/source/include -I/home/rootk/samba-3.0.4/source/ubiqx -I/home/rootk/samba-3.0.4/source/smbwrapper -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
2004 Dec 14
2
compiling problem with ldap support
hi, I'm trying to compile samba with ldap support, which is supposed to be a default in the 3.0.9 package, but i got an error msessage when i tried make, something like this : Compiling dynconfig.c Compiling smbd/vfs.c Compiling passdb/pdb_interface.c Compiling passdb/pdb_ldap.c passdb/pdb_ldap.c: In function `ldapsam_delete_entry': passdb/pdb_ldap.c:295: warning: assignment makes
2012 Sep 14
1
Samba 4.0.0rc1 Build Error
Hello, I'm having the following error building samba4 rc1: ... [3355/3761] Linking default/source3/passdb/libpdb-ldap.so [3356/3761] Linking default/source3/passdb/libpdb-tdbsam.so [3357/3761] Linking default/source3/winbindd/libidmap.so [3358/3761] Linking default/source3/liblibsmb.so default/source3/passdb/pdb_ldap_3.o: In function `ldapsam_search_one_group':
2004 Jan 22
2
RPC: Problem Deleting LDAP-Entries in pdb_ldap.c
hi there im using samba 3.0.1 and have problems with usrmgr.exe and rpc calls to add/delete users stored in LDAP (2.1.22) an rpc call to add/delete a user gives "Access Denied" some extracts from the log --------------------------------------------------------------------------- smbldap_search_suffix: searching
2003 Oct 16
0
Samba 2.2.8a ldap compile problem with pdb_ldap.c
All, I am trying to compile 2.2.8a with the ldapsam, acl-support & pam. The make appears to go ok but the compile part doesn't. At the beginning of the compiles it lists out the flags: Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/apps/samba/var"
2020 Jun 17
0
deprecate pdb_ldap and "NT4-like" domains in Samba 4.13 to allow removal for Samba 4.14 in March 2021?
On Tue, Jun 16, 2020 at 12:04:19PM +1200, Andrew Bartlett via samba-technical wrote: > With all the recent talk about ldap stacks, I wondered if we could > discuss deprecating and eventually removing pdb_ldap? > > The reason is that pdb_ldap is primary user of smbldap. smbldap is in > turn yet another of our ldap stacks (I have found four so far), in the > sense that while it
2020 Jun 16
4
deprecate pdb_ldap and "NT4-like" domains in Samba 4.13 to allow removal for Samba 4.14 in March 2021?
With all the recent talk about ldap stacks, I wondered if we could discuss deprecating and eventually removing pdb_ldap? The reason is that pdb_ldap is primary user of smbldap. smbldap is in turn yet another of our ldap stacks (I have found four so far), in the sense that while it uses OpenLDAP under the hood, it replicates with libads, ldb and tldap the 'get AD-thing out of an LDAP
2007 Jun 04
1
Help for ber_printf(ber, "N}" in pdb_ldap.c
Hello, When the option "ldap passwd sync = yes" was used in smb.conf, we got an error with "Unknown format" on ber_prinf(ber, "N}" in passdb/pdb_ldap.c for Netscape LDAP SDK. This would block password change. By checking Openldap manpage at http://www.openldap.org/software/man.cgi?query=ber_printf&apropos=0&sekt
2005 Nov 22
0
could not add user/computer winxp$ to passdb:Check permissions?
I've Googled my fingertips off trying to find an answer to this and tried several things without success. I have 2 Samba server setup by different people but both using Samba by Example chapter 6. Neither server will allow Windows computers to join the domain. The Samba log shows: [2005/11/22 13:36:02, 1] passdb/pdb_ldap.c:ldapsam_modify_entry(1516) ldapsam_modify_entry: Failed to add
2004 Nov 17
1
User Administrator in passdb, but getpwnam() fails when trying to add XP machine to smb/ldap domain
Hi all I've been trying to get this sorted out for a day now, I have done the following: Followed the howto at http://samba.idealx.org/smbldap-howto.en.html Changed the reg settings in XP added the computer to ldap added administrator to ldap when I try to add the computer using the settings in XP, when prompted with username and password I use the administrator and password set
2002 Jun 17
2
[PATCH] chages to pdb_ldap for new OpenLDAP versions and for better rebinds
> Andrew Bartlett wrote: > > > > Dave Snoopy wrote: > > > > > > What version of OpenLDAP are you compiling/linking > > > against? > > > > > > > [abartlet@piglett abartlet]$ rpm -q openldap > > openldap-2.0.23-4 > > I would appricate it if some people could test out the attached patch to > current Samba HEAD
2004 Oct 15
1
Directory Name '.../pipe' not allowed ? Samba Bug ?
Hi All, scenario: Samba Version 2.2.8a-UL running on Suse Linux Enterprise 8 Kernel Version 2.4.21-241-smp as Server Windows 2000 SP4 as Client Trying to import a MS-Foxpro file into MS-ACCESS. MS-Foxpro File residing on Samba Server. The Foxpro filename is 'projects.dbf'. During import MS-Access tries to also open a non existent file 'projects.inf' depending on the path in
2006 Jan 11
0
ldap passdb failover
Hi, Does the passdb backend = ldapsam:"ldap://ldap.daa.com.au ldap://yaminon.daa.com.au", smbpasswd syntax actually do proper failover? I have a samba 3.0.9 server on FC2 that's been overheating (our aircon failed), and the ldap server doesn't start automatically. The logs said: [2006/01/10 08:55:47, 0] lib/smbldap.c:smbldap_open_connection(678) Failed to issue the
2006 Feb 27
0
RE: FW: Calendar widget
Perfect, thanks Marco, great help! Now, why didn''t I think of that? Lol! -----Original Message----- From: Marco M. Jaeger [mailto:mail-yVS5avHIROZWk0Htik3J/w@public.gmane.org] Sent: Monday, February 27, 2006 2:02 PM To: ''www.dhtmlgoodies.com'' Subject: RE: FW: [Rails-spinoffs] Calendar widget Thank you Alf - I appreciate your fast response Marco M. Jaeger | Url: