Displaying 20 results from an estimated 5000 matches similar to: "compiling problem with ldap support"
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
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
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
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 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 Aug 11
0
passdb/pdb_ldap.c:2651 compilation error SOLVED!!!
Hi,
I had a compilation error of the "passdb/pdb_ldap.c" file with
samba-3.0.5.
I did not found the source of the problem.
But samba-3.0.6rc2 compiles fine.
So if someone had the same problem than me, try the 3.0.6rc2
version of samba. It worked for me.
++
Marc
------------------------------------------
Subject:
[Samba] passdb/pdb_ldap.c:2651 compilation error !!!
From:
2003 Aug 25
3
Samba 3.0.0 RC1 on SuSE 8.2
Hello,
I've tried to compile Samba 3.0.0 RC1 on a SuSE 8.2 System.
Configure runs without a problem (as i see) but if i run make anytime
this happens:
>Compiling passdb/pdb_ldap.c
>passdb/pdb_ldap.c: In function `pdb_init_ldapsam_common':
>passdb/pdb_ldap.c:2239: error: incompatible types in assignment
>passdb/pdb_ldap.c: In function `pdb_init_ldapsam':
2003 Aug 27
1
samba3.0.0rc1 not running on solaris 9
Hi,
I'm stilltrying to get this running, tried some different ldap libraries
but nothing goes on :-(
Any hints someone, I know the same problem exists on suse 8.2 ???????
[printsrv4] # gmake all
Using FLAGS = -O -g -I/usr/krb5-1.3.1/include -I./popt -Iinclude
-I/usr/samba-3.0.0rc1/source/samba-3.0.0rc1/source/include
-I/usr/samba-3.0.0rc1/source/samba-3.0.0rc1/source/ubiqx
2003 Sep 09
3
rc3 net groupmap add fails
Relevant part of "net3 groupmap list" is
System Operators (S-1-5-21-1617713866-2789119093-1479812082-1007) -> sys
In howto there is the following example
net groupmap modify ntgroup="System Operators" unixgroup=sys
net groupmap modify ntgroup="Power Users" unixgroup=sys
You can add System Operators but trying to add Power Users fails. If you do it in reverse
2004 Jan 27
1
Group mapping bugs + PATCH
Hi all !
I've been using group mapping for a few weeks and found some bugs... For
three of them, I tried to develop a small patch. I don't know Samba code
very well and this is my first patch, so there could be errors :-p I hope
my investigations will be useful :)
* Platform :
Here is what I used :
Debian 3.0r1, Samba 3.0.2rc1 - PDC, OpenLDAP 2.1.23 as backend
smb.conf extract :
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
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
2004 Jun 03
1
Duplicate/No users in LDAP?
Hello,
as I continued exploring Samba 3.0.4 as a PDC, I managed to get
roaming profiles up ...
Saving changes worked out fine.
I logged in as TheUserWithUID=0 ... and tried to add a user.
Access denied.
The logs for the XP-client contain:
> [2004/06/03 23:10:46, 2] passdb/pdb_ldap.c:init_group_from_ldap(1792)
> init_group_from_ldap: Entry found for group: 513
> [2004/06/03
2018 Nov 09
2
Samba with OpenLDAP (not a DC)
Hi,
I'm trying to setup a samba server on Ubuntu 16.04 following the docs[1]
on the samba wiki.
I have my users in OpenLDAP, along with their Posix attributes.
They can ssh/sftp to the Linux server and have valid *nix GIDs/UIDs.
I've added the 'passdb backend' and 'ldap suffix' lines into my
smb.conf[2] however I'm getting errors[3] in smb.log that the ldap
server
2005 Mar 09
0
Problems setting up a Samba BDC
Hello,
I am trying to setup a SLES9 system as a Samba BDC. The PDC is NT4.
I am using an LDAP backend and have installed the smbldap tools. I am following
the directions found in the HOWTO and am running into trouble, maybe someone
can shed some light on things for me and tell me what I'm doing wrong.
I will print the commands I'm using to try and create the samba BDC and we'll go
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':
2005 Jul 21
2
i can't delete groupmap
Hi, i can't delete groupmap in my samba 3.0.12:
# net groupmap list
Domain Users (S-1-5-21-3984604316-2900431957-2958281145-513) -> products
Domain Admins (S-1-5-21-3984604316-2900431957-2958281145-513) -> man
Domain Admins (S-1-5-21-3984604316-2900431957-2958281145-512) -> domadmin
Domain Users (S-1-5-21-3984604316-2900431957-2958281145-513) -> domuser
# net groupmap delete
2024 May 10
1
kinit failure
On Fri, 10 May 2024 23:19:32 +1200
"Samba @ Pegasusnz via samba" <samba at lists.samba.org> wrote:
> Hi
>
> Due to putting a DVD in my Virtual Machine Host Computer which then
> filled the logs with errors and subsequently filled the drive
> crashing all vms.
So, to all intents and purposes, your domain was dead.
> Luckily I had a backup of the DC image which
2012 Dec 05
3
Fwd: Issue starting unicorn with non-ActiveRecord Rails app
Hi,
I''m trying to use unicorn in a test deployment of a Rails app that
uses Mongoid, so Activerecord isn''t included in the app. When I start
unicorn through Capistrano though, the stderr log fills up endlessly
with identical ActiveRecord-related errors:
I, [2012-12-05T04:19:25.375952 #5096] INFO -- : Refreshing Gem list
I, [2012-12-05T04:19:32.941249 #5096] INFO -- :