diff options
author | Russ Allbery <rra@stanford.edu> | 2008-01-25 01:53:11 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-01-25 01:53:11 +0000 |
commit | a06f5ffa25508454328db2289a3a78b1544ce1a8 (patch) | |
tree | 811f3e7e87a3cd84fa9daef2f8c4c5bc25b66999 /contrib/README | |
parent | 414f86f7ec876abde9df93861a5ec2ea901700c7 (diff) |
Add a keytab reporting script.
Diffstat (limited to 'contrib/README')
-rw-r--r-- | contrib/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README new file mode 100644 index 0000000..5947efa --- /dev/null +++ b/contrib/README @@ -0,0 +1,8 @@ +This directory contains various supporting scripts used with wallet at +Stanford University. They embed various paths, assumptions about object +naming, local site policy, and similar quirks specific to Stanford and +therefore will require modification for use at other sites. + +They may, however, be useful as examples of how to do various things with +wallet or use the wallet Perl API outside of the provided backend scripts, +or as a basis for similar local infrastructure. |