Ich versuche Benutzer mit Wildfly-Konsole zu Kerberos zu authentifizieren.Kerberos + Wildfly 9: GSSAPI: Keine Implementierung gefunden
ich die Führung gefolgt: https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/version-7.0/how-to-set-up-sso-with-kerberos/#connecting_to_the_management_interface
Ich versuche zu verbinden Admin-Konsole Wildfly (siehe Abschnitt "3.2.4 Anschluss an das Management Interface." In bezeichnet url). jedoch versucht, einmal mit:
./bin/jboss-cli.sh -c connect -Djavax.security.auth.useSubjectCredsOnly=false -Djava.security.krb5.realm=XXX.XXX.NET --no-local-auth
ich:
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Authenticating against security realm: ManagementRealm
Failed to connect to the controller: Unable to authenticate against controller at localhost:9990: Authentication failed: all available authentication mechanisms failed:
GSSAPI: No implementation found
DIGEST-MD5: java.lang.NullPointerException
für mich Offensichtlich relevanten Teil ist: GSSAPI: No implementation found
Wie soll ich vorgehen?