similar to: I can't compile samba 3.0.4 with LDAP

Displaying 20 results from an estimated 100 matches similar to: "I can't compile samba 3.0.4 with LDAP"

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
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 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
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:
2004 Jun 22
0
Samba PDC problem - error_packet
Hi; I'heve got a strange problem with samba 3.0.4. It's configured as PDC, It functions joining a computer with w2k/XP to domain, logging-in, mapping disk. The problem appears by copying data to the mapped disk or to another resource of server. In windows the indicator or progress stays in one place, after same time a message appears "Network path can't be found" and in
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 May 14
0
Smbpasswd -x doesn't delete entry
I hope someone give me a clue to what is happening here. This is a new installation. I can add users to samba with no problems but I can't delete them from the ldap db using smbpasswd -x <username> nor via pdbedit -x -u <username> The ldap entry looks like this - # dn: uid=tester,ou=People,dc=mycompany,dc=com uid: tester sambaSID: S-1-5-21-118495222-1838158642-270368766-2026
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
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
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':
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
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 :
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
2018 Nov 09
0
Samba with OpenLDAP (not a DC)
On Fri, 9 Nov 2018 11:04:49 -0600 dee heffem via samba <samba at lists.samba.org> wrote: > 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
2004 Apr 05
0
Problem managing user accounts by usermgr
Hi, I'm using samba 3.0.2 PDC with LDAP backend. I'd like to be able to manage user accounts by Microsoft's usrmgr tool (from srvtools package). In my smb.conf are configured functional IDEALX scripts. Additionally I added debug output to start of all scripts which prints current time and parameters of script. When I use usrmgr.exe for creating a new user account I get strange error