cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid CIFS authenticator configuration

baldini
Champ in-the-making
Champ in-the-making
I am using Alfresco 2.1 Community Version.
I have configured Alfresco + OpenLdap Authentication and syncronization.
It's working fine.

Just one thing wrong:

12:15:37,156 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 0 module(s).
12:15:37,484 ERROR [org.alfresco.smb.protocol.auth] No valid CIFS authentication combination available
12:15:37,484 ERROR [org.alfresco.smb.protocol.auth] Either enable Kerberos support or use an authentication component that supports MD4 hashed passwords
12:15:37,484 ERROR [org.alfresco.smb.protocol] CIFS server configuration error, Invalid CIFS authenticator configuration
org.alfresco.error.AlfrescoRuntimeException: Invalid CIFS authenticator configuration
   at org.alfresco.filesys.server.auth.EnterpriseCifsAuthenticator.initialize(EnterpriseCifsAuthenticator.java:348)
   at org.alfresco.filesys.server.config.ServerConfiguration.setAuthenticator(ServerConfiguration.java:3425)
   at org.alfresco.filesys.server.config.ServerConfiguration.processSecurityConfig(ServerConfiguration.java:2405)
   at org.alfresco.filesys.server.config.ServerConfiguration.init(ServerConfiguration.java:641)
   at org.alfresco.filesys.server.config.ServerConfiguration.onBootstrap(ServerConfiguration.java:4122)

And now, I need to use CIFS and I don't know how to solve this problem.

Anybody could help me ?

Thanks

Rogerio Baldini
5 REPLIES 5

ctrl
Champ in-the-making
Champ in-the-making
Hi baldini

have you done any configuration changes in the file-server.xml have a look at that file as well as file-server-custom.xml set your broadcast address properly as well as your authenticator type. 

Thanks
Jctrl

baldini
Champ in-the-making
Champ in-the-making
Hi Jctrl,

I've "almost" solved my problem.
I've changed the authenticator to "passthru" and this message has gone.

But now, I just can authenticate my CIFS with the NT4 domain.
And I'd like to centralize all my authentications in Open Ldap.

Do you know if it's possible ?

Thanks,
Baldini.

ctrl
Champ in-the-making
Champ in-the-making
if you have your openLDAP running correctly, it should be possible. one thing i must tell you though is that you should use the alfresco authenticator for your CIFS.

so in your file-servers-custom.xml set something like this

      <config evaluator="string-compare" condition="Filesystem Security" replace="true">
    <authenticator type="alfresco">

let me know if that helps, i would be interested to know how you get on.

ctrl.

marinew
Champ in-the-making
Champ in-the-making
Hello,

I have the same problem, with same error.
I tried to add "<authenticator type="alfresco"></authenticator>" as ctrl suggested, but I still get the same error.

Rogerio, did you solve your problem ?
Any other suggestion ?

In Alfresco wiki, I read this :
LDAP Server :

CIFS    Not supported
FTP    (authentication service)
NFS    (user name mapping)
UI    default authentication filter
WebDAV    default authentication filter
WebServices    (authentication service)
AuthenticationService    LDAP authentication component
LDAP Sync    Optional

Does it mean, that if we activate LDAP authentication, CIFS is not able to run ? Or does this means that we have to add another way of authentication for CIFS ? => How ?

Thanks
Marine

michaelh
Champ on-the-rise
Champ on-the-rise
Hi Marine,

Please do not crosspost your messages …