Author: erodriguez Date: Sun Dec 19 20:44:15 2004 New Revision: 122810 URL: http://svn.apache.org/viewcvs?view=rev&rev=122810 Log: Added note to set hostname for KDC. Modified: incubator/directory/kerberos/trunk/xdocs/configuration.xml
Modified: incubator/directory/kerberos/trunk/xdocs/configuration.xml Url: http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/configuration.xml?view=diff&rev=122810&p1=incubator/directory/kerberos/trunk/xdocs/configuration.xml&r1=122809&p2=incubator/directory/kerberos/trunk/xdocs/configuration.xml&r2=122810 ============================================================================== --- incubator/directory/kerberos/trunk/xdocs/configuration.xml (original) +++ incubator/directory/kerberos/trunk/xdocs/configuration.xml Sun Dec 19 20:44:15 2004 @@ -34,6 +34,16 @@ .example.com = EXAMPLE.COM example.com = EXAMPLE.COM </source> + + <p>Note that using the above configuration, <code>kerberos.example.com</code> must + resolve on your network. If <code>kerberos.example.com</code> is not found, you may + see the error <code>Error getting credentials: Cannot resolve network address for KDC + in requested realm</code>. Assuming you are running Kerberos on your local workstation, + you can correct this with the following <code>/etc/hosts</code> entry.</p> + + <source> +127.0.0.1 kerberos.example.com + </source> <p> You can install kerberos clients from the apt repositories. A working GUI client
