(Kerberos tests setup page) |
(Tweaks) |
||
Line 6: | Line 6: | ||
You need access to a Kerberos realm in order to perform these tests. | You need access to a Kerberos realm in order to perform these tests. | ||
* The realm should be setup so that it is advertised in DNS correctly, and resolveable from your machine. | |||
* You need an account on the realm, and the account password. | |||
If you do not have access to a kerberos realm, you can [[QA:Testcase_Active_Directory_Setup|setup an Active Directory domain]]. Active Directory runs kerberos and is useful to test against. | If you do not have access to a kerberos realm, you can [[QA:Testcase_Active_Directory_Setup|setup an Active Directory domain]]. Active Directory runs kerberos and is useful to test against. | ||
Line 13: | Line 13: | ||
== Software == | == Software == | ||
The tests require kerberos 1.11 or later. Install the following packages: | The tests require MIT kerberos <code>krb5</code> version 1.11 or later. Install the following packages: | ||
<pre>$ sudo yum install krb5-libs krb5-workstation</pre> | <pre>$ sudo yum install krb5-libs krb5-workstation</pre> | ||
[[Category:Active_Directory_Test_Cases]] [[Category:Kerberos_Test_Cases]] | [[Category:Active_Directory_Test_Cases]] [[Category:Kerberos_Test_Cases]] |
Revision as of 17:09, 8 May 2013
These are requirements for the various Kerberos test cases.
In the various instructions replace AD.EXAMPLE.COM
with your kerberos realm. Normally this is the same as the domain, but upper case.
Realm Setup
You need access to a Kerberos realm in order to perform these tests.
- The realm should be setup so that it is advertised in DNS correctly, and resolveable from your machine.
- You need an account on the realm, and the account password.
If you do not have access to a kerberos realm, you can setup an Active Directory domain. Active Directory runs kerberos and is useful to test against.
Software
The tests require MIT kerberos krb5
version 1.11 or later. Install the following packages:
$ sudo yum install krb5-libs krb5-workstation