CIFS Konfiguration mit Kerberos

cancel
Showing results for 
Search instead for 
Did you mean: 
mario_schwab
Member II

CIFS Konfiguration mit Kerberos

Hallo!

ich habe die Version 4.2.2 frisch installiert.
Kerberosauth am Webinterface funktioniert.
Wenn ich nun aber CIFS in der Verzeichnisverwaltung in der Administratorkonsole aktivieren möchte, mit Kerberos, bekomme ich folgende Fehlermeldung:


09:05:33 - javax.management.RuntimeMBeanException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cifsAuthenticator' defined in file [/opt/alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/kerberos/kerberos-authentication-context.xml]: Invocation of init method failed; nested exception is org.alfresco.jlan.server.config.InvalidConfigurationException: Failed to login CIFS server service


In der global.properties habe ich hinzugefügt:


### CIFS ###

cifs.enabled=true
cifs.serverName=${localname}A
cifs.domain=name-group
cifs.hostannounce=true


java.login.config:


AlfrescoCIFS {
   com.sun.security.auth.module.Krb5LoginModule required
   storeKey=true
   useKeyTab=true
   doNotPrompt=true
   keyTab="/etc/keys/cifssvdms01.keytab"
   principal="cifs/jde01-svdms01.name-group.local";
};


Die Kerberosauth läuft, wie kann dann diese nicht funktionieren, benötige ich da noch einmal eine separate auth?

danke!
1 Reply
mario_schwab
Member II

Re: CIFS Konfiguration mit Kerberos

es läuft nun.
Fehler war ein falscher benutzername und passwort für die jaasconfig.