Test name canon rules via GSS and put kdc tests last
Put kdc last in tests/Makefile.am.  There's two tests in tests/kdc
    that have been failing for a long time, and that causes the
    remaining tests to not be run.  By putting kdc last those tests do
    run.
			
			
This commit is contained in:
		| @@ -114,6 +114,11 @@ ${acquire_cred} \ | ||||
|     --acquire-type=accept \ | ||||
|     --acquire-name=host@host.test.h5l.se || exit 1 | ||||
|  | ||||
| echo "keytab w/ short-form name and name canon rules" | ||||
| ${acquire_cred} \ | ||||
|     --acquire-type=accept \ | ||||
|     --acquire-name=host@host || exit 1 | ||||
|  | ||||
| echo "keytab w/o name" | ||||
| ${acquire_cred} \ | ||||
|     --acquire-type=accept || exit 1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicolas Williams
					Nicolas Williams