Displaying 20 results from an estimated 400 matches similar to: "Problems compiling samba-3.0.0beta3 on Solaris 8 with ldap"
2005 Aug 01
1
ldap filter removed?
In the release notes for 3.0.20rc1, I noticed the following:
Changes since 3.0.15pre2
------------------------
Parameter Name Action
-------------- ------
ldap filter Removed
I'm curious as to why this was removed and if there's another
alternative. Our samba setup makes use of the ldap filter to restrict
1998 Aug 29
1
Perl code to generate Samba passwd hashes?
Does anyone have perl code that can generate the Samba passwd hashes
from a clear text password?
I'm aware of the smbpasswd command that comes with Samba but that
isn't the best tool for my purposes. I have a local account
creation/deletion software that already handles encypting the password
to generate unix /etc/passwd files and I need to be able to do the
same for the Samba passwd
2003 Aug 18
2
Samba 3.0.0rc1 and 2 servers - PDC and homes
I have Samba 3.0.0rc1 installed on a linux server DC-01 and it's configured as
a PDC. The only share it has is netlogon. Users are stored in an LDAP passdb.
All our users' home directories are on a second linux server, FS-01. It's
been joined to the domain (command "sudo net join -U Administrator", which is
the name of the "root" account). And here's a
1998 Dec 01
1
File permissions problem - Visible Analyst
I have Samba 1.9.18p10 running on linux 2.0.35. It's being used
largely as a file server for student email, netscape bookmarks, Word
papers, etc. from Win95 clients. The configuration is pretty much the
defaults.
We have an application called Visible Analyst (VA) that needs to be
used by a few users. The bulk of the application files are shared but
a few need to be available at startup
2003 Jul 28
1
Samba beta3 w/LDAP as a PDC
I'm trying to setup a samba PDC and I seem to be missing a few pieces in the
puzzle. I've reached the point where I've tried joining an XP workstation to
the domain (yes, I've applied 3 changes to the registry that have been
mentioned numerous times on the list). The domain join appears to work fine -
I get back a nice box from the Windows machine welcoming me to the domain.
2004 Sep 19
3
samba w/ ldap - groups scalability and performance
I am having problems with samba and ldap as concerns groups. We have two
central LDAP servers which we use for authentication for many different
applications, samba being just one of those. The LDAP servers are Solaris
servers running Directory Server v5.2.
Our PDC is running samba 3.0.7 on linux. There are several file servers, but
the main ones are running samba 3.0.7 on solaris and all
2014 Jul 25
0
pbx_lua module with luasql.mysql
Hello. I successfully installed lua and use lua_pbx with my dialplan, but I
need to use mysql.
I installed luasql.mysql and without extensions.lua it work fine (woth
external scripts)
I tested it with my little script:
______________________________________________________________
function mysqltest()
local driver = require "luasql.mysql"
local env = assert(driver.mysql())
local con
2008 Jul 03
0
configure: error: Active Directory support requires ldap_initialize
Tried configure of samba-3.2.0 on Sparc Solaris 9 with the following
line:
./configure --with-ldap --with-ads --with-pam --with-winbind
--with-krb5=/usr/local > $log 2>&1
There is a problem where the following error is produced:
configure: error: Active Directory support requires ldap_initialize
I can use the same line on samba-3.0.10 and it compiles and works.
$
2005 Sep 01
1
LDAP compile problem (not the usual)
Hello all,
I'm trying to compile samba 3.0.20 on Freebsd 4.10 with ldap support.
The ./configure script fails because it can't find ldap.h:
<snip>
checking whether to use AFS fake-kaserver... no
checking whether to use DFS clear-text auth... no
checking for LDAP support... auto
checking ldap.h usability... no
checking ldap.h presence... no
checking for ldap.h... no
checking lber.h
2006 Feb 25
1
samba 3.0.21c Installation error "client/smbmnt.c:296: undefined reference to `swrap_close'"
Hi all
i have downloaded samba 3.0.21c.tar.gz and trying to install on Redhat
enterprise Linux 4 with
kernel version 2.6.9-5 smp ,
i tried samba with following options. and while doing make it's giving
error.
./configure --prefix=/usr/local/samba-3c --bindir=/usr/local/samba-3c/bin
--sbindir=/usr/local/samba-3c/sbin --libexec=/usr/local/samba-3c/libexec
--datadir=/usr/local/samba-3c/share
2003 Feb 03
1
Error in configure Last CVS and 3.0.alpha21 on Solaris 8
Hi all,
I'm having problems trying to configure samba with the lastest source.
The command I'm using is
env CPPFLAGS="-I/usr/local/kerberos/include -I/usr/local/ldap/include"
LDFLAGS="-L/usr/local/kerberos/lib -L/usr/local/ldap/lib"
./configure --with-ads --with-ldap --with-kerberos=/usr/local/kerberos
--with-pam --with-winbind
and the error is
checking whether to
2003 Jan 06
0
3.0alpha with ADS on Slowlaris 8
Sirs,
I have asked this before, but I continue to have difficulties with
getting samba3.0alpha to compile with ADS support. That is with this
config line and a successfully compliation, the 'net ads join' comand
returns that ADS is compiled in:
CC=gcc ./configure --prefix=/usr/local/samba3 --with-ads=yes
--with-ldap=yes --with-krb5=/usr/local/krb5-127
2004 Dec 23
1
Solaris 9 and secondary group info from LDAP (Bug 395) - PATCH AVAILABLE from Sun
Hi,
finally the compatibility problems between the LDAP libraries from Sun
and OpenLDAP on Solaris 9, known as bug# 395, are solved. With Patch-ID
112960-22 everything is working as it should.
Tests were OK for a Samba PDC with LDAP backend and a Samba fileserver
with "security = ADS", both on Solaris 9 with native Sun LDAP client.
Secondary group information is requested from the LDAP
2010 Jan 01
1
1.2.9 -llber
1.2.9:
configure: Added -llber to ldap libs. Fixes linking in some systems.
and breaks it on others.
Sun Solaris' native ldap library does not have a separate liblber.
I normally check for ber_free in libldap, then in liblber, then fail.
-frank
2008 Sep 25
0
Problem building 3.2.4 on Solaris 10
Hi,
I'm trying to build Samba 3.2.4 on Solaris 10 using the Sun Studio 12
compiler, but configure keeps dying at:
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 ber_tag_t... yes
checking for ber_scanf in
2012 Aug 30
1
Samba complie problem
hi all
Samba build problem when compiling with --with-ads
I have complid, kerberos and openldap in /opt/local/samba and I am using gcc with gnu binutils. Its a solaris 10 sparc.
Configure gives me following error: -
checking for LDAP support... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking lber.h usability... yes
checking lber.h
2005 Feb 09
3
Corrupted index file
I've recently switched from Courier-imap to dovecot and I'm impressed
with it's speed and reliability. However, my index file gets regularly
corrupted:
Feb 8 21:23:16 hive imap(hart): Corrupted index file
/home/hart/Maildir/.INBOX/.imap.index: index.next_uid (129) >
uid_rec.uid (128)
dovecot version: 0.99.13-3 Debian sid)
I use dovecot in combination with mutt, procmail and
2002 May 10
0
Problems when compiling samba3.0alpha17
Hi,
i have problems with the compiling of samba3.0alpha17.
I use the following "configure-script" :
------------------------------------------------------
#!/bin/sh
make clean
autoconf
./configure \
--with-readline \
--with-acl-support \
--prefix=/usr/local/samba \
--with-smbwrapper \
--with-smbmount \
--with-pam \
--with-pam_smbpass \
--with-ldapsam \
--with-ssl \
--with-tdbsam
2002 Feb 28
1
compile problems on netbsd with samba-latest & openldap-2.0.23 resume
dear list,
don't really want to annoy you but the "only" platform on which samba &&
openldap (2.0.19) is working seems to be debian 2.2r3 kernel 2.4.16 i686
unkown ...
Everything else (FreeBSD, NetBSD) fails.
Is it me, openldap, samba, the used platform or what else ?
Compile procedure on debian looks like this :
export LDFLAGS="-L/usr/local/ssl/openssl/lib
2009 Oct 09
2
Samba 3.4.2 on Solaris 9 build problem
Hi,
I'm trying to build samba 3.4.2 on Solaris 10 using SunStudio 12 but
I've hit a snag.
The configure line used was:
CFLAGS="-xcode=pic32 -KPIC -m64
-I/ec/sw/samba/openldap/current/include
-Iec/sw/samba/krb/current/include" \
CPPFLAGS="-xcode=pic32 -KPIC -m64
-I/ec/sw/samba/openldap/current/include
-I/ec/sw/samba/krb/current/include" \