Displaying 20 results from an estimated 1000 matches similar to: "Samba 2.2.5 and LDAP start_tls"
2003 Dec 09
1
samba - sql server authentication
samba 2.2.8a/LDAP backend
Red Hat 7.3
Windows 2000 server, connected to the samba controlled domain
Sql Server 7.0
It seems that my sql server does not want to run scheduled jobs as a domain user, I am needing to do this for a network share that I am
saving to, otherwise I would just run as SA
Error from sql server:
The job failed. Unable to determine if the owner (PRUPREF.COM\Administrator)
2002 May 17
3
samba + openldap + tls
Hi,
I using openldap 2.0.23 and samba 2.2.4 on a Redhat 7.2 Linux distrib.
I've compiled with ldap support dans It works fine in clear mode. I've
configured unix auth. in order to use ldap on TLS mode, and it works also.
When I try to use TLS more (or SSL on 636), it doesn't work. LDAP
doesn't seem to have an error (see logs below), but samba tells "Failed
to issue the
2003 Feb 18
1
problems with ldap tls
Hallo!
I have a problem using samba with ldap and tls:
starting ldap using slapd -d1 -h "ldaps://0.0.0.0/"
Why does not it work?
using ldap ssl = no working
thanx
Here my smb.conf:
ldap server = localhost
#ldap port = 389
ldap port = 636
ldap suffix = o=zolnott,dc=de
ldap admin dn = uid=ldaproot,o=zolnott,dc=de
ldap filter =
2002 Sep 02
1
Samba 2.2.6pre2 + ldapsam + Solaris 9
Hi,
I've been unable to get samba to work with ldap over ssl or tls on a
solaris 9 machine. I thought that the ldap in solaris 9 supports tls
natively now. However I still get the error in my log file :
> [2002/09/02 16:35:10, 0] passdb/pdb_ldap.c:ldap_open_connection(202)
> ldap_open_connection: Secure connection not supported by LDAP client
> libraries!
> [2002/09/02
2002 Nov 12
1
Need clarification
Hi,
I'm trying to run samba 2.2.6 + OpenLDAP as user/group
database ( not /etc/passwd). nss_ldap+pam_ldap is installed and
working OK, as I can login using ssh, or trough
console with one of ldap user.
But trying to connect to samba, when samba is ran as
#samba -d 2 -i
I get:
...
init_sam_from_ldap: User [ldapuser] does not ave a uid!
pass_check_smb failed - invalid password for user
2002 Oct 12
1
FW: 2.2.5 LDAP/smbpasswd -L problem help.
Sorry, still stuck with this problem.
It is a repost, please kindly shed me light.
-----Original Message-----
From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]
On Behalf Of Michael Joseph Nenishkis
Sent: Saturday, September 28, 2002 1:03 AM
To: samba@lists.samba.org
Subject: [Samba] 2.2.5 LDAP/smbpasswd -L problem help.
Guru's, I humbly ask you for help.
I ran into a
2002 Nov 25
2
smbpasswd problem with LDAP
Hello,
I have installed / configured samba-ldap (compiled SAMBA_2_2 from CVS)
Whe i try to change the password for the root user, there is no problem.
If i try to change the password of an ordinary user, i get the
error:
nas:~# smbpasswd -U william
New SMB password:
Retype new SMB password:
No user to modify!
Password changed for user william.
Failed to modify entry for user william.
Failed to
2002 Mar 06
2
trouble with smbpasswd - ldap
Hello,
I compiled with --with-ldapsam... I am simply trying to use normal
smbpasswd auth to get things started. I try:
smbpasswd -D 5 -a td to set the password for the username "td" and it
gives me these error messages:
ldap_open_connection: connection opened
Bind failed: Can't contact LDAP server
ldap_open_connection: connection opened
Bind failed: Can't contact LDAP server
2002 Aug 14
1
Samba 2.2.5 and ACL
Hi,
I've a problem in running configure for samba 2.2.5. I'm using redhat 7.3,
with ACL support from http://acl.bestbits.at/. I've tested that the ACL is
working on the filesystem, and samba can find it too. Here's the error:
checking if large file support can be enabled... yes
checking whether to support ACLs... checking for acl_get_file in -lacl... yes
checking for ACL
2002 Oct 03
1
Urgent: LDAP showstopper
I have a Smaba2.2.5+LDAP Setup
Many of my newly added users suddenly not able login even I am not able to
add any new users.
When I run smbpasswd -D 99 e91255 e91255 it gives the foll o/p.
This has beame network show-stopper and the users are started complaining.
TIA
Shekhar
[The last few lines may give a hint]
Initialising global parameters
params.c:pm_process() - Processing configuration file
2002 Mar 08
1
Bind failed: Can't contact LDAP server
With 3.0a15, samba can't seem to connect to the ldap
server. AFAIK the ldap server is working correctly --
it currently authenticates some users for apache.
My smb.conf contains this:
--[snip]--------------------------
ldap server = localhost
ldap port = 389
ldap suffix = "dc=calmiron, dc=com"
ldap admin dn = "cn=Manager, dc=calmiron, dc=com"
use spnego=no
2004 Mar 12
1
samba 2.2.3a / openLDAP connection problem
This is my first attempt at using samba with ldap but i've hit a problem
which im trying to debug.
im following the OpenLDAP on Debian Woody guide from
http://aqua.subnet.at/~max/ldap/
and im at the stage where im trying to add users to the LDAP database
using smbpasswd
i've created a normal account for the user, but when i get to do :
# smbpasswd -D10 -a marvsmb
i get :
2009 Jul 28
0
[LLVMdev] An "x86" target?
On Tue, Jul 28, 2009 at 5:35 AM, Richard Pennington<rich at pennware.com> wrote:
> Anyone mind if I add "x86" to Triple.cpp to match x86?
I would really rather you didn't. :)
Triple is intended to match the "target triples", for example the
autconf/config.guess type stuff. I really don't want to add to the
genetic diversity of that namespace.
- Daniel
2014 Apr 28
2
[LLVMdev] Build bot for documentation?
Hi,
I've been spending a bit of time fixing up building and installation
of the Doxygen and Sphinx documentation for CMake. There are more
fixes in the pipeline (none for autconf/make system, I'm not
interested in fixing that) but I started wondering if any testing was
done to check that documentation builds correctly for LLVM and its
various subprojects.
I'm not particularly
2002 Jun 23
1
Samba 2.2.5 and openldap 2.1.2
Hi,
I'm having problems with the current samba releases (2.2.4 + 2.2.5)
and the current openldap (openldap-2.1.2-1) redhat rawhide RPMS. I
suppose samba is having problems with LDAP v3, because when I try for
example:
[root@fatboy /tmp]# /usr/local/samba/bin/pdbedit -l
Bind failed: Protocol error
in syslog appears:
Jun 24 00:52:55 fatboy slapd[14370]: connection_get(16)
Jun 24 00:52:55
2003 Sep 25
0
samba+ldap how pdc, problem nobody user
Hello all,
I have samba+ldap configured, one workstation win2k in the domain. I'm trying logging in the domain, but this error return:
samba-2.2.8a
openldap-server-2.0.27-8
[2003/09/25 15:51:30, 2] passdb/pdb_ldap.c:ldap_open_connection(217)
ldap_open_connection: connection opened
[2003/09/25 15:51:30, 0] passdb/pdb_ldap.c:ldap_connect_system(316)
ldap_connect_system: Binding to
2005 Feb 01
2
samba 2 smbpasswd + ldap - not binding properly
I've been having difficulty getting smbpasswd -a working as follows.
wiggum:/etc# smbpasswd -D 10 -a rtr
New SMB password:
Retype new SMB password:
ldap_open_connection: connection opened
ldap_connect_system: Binding to ldap server as "cn=manager,dc=test,dc=net"
Bind failed: Can't contact LDAP server
ldap_open_connection: connection opened
ldap_connect_system: Binding to ldap
2002 Jun 25
1
Re patch for 2.2.5 and check for start_tls with OpenLDAP 2.0.x libs
> Message: 8
> Date: Mon, 24 Jun 2002 18:13:33 -0500 (CDT)
> From: "Gerald (Jerry) Carter" <jerry@samba.org>
> To: samba@samba.org
> Subject: [Samba] patch for 2.2.5 and check for start_tls with OpenLDAP 2.0.x libs
>
> This message is in MIME format. The first part should be readable text,
> while the remaining parts are likely unreadable without
2002 Jun 24
0
patch for 2.2.5 and check for start_tls with OpenLDAP 2.0.x libs
FYI....
There is a bu in the configure script for 2.2.5 that prevents the script
from locating the start_tls function in the OpenLDAP 2.0.x libs.
Apply this patch and rerun autoconf. Should fix it. Patches
configure.in and passdb/pdb_ldap.c
Sorry for the inconvience.
cheers, jerry
---------------------------------------------------------------------
Hewlett-Packard
2004 Jan 27
1
Failed to setup a TLS session
Hi all,
I'm trying to configure Samba with ldap support, i have compiled samba with ldap...
openldap seems to work fine, users can connect with ssh but when they try to connect to samba, i have the following
error message:
[2004/01/27 12:20:40, 0] passdb/pdb_ldap.c:ldap_open_connection(129)
Failed to setup a TLS session
[2004/01/27 12:20:40, 0] passdb/pdb_ldap.c:ldap_connect_system(172)