Página 1 de 1

No se puede configurar la autenticación Kerberos

Publicado: 15 de abril de 2020 - 16:41
por florentR2
Buen día,
* WAPT 1.8.1 Enterprise (licencia de prueba)
* Servidor Debian Buster
* Controlador de dominio Win Server 2016


No podemos configurar la autenticación Kerberos.
Seguimos las instrucciones aquí: https://www.wapt.fr/fr/doc/wapt-securit...beros.html
Pero estamos atascados en el paso de crear un Keytab HTTP con el comando msktutil.

Código: Seleccionar todo

root# kinit toto
Password for toto@R2.LOCAL:
root# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: toto@R2.LOCAL

Valid starting       Expires              Service principal
04/15/2020 16:12:35  04/16/2020 02:12:35  krbtgt/R2.LOCAL@R2.LOCAL
        renew until 04/16/2020 16:12:16
root# msktutil --server monControlleurPrincipal.uhb.fr --precreate --host $(hostname) -b cn=computers --service HTTP --description "host account for WAPT Server" --enctypes 24 -N
[b]Error: ldap_sasl_interactive_bind_s failed (Local error)
        additional info: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure.  Minor code may provide more information (Server not found in Kerberos database)
Error: ldap_connect failed
--> Is your kerberos ticket expired? You might try re-"kinit"ing.[/b]

root# telnet monControlleurPrincipal.uhb.fr 88
Trying xx.xx.xx.xx ...
Connected to monControlleurPrincipal.uhb.fr.
Escape character is '^]'
Sin embargo, el ticket Kerberos sigue siendo válido.
¿Alguna idea?

Re: No se puede configurar la autenticación Kerberos

Publicado: 15 de abril de 2020 - 17:57
por sfonteneau
Así de memoria, no estoy del todo seguro.

Parece que el servidor no puede contactar con el controlador de dominio.

Sin profundizar demasiado, aquí tienes una posible alternativa:

https://www.wapt.fr/fr/doc/wapt-securit ... -directory

Re: No se puede configurar la autenticación Kerberos

Publicado: 16 de abril de 2020 - 10:52 a. m.
por florentR2
Gracias, lo intentaremos.
Me pregunto cómo se me pasó por alto, ya que es justo después. :?