cancel
Showing results for 
Search instead for 
Did you mean: 

Enterprise 3.0 with ldap + cifs(passthru) problem

tgck
Champ in-the-making
Champ in-the-making
HI all,

while the ldap configuration is working, the cifs server does not accept the passthru authenticator.
In file-server.xml  for cifs I changed the enterprise authenticator to passthru


     <!– CIFS authentication –>
       <authenticator type="passthru">
          <Server>sambaServer</Server>
      </authenticator>

log4j says:

16:01:46,209 DEBUG [org.alfresco.fileserver] [SMB] CIFS Server gollumA starting
16:01:46,211 DEBUG [org.alfresco.fileserver] [SMB] Version 5.0.0 [beta], Java VM 11.0-b15, OS SunOS, version 5.10
16:01:46,211 DEBUG [org.alfresco.fileserver] [SMB] Using authenticator org.alfresco.filesys.auth.cifs.PassthruCifsAuthenticator, mode=USER
16:01:46,211 DEBUG [org.alfresco.fileserver] [SMB] Server timezone offset = 0hrs
16:01:46,211 DEBUG [org.alfresco.fileserver] [SMB] Dialects enabled = [Core,CorePlus,DOS LANMAN 1.0,LANMAN1.0,DOS LANMAN 2.1,LM1.2X002,LANMAN2.1,NT LM 0.12]
16:01:46,211 DEBUG [org.alfresco.fileserver] [SMB] Shares:
16:01:46,215 DEBUG [org.alfresco.fileserver] [SMB]  [Alfresco,DISK,,[Alfresco]] [Alfresco]
16:01:46,215 DEBUG [org.alfresco.fileserver] [SMB]  [AVM,DISK,,[AVM]] [AVM]
16:01:46,217 DEBUG [org.alfresco.fileserver] [SMB] Added NTServer flag to host announcement
16:01:46,223 DEBUG [org.alfresco.fileserver] [SMB] Server error : org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Permission denied

I did not change anything else for the cifs server.
Maybe anyone has a hint  for a proper configuration?

Thank you.

Torsten
2 REPLIES 2

tgck
Champ in-the-making
Champ in-the-making
As everyone has expected the problem was an access to privileged ports by a normal user.
I granted access to these ports and now I get the following information:

DEBUG [org.alfresco.smb.protocol.auth]   No PassthruDetails for T1
Also there is no activity on the net to the server given to the passthru authenticator.
What are these passthru details needed?

I am running alfresco Enterprise 3.0 on Solaris 10u5 x86


Torsten

steve
Champ in-the-making
Champ in-the-making
Hi,

If you are running the Enterprise version you should contact Alfresco Support to help resolve your issues.

Steve