cancel
Showing results for 
Search instead for 
Did you mean: 

[smb.protocol.auth] No PassthruDetails for T2

raghukumar_c
Champ in-the-making
Champ in-the-making
Hi,

I am trying to map the alfresco CIFS Server to a drive on my network. The system prompts me to login. I use my AD authentication to login but it doesn't work. I get a debug message as mentioned below in my logs.

16:52:19,970  DEBUG [smb.protocol.auth]   No PassthruDetails for T15
16:52:19,976  DEBUG [smb.protocol.auth]   No PassthruDetails for T16
16:52:19,980  DEBUG [smb.protocol.auth] Null CIFS logon allowed
16:52:19,985  DEBUG [smb.protocol.auth]   No PassthruDetails for T16
16:52:19,995  DEBUG [smb.protocol.auth]   No PassthruDetails for T16
16:52:20,001  DEBUG [smb.protocol.auth]   No PassthruDetails for T18
16:52:20,106  DEBUG [smb.protocol.auth]   No PassthruDetails for T19
16:52:20,110  DEBUG [smb.protocol.auth] Null CIFS logon allowed
16:52:20,114  DEBUG [smb.protocol.auth]   No PassthruDetails for T19
16:52:20,135  DEBUG [smb.protocol.auth]   No PassthruDetails for T19
16:52:30,080  DEBUG [smb.protocol.auth] Null CIFS logon allowed
16:52:30,103  DEBUG [smb.protocol.auth]   No PassthruDetails for T20
16:56:54,037  DEBUG [smb.protocol.auth] Null CIFS logon allowed
16:56:54,049  DEBUG [smb.protocol.auth]   No PassthruDetails for T21
17:17:25,061  DEBUG [smb.protocol.auth] Null CIFS logon allowed
17:17:25,068  DEBUG [smb.protocol.auth]   No PassthruDetails for N22

Can someone tell me what this is? I am able to login into the web as well as WebDAV using AD authentication.
CISF doesnt work…

Your help would be highly appreciated.

Thank you,
Raghu
1 REPLY 1

raghukumar_c
Champ in-the-making
Champ in-the-making
Thank you for the reply Belmekki.

I have this inside my file-severs-custom.xml under tomcat/shared/classes/alfresco/extension
I have replaced my hostname and domain-name with tags in the xml below.
Earlier I had a <config> tag for File Security which I removed later. It didnt make any difference. I had the same error.

   <config evaluator="string-compare" condition="CIFS Server" replace="true">
     <serverEnable enabled="true" />

     <!– Insert here IP or hostname of this alfresco server, and the NT domain name in which you want to integrate–>
     <host name="<hostname>" domain="<domain-name>" />

     <comment>Alfresco CIFS Server</comment>

     <!– Set to the broadcast mask for the subnet –>
     <broadcast>255.255.255.255</broadcast>

      <!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
      <tcpipSMB platforms="linux,solaris,macosx"/>
      <netBIOSSMB platforms="linux,solaris,macosx"/>

      <hostAnnounce interval="5"/>

      <authenticator type="passthru">
      <Server><Domain>\192.168.135.230</Server>
      </authenticator>

     <sessionDebug flags="Negotiate,Socket" />
   </config>