diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2015-10-26 15:03:29 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2015-10-26 15:03:29 +0900 |
commit | e0bbc295fb07e1e670fa45db8b4b58b9f6a665b9 (patch) | |
tree | 9b576e1c5c779f8ef8ac28ea39c37ec6c463ab48 /open-source-lorries | |
parent | 6e02473fe779bce56e080ef1a1b50ae86259ea8a (diff) | |
download | lorries-e0bbc295fb07e1e670fa45db8b4b58b9f6a665b9.tar.gz |
Adding Kerberos
Kerberos is a Network Authentication Protocol, the krb5 library
is required by the gnome-initial-setup tool.
Change-Id: I703322b54a3d1bd5f0ff65d83026cf3407d71147
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/krb5.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/krb5.lorry b/open-source-lorries/krb5.lorry new file mode 100644 index 0000000..dfc4323 --- /dev/null +++ b/open-source-lorries/krb5.lorry @@ -0,0 +1,6 @@ +{ + "krb5": { + "type": "git", + "url": "https://github.com/krb5/krb5" + } +} |