Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 21:27:53 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r44078 - head/en_US.ISO8859-1/articles/committers-guide
Message-ID:  <201402262127.s1QLRr2P010961@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc (src committer)
Date: Wed Feb 26 21:27:52 2014
New Revision: 44078
URL: http://svnweb.freebsd.org/changeset/doc/44078

Log:
  Add note for setting Kerberos password.
  
  Learned from: peter

Modified:
  head/en_US.ISO8859-1/articles/committers-guide/article.xml

Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml	Wed Feb 26 20:32:11 2014	(r44077)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml	Wed Feb 26 21:27:52 2014	(r44078)
@@ -305,6 +305,23 @@ You need a Passphrase to protect your se
     </sect2>
   </sect1>
 
+  <sect1 xml:id="kerberos-ldap">
+    <title>Kerberos and LDAP web password for &os; cluster</title>
+    <para>Some of the services in the &os; cluster require a Kerberos password.
+      In the &os; cluster, LDAP is proxying to Kerberos, so this also serves as
+      the LDAP web password.</para>
+    <para>To reset your Kerberos password in the &os; cluster using a random password
+      generator:</para>
+
+      <screen>&prompt.user; <userinput>ssh kpasswd.freebsd.org</userinput></screen>
+
+    <para>Alternatively, you can set your Kerberos password manually by logging into
+      <systemitem class="fqdomainname">freefall.FreeBSD.org</systemitem> and
+      running:</para>
+      <screen>&prompt.user; <userinput>kpasswd</userinput></screen>
+
+  </sect1>
+
   <sect1 xml:id="committer.types">
     <title>Commit Bit Types</title>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402262127.s1QLRr2P010961>