More description fixes
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
This commit is contained in:
@@ -14,6 +14,10 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
# homepage = "http://www.eyrie.org/~eagle/software/pam-krb5";
|
||||
homepage = "https://fedorahosted.org/pam_krb5/";
|
||||
description = "The pam_krb5 module allows PAM-aware applications to authenticate users by performing an AS exchange with a Kerberos KDC. It can optionally convert Kerberos 5 credentials to Kerberos IV credentials and/or use them to set up AFS tokens for a user's session.";
|
||||
description = "PAM module allowing PAM-aware applications to authenticate users by performing an AS exchange with a Kerberos KDC";
|
||||
longDescription = ''
|
||||
pam_krb5 can optionally convert Kerberos 5 credentials to Kerberos IV
|
||||
credentials and/or use them to set up AFS tokens for a user's session.
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user