svn commit: r44078 - head/en_US.ISO8859-1/articles/committers-guide

Craig Rodrigues rodrigc at FreeBSD.org
Wed Feb 26 21:27:54 UTC 2014


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>
 


More information about the svn-doc-all mailing list