Displaying 20 results from an estimated 3000 matches similar to: "start tls problem"
2004 Aug 19
2
SUMMARY: Samba3 PDC with ldap backend in ldaps
The ca certificate path must be entered in the ldap.conf of the openldap lib
used by Samba.
For me that was /usr/local/etc/openldap/ldap.conf
Thanks everyone
-----Original Message-----
From: Bousquet Francois
Sent: August 18, 2004 1:39 PM
To: 'samba@lists.samba.org'
Subject: Samba3 PDC with ldap backend in ldaps
I have a Samba 3.0.4 installed on Solaris 7 as a PDC connecting to an
2004 Aug 18
2
perl code for manipulating Samba LDAP attributes?
Since I manage the rest (unix side) of my ldap directory using Net::LDAP
I was wondering if there are any perl modules/code out there
to manipulate/calculate.... the Samba password attributes and the SID
stuff?
If no one comes forth I guess I will look at the code for smbpasswd and
do it myself, but I would hate to re-invent the wheel.
Jeff Saxton
Sr. Support Engineer
Addamark Technologies,
2005 Jan 03
2
Swat not working
I recently decided to set up a Linux machine with the intent to run samba on
it.
I am running Mandrake 10 and I have installed the latest version of samba
from the website.
But I can't seem to get samba and swat to work. Because when I go to
http://localhost:901 <http://localhost:901/> I receive an error, informing
me that it cannot be reached.
This is what I have done so
2005 Jan 21
1
SAMBA + OPENLDAP - Getent - Please help :)
I have setup a SAMBA + OPENLDAP server following Samba-3 By Example, but I have run into several problems. All the tests described in the Chapter 6 such as pdbedit -Lv, slapcat, and ldapsearch -x -b give the desired results. But, getent can't read passwd or group information from ldap backend. I have done my best to solve the problem, but it just doesn't work. I have compiled the nss_ldap
2004 Aug 17
2
Samb a 3.0.5 LDAP Question
I already have LDAP setup fro other purposes and I'm using {MD5}
passwords in ou=people,dc=mycompany,dc=com
What are the correct settings in smb.conf?
is is possible to use stored md5 passwords?
Thanks in advance
Jeff Saxton
2008 Aug 27
3
Solaris nss_ldap vs PADL nss_ldap
Hi All,
Any thoughts on why, while everything seems ok at the OS level
(getent , id -a ) Samba
doesn't pickup any supplementary groups when Solaris is configured with
'group: files ldap' in
nsswitch.conf and using it's own native nss_ldap.so.1 but does when
using PADL's nss_ldap?
Everything else is equal.
Do they use/accept different calls or could it be an
2005 Jan 07
2
University's using samba and ldap
Is there anyone out there from other university's that would
be willing to talk to me about you samba layout. We already
have it in place but we other colleges within the university
that want to start using our setup but want there own
domains. I'm kind of confused how this would all work.
2008 Aug 26
4
Samba write performance in kernel
hi,
I would like to know is it possible to make writing file to samba completely in kernel?
I'm using a slow CPU (FA526) , and the memory copy is even slower. The reading performance is over 7 MB/s, with mmap and sendfile enabled, while writing is only 4-5 MB/s. Without mmap and sendfile, reading from samba is also about 4-5 MB/s. I use Oprofile to profile writing file to samba and found
2005 Jul 27
2
TLS connections between Samba&OpenLDAP
Goos morning all,
I compiled Samba 3.0.14a with OpenLDAP 2.1.22-0
directory. I then enabled TLS between Samba and
OpenLDAP.
The following tests succeeded:
s_server to s_client --> OK
slapd to s_client --> OK
slapd to OPenLDAP client commands (ldapsearch..)
--> OK
The problem is the following: when I start Samba
(service smb start), slapd output returns:
TLS trace:
2008 Feb 05
31
ZFS Performance Issue
This may not be a ZFS issue, so please bear with me!
I have 4 internal drives that I have striped/mirrored with ZFS and have an application server which is reading/writing to hundreds of thousands of files on it, thousands of files @ a time.
If 1 client uses the app server, the transaction (reading/writing to ~80 files) takes about 200 ms. If I have about 80 clients attempting it @ once, it can
2004 Feb 21
2
samba as a file server
I currently have samba 3.0.2 working with ldap as a filer
sever Only. My question is how would I get samba working as
file server that would handle 50k users. My main concern is
that I want reliability. I would also like to be able to
build horizantally if needed. I was first thing some type
of cluster connecting to a SAN but I would rather do it like
we do our webservices. We have x
2006 Jan 03
3
Update LDAP password
Hi, my name is Yusuf, I just join with this groups.
I have using samba PDC with LDAP as backend. I have a problem to change user password from web. I tried using sudo smbldap-passwd, change permission every file so apache can read / execute that file, but I'm still can't change the user password. Is there any way to change the password only with change the LDAP password (using
2006 Jul 20
2
programmatical retrieval of windows event logs from linux
Am a Linux guy and trying to support security monitoring for Windows devices. Am trying to find a programmatic way of pulling security and application logs
from Windows machine. OR it can be a push model where windows can generate
events/traps. It should all be built-in in windows with no external tool installation.
Looks like there is no NATIVE built in asynchronous event
2006 Nov 06
1
Samba with AD
I am stuck with Samba -Active Directory communication. Trying to bring my SUSE 10.0 to speak with AD Domain.
net rpc testjoin - brings a unable to find suitable server message
net join - kerberos_kinit_password preauthentication failed and ads_connect preauthentication failed
wbinfo -u works fine
wbinfo -t works fine
getent passwd/group works too
smb is running
nmb is running
winbindd is
2010 Oct 29
2
migrating users to openldap
I noticed that when I migrated my users with the migrate_passwd.pl
tool from PADL it didn't migrate the actual passwords (just the rest
of the posixAccount info). I think I need to set the EXTENDED_SCHEMA
variable and then try running the tool again. does anyone know what
this should be?
I actually thought there might be a migrate_shadow.pl tool that could
accomplish this, but there
2005 Apr 07
1
Samba and slapd.conf's TLSVerifyClient
I have Samba 3.0.13 and LDAP 2.2.24 installed. I have placed the following
directive in my slapd.conf file.
TLSVerifyClient demand
I have the PADL stuff configured and working fine.
ldapsearch with -ZZ works fine.
I even have the Idealx smbldap-tools working fine.
Samba won't work though unless I set
TLSVerifyClient try
According to the slapd.conf man page, "try" causes a
2003 Mar 29
2
SIP Retransmission Patch
I've also noticed that my SIP phones (snom [12]00) seem to deregister
themselves after some time, and not be able to re-register until
Asterisk is restarted. This problem only manifested with the latest
CVS.
-- Luke
--
Luke Howard | PADL Software Pty Ltd | www.padl.com
2004 May 27
3
Samba Ldap tls/ssl problem
Hi!
I know this should be asked to the Openldap mailing list but:
I?m trying to set up a Samba/ldap environment were the Samba server is separated
from the ldap server. Everything seams to work on the ldap server and when I do
a ldapsearch like this:
ldapsearch -H ldap://l1.dbb.su.se/ -b dc=dbb,dc=su,dc=se ?x
Everything works on both.
But when I do:
ldapsearch -H ldaps://l1.dbb.su.se/ -b
2002 Sep 10
8
[Bug 393] 'known_hosts' file should be indexed by IP:PORT, not just IP
http://bugzilla.mindrot.org/show_bug.cgi?id=393
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From markus at openbsd.org 2002-09-11
2018 Jul 20
4
autogenerated self-signed certificate problem
Hi people,
i have a problem with trying ldaps
i use autogenerated self-signed certificate, i write in smb this:
tls enabled = yes
tls keyfile = tls/key.pem
tls certfile = tls/cert.pem
without cafile
when i try to verify with:
openssl verify /usr/local/samba/private/tls/myCert.pem
it said me unable to verify the first certificate
and if add -CApath works!
and finally when i try from another