[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
es:howtos:network_services:kerberizing_slackware_without_pam [2019/02/15 19:21 (UTC)] slackwarespanoles:howtos:network_services:kerberizing_slackware_without_pam [2019/02/15 19:33 (UTC)] (actual) slackwarespanol
Línea 1: Línea 1:
-<note warning>En proceso. Victor</note> 
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 ====== Instalar y configurar kerberos en Slackware sin PAM ====== ====== Instalar y configurar kerberos en Slackware sin PAM ======
Línea 126: Línea 125:
 $ kadmin -p krb5adminprinc/admin $ kadmin -p krb5adminprinc/admin
 </code> </code>
-==== The Client ====+==== El Cliente ====
  
-This procedure will result in a client capable of retrievving Kerberos tickets from KDC and allow Kerberos principals to login at the consoleSuccessful console login by a principal will generate tickets in the user's cacheFailed login by a principal (because the principal doesn't existor the wrong password was suppliedshould fall through to local authentications (/etc/shadow). Notethe principal must be associated with an account on the systemeither in the local passwd database or via a network system such as NIS or LDAP.+Este procedimiento dará como resultado un cliente capaz de recuperar tickets de Kerberos de un KDC y permitirá los principales de Kerberos iniciar sesión en la consolaEl inicio de sesión exitoso en la consola por parte de un principal generará tickets en el caché del usuarioEl inicio de sesión fallido por parte de un principal (debido a que el principal no existeo se proporcionó una contraseña incorrectadebe corresponder a las autenticaciones locales (/ etc / shadow). Notael principal debe estar asociado con una cuenta en el sistemaya sea en la base de datos local de passwd o mediante un sistema de red como NIS LDAP.
  
-**1.** Install krb5 always http://slackbuilds.org/repository/14.1/network/krb5/ :-).+**1.** Instalar krb5 siempre de http://slackbuilds.org/repository/14.1/network/krb5/ :-).
 **2.** Setup /etc/krb5.conf: **2.** Setup /etc/krb5.conf:
 **krb5.conf** **krb5.conf**
Línea 152: Línea 151:
  admin_server = kerberos-1.example.com:749  admin_server = kerberos-1.example.com:749
         }</code>         }</code>
-**3.** Verify kadmin, kinit working+** 3. ** Verificar kadmin, kinit trabajando
 <code> <code>
 $ kinit krb5userprinc $ kinit krb5userprinc
Línea 158: Línea 157:
 $ kadmin -p krb5adminprinc/admin $ kadmin -p krb5adminprinc/admin
 </code> </code>
-**4.** Add host principal, and extract host principal to /etc/krb5.keytab using kadmin and admin principal:+** 4. ** Agregue el principal del host y extraiga el principal del host a /etc/krb5.keytab usando kadmin y el principal del administrador:
 <code># kadmin -p krb5adminprinc/admin <code># kadmin -p krb5adminprinc/admin
 kadmin: ank -randkey host/fully.qualified.domain.name kadmin: ank -randkey host/fully.qualified.domain.name
Línea 164: Línea 163:
 kadmin: quit kadmin: quit
 </code> </code>
- ====== Sources ======+====== Fuentes ======
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
-Original source: [[http://arktur.shuttle.de/CD/Testpakete/Kerberos/krb5.html]]+   Fuente original:[[http://arktur.shuttle.de/CD/Testpakete/Kerberos/krb5.html]]
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
 <!-- * Originally written by [[wiki:user:xxx | User X]] --> <!-- * Originally written by [[wiki:user:xxx | User X]] -->
-Contributions by [[wiki:user:jamesaxl | User jamesaxl]]+   Contribuciones por  [[wiki:user:jamesaxl | User jamesaxl]] 
 +   * Traducido por:  [[wiki:user: slackwarespanol | Victor]]  2019/02/15 19:29 (UTC)
  
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 <!-- You must remove the tag-word "template" below before saving your new page --> <!-- You must remove the tag-word "template" below before saving your new page -->
 {{tag>howtos network_services kerberizing_slackware_without_pam}} {{tag>howtos network_services kerberizing_slackware_without_pam}}
 es:howtos:network_services:kerberizing_slackware_without_pam ()