===The error like this 
smbldap_open_connection: Secure connection not supported by LDAP client 
libraries!
Connection to LDAP server failed for the 1 try!
smbldap_open_connection: Secure connection not supported by LDAP client 
libraries!
==================================
 Was taken care of by the 
the line
 passdb backend = smbpasswd
----------------------------( some INFO regrading This ) 
# Backend to store user information in. New installations should 
# use either tdbsam or ldapsam. smbpasswd is available for backwards 
# compatibility. tdbsam requires no further configuration.
;   passdb backend = tdbsam
passdb backend = smbpasswd     NOTE : BY THIS LINE ADDED
=====================================
Well, svcadm cannot enable samba service still,
still reports offline    -- NOTE : PROBLEM IN SVC !!??

but I can still start samba in the zone , thru command line
/usr/sfw/sbin/smbd -D /etc/sfw/smb.conf 

Yes can access thru other windows clients 


svcs -l samba 
bash-3.00# svcs -l samba
fmri         svc:/network/samba:default
name         SMB file server
enabled      true
state        offline
next_state   none
state_time   Thu Apr 06 08:40:52 2006
restarter    svc:/system/svc/restarter:default
dependency   require_all/error file://localhost/etc/nsswitch.conf (online)
dependency   require_any/none svc:/network/loopback (online)
dependency   require_all/none svc:/network/physical (online)
dependency   require_all/restart file://localhost/etc/sfw/smb.conf (online)

bash-3.00# ps -ef | grep smb
  root 13362 10972   0 10:52:08 ?           0:00 /usr/sfw/sbin/smbd -D
/etc/sfw/smb.conf
    root 13363 13362   0 10:52:08 ?           0:00 /usr/sfw/sbin/smbd -D 
/etc/sfw/smb.conf

( pertinant ones ) in zones through netstat -a command 
TCP: IPv4
   Local Address        Remote Address    Swind Send-Q Rwind Recv-Q  State
-------------------- -------------------- ----- ------ ----- ------ -------
      *.445                *.*                0      0 49152      0 LISTEN
      *.netbios-ssn        *.*                0      0 49152      0 LISTEN
---------------------------------------------------------------------------------------
>From my windows box  netstat -a 
TCP    bangla:1566            samba:netbios-ssn      ESTABLISHED
---------------------------------------------------------------------------------------

-- Wating for a svcadm solution to samba application 
  ( report actual, start , restart and true sense reporting )
 -- Thanks  -- Nil
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to