diff options
Diffstat (limited to 'tests/data/fake-kadmin')
-rwxr-xr-x | tests/data/fake-kadmin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/fake-kadmin b/tests/data/fake-kadmin index e1e1892..039d8b2 100755 --- a/tests/data/fake-kadmin +++ b/tests/data/fake-kadmin @@ -2,6 +2,10 @@ # $Id$ # # fake-kadmin -- Fake kadmin.local used to test the keytab backend. +# +# Written by Russ Allbery <rra@stanford.edu> +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# See LICENSE for licensing terms. unless ($ARGV[0] eq '-q' && @ARGV == 2) { die "invalid arguments\n"; |