From e470f79ffbda102b4f24134210e70d8f14a4bee0 Mon Sep 17 00:00:00 2001 From: Matt Prahl Date: Wed, 16 Nov 2016 16:15:56 -0500 Subject: [PATCH] Remove information on manual kerberos configuration --- CONTRIBUTING.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 88d29897..3315c374 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -4,14 +4,8 @@ Development We have two mechanisms for quickly setting up a development environment. `docker-compose` and `vagrant`. In order to to setup a development environment, it is required that you have -your Fedora kerberos credentials generated in a *special location*. -Furthermore, our staging kerberos environment is a little special (compared to -the production one). You need to copy a kerberos configuration file for the -realm to your system:: - - $ sudo cp krb5-stg.fp.o /etc/krb5.conf.d/stg_fedoraproject_org - -Then, before starting your development environment, run the following:: +your Fedora kerberos credentials generated in a *special location*. Before +starting your development environment, run the following:: $ KRB5CCNAME=FILE:/var/tmp/krbcc kinit YOUR_USERNAME@STG.FEDORAPROJECT.ORG