Displaying 3 results from an estimated 3 matches for "tls_read".
Did you mean:
  sys_read
  
2005 Jul 27
2
TLS connections between Samba&OpenLDAP
...he 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: SSL_accept:SSLv3 flush data
	tls_read: want=5, got=5
	  0000:  15 03 01 00 02                              
      .....
	tls_read: want=2, got=2
	  0000:  02 30                                       
      .0
	TLS trace: SSL3 alert read:fatal:unknown CA
	TLS trace: SSL_accept:failed in SSLv3 read client
certificate A
	TLS: can't ac...
2005 Jul 27
0
Tr: RE: RE TLS connections between Samba&OpenLDAP
...:
> > 
> > TLS_CACERT ldap.conf of openldap (not
> > /etc/ldap.conf)
> Now that I set TLS_CACERT to ca.pem file path in the
> appropriate ldap.conf, my slapd server returns (when
> I
> try to start smb services):
>  
> TLS trace: SSL_accept:SSLv3 flush data
> tls_read: want=5, got=5
>   0000:  16 03 01 00 07                             
>  
>      .....
> tls_read: want=7, got=7
>   0000:  0b 00 00 03 00 00 00                       
>  
>      .......
> tls_write: want=7, written=7
>   0000:  15 03 01 00 02 02 28...
2005 Mar 07
2
TLSVerifyClient demand or try
...st used: Mon Mar  7 10:09:15 2005
** Outstanding Requests:
 * msgid 2,  origid 2, status InProgress
   outstanding referrals 0, parent count 0
** Response Queue:
   Empty
ldap_chkResponseList for msgid=2, all=1
ldap_chkResponseList returns NULL
ldap_int_select
read1msg: msgid 2, all 1
ber_get_next
tls_read: want=5, got=0
ldap_read: want=8 error=Success
ber_get_next failed.
ldap_perror
ldap_bind: Can't contact LDAP server (81)
Here's my slapd.conf
include         /etc/ldap/schema/core.schema
include         /etc/ldap/schema/cosine.schema
include         /etc/ldap/schema/inetorgperson.schema...