Displaying 20 results from an estimated 87 matches for "ldap_initialized".
Did you mean:
ldap_initialize
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.
$
2006 Feb 15
1
configure can't find ldap_initialize on HP-UX 11i
I'm basically using the instructions found in the HP-UX readme with the
exception that I am trying to use the version of openldap that is in
iexpress instead of the one from hpux.cs.utah.edu.
The recommendations listed in the doc are:
HP-UX 11.00 and 11.11:
OpenLdap 2.1.3 (http://hpux.cs.utah.edu)
OpenSSL 0.9.7d (http://hpux.cs.utah.edu)
HP-UX 11.23 only:
ixOpenLdap
2009 May 08
0
error while building samba with cifs upcall
:/usr/src/samba/samba/source3 # grep -i ldap config.log
$ ./configure --with-cifsupcall --with-ads --with-ldap --with-krb5
configure:59539: checking for LDAP support
configure:59585: checking ldap.h usability
configure:59627: checking ldap.h presence
configure:59696: checking for ldap.h
| #define HAVE_LDAP_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_LDAP_H 1
configure:60066: checking for
2008 Oct 01
2
samba-3.2.4 Solaris 9: configure gets error: Active Directory support requires ldap_initialize
Unable to compile samba-3.2.4 on Solaris 9 for sparc.
#building openldap
CC=gcc
#echo $CC
#exit
CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include
-I/usr/local/BerkeleyDB.4.2/include -I/usr/local/include/sasl"
LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib
-L/usr/local/BerkeleyDB.4.2/lib"
export CC CPPFLAGS LDFLAGS
#
CFLAGS='-D_AVL_H'
export CFLAGS
#
2011 Jun 15
0
winbindd problems
Hi,
I am having problems with winbindd on a BDC but I am not sure where
the problem lies.
If I run `winbindd -n -i` on the BDC and watch the output from pdbdeit
-Lv I see:
winbindd version 3.5.4-0.70.el5_6.1 started.
Copyright Andrew Tridgell and the Samba Team 1992-2010
initialize_winbindd_cache: clearing cache and re-creating with version number 1
Could not init passdb idmap domain
2004 Dec 24
1
LDAP problem, with samba and groups
Hi All
We have the following problem:
We configured samba with LDAP and this works fine. As soon as they try to login wit a user who is member of 15 groups, it takes very long to login with Windows and then an mostly an errormessage appears.
On win 2000 is the error: There has been made a change to the server. Contact you sysadmin
When a user logins (member of 15 groups) ldap shows the
2010 Sep 02
1
ldap_initialize: Bad parameter to an ldap routine
I searched and found this from Volker in 2007 same error message but the fix
didn't fix in my case:
http://lists.samba.org/archive/samba/2007-March/130093.html
my system: ubuntu 10.04 LTS server samba 3.4.7
error:
[2010/09/01 23:57:17, 5] winbindd/idmap.c:169(smb_register_idmap)
Successfully added idmap backend 'ldap'
[2010/09/01 23:57:17, 0]
2011 Jul 06
1
Could not build Samba with ADS support on Solaris 10
I tried to build Samba with ADS support, I got error, messages are:
.
checking for ldap_initialize... no
checking whether LDAP support is used... yes
checking for Active Directory and krb5 support... yes
checking for ldap_initialize... (cached) no
configure: error: Active Directory support requires ldap_initialize
I installed Openldap(downloaded from sunfreeware), tried the following
2004 Dec 09
0
samba PDC + LDAP auth
I setup my samba sever to use ldap as a backend for authentication I can connect to the ldap directory using ldapAdmin from windows xp and diradmin in FC3 and administer the ldap directory but when I issue a command from the teminal window ( smbpasswd -a test I got the following error.
ldap_initialized: time limit exceeded connetion to LDAP sever failed fot the 1 try
ldap_initialized: time limit exceeded connetion to LDAP sever failed fot the 2 try
ldap_initialized: time limit exceeded connetion to LDAP sever failed fot the 3 try
ldap_initialized: time limit exceeded connetion to LDAP sever faile...
2006 Jul 20
1
3.0.23 for Debian Sarge: LDAP problems
Hi,
I always prefer the Samba packages for Debian-Stable from the
Samba-Team and I never had a problem so far (thank you, Simo!).
Yesterday I updated from 3.0.22 to 3.0.23 in my LDAP-based network. I
updated samba.schema, added "index sambaSID eq,sub" to my slapd.conf
and ran slapindex. When I started slapd and samba afterwards, I saw
error messages like these (from smbd.log):
2011 Apr 13
1
Samba 3.5.8 on AIX 5.3 with IBM LDAP libraries
Hello,
We're currently using Samba 3.5.8 with the IBM AIX supplied LDAP libraries
on AIX 5.3 (using gcc). We were not able to compile this originally
without making the following modifications:
1. create a symlink libldap.a to libibmldapn.a in /usr/ldap/lib
2. change ber_init() to ber_init2() in the following 3 c files
passdb/pdb_nds.c line 234
2004 Feb 24
5
Samba 3.0.2 config error using --with-ldap
I am getting below error when running "configure --with-ldap --with-ldapsam --with-ads":
2014 Apr 30
2
Changing active directory user password via LDAP
Hello, lists.
I'm struggling to find out, how one can change password of an active
directory (based on samba4) user via LDAP.
The problem is that if I try to use userPassword parameter:
dn: CN=John Smith,cn=Users,DC=domain,DC=com
changetype: modify
replace: userPassword
userPassword: newPassword
ldapmodify -v -c -a -f filename.ldif -H ldaps://server.domain.com -D\
administrator at
2009 Apr 14
1
set up for Active Directory
Running Sun OS 5.10 sparc.
OK, I am trying to establish an Active Directory connection from my Sun
Solaris box and am trying to utilize Samba to accomplish this task. I've
installed OpenLDAP & Samba, but when I run a few checks, it appears that
Samba is not seeing KRB or ADS, but is seeing LDAP & WINBIND.
(This is Samba 3.3.3)
# cd /usr/local/samba/sbin
# smbd -b|grep LDAP
2003 Jul 30
0
Samba 3. ldapsam.so not generated on Solaris 9 with Sun One Directory Server
Hi.
I have working fine Samba 2.2.8a acting as PDC using Sun One Directory Server as backend.
Now I want to migrate to Samba 3.
The problem is that I'm not able to generate "ldapsam.so"
Some body has built Samba 3 on Solaris 9 using Sun One Directory Server as backend?
Somo body can help me and need more information about my environment?
I don't know if it's need some
2006 Dec 08
1
A mass O trouble with solaris 10 and Samba+ADS
I have been having a great deal of trouble compiling Samba on Solaris 10
with ADS support.
Kerberos compiles fine.
Samba does not configure with the standard Solaris LDAP libraries and
fails in the following way.:
checking for ldap_initialize... no
configure: error: Active Directory support requires ldap_initialize
And is caused by:
configure:35160: checking for ldap_initialize
2006 Feb 20
2
Winbindd Error : Could not init idmap -- netlogon proxy only
Hi list
I have samba 3.0.21 with LDAP version 2.2.13 on Redhat Enterprise Linux 4
enterprise server
kernel version 2.6.9-5 . smbldap-tools version 0.9.
in winbind.log i get the following errors
my domain msdpl.com
#################################################################
[2006/02/16 13:05:28, 0] lib/smbldap.c:smb_ldap_setup_conn(572)
ldap_initialize: Time limit exceeded
[2006/02/16
2008 Sep 16
1
Solaris 8 & samba 3.2.3: present but cannot be compiled
When we run configure using:
./configure --prefix=/nau/samba --without-LD --with-ldap --with-static-
libs=libtalloc,libtdb --with-krb5=/nau/local --with-ads
We get the following:
configure: WARNING: ldap.h: present but cannot be compiled
configure: WARNING: ldap.h: check for missing prerequisite headers?
configure: WARNING: ldap.h: see the Autoconf documentation
configure: WARNING: ldap.h:
2017 May 11
1
Global Catalogue
Hello Rowland,
ldap search command throws error as below. I am unable to search ldap.
-------
ldap_initialize( ldap://dc.exza.local:3268 )
ldap_start_tls: Can't contact LDAP server (-1)
Enter LDAP Password:
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
----------
I am using BIND_DLZ dns back end. and server is listening on 3268 and 3269
--
Thanks & Regards,
Anantha
2004 May 04
2
Samba 3.0.3 installing issue
I am trying to install Samba 3.0.3 on Solaris 9 and when I execute the
configure command I get the following error msg. I did install the latest
version of openldap and set the env variable for the ldap lib.
If anyone has encountered similar problem please let me know.
#./configure --with-ads --with-krb5=/usr --with-pam --with-pam_smbpasss
--with-syslog --with-libsmbclient --with-winbind