diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:12:36 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:57 -0400 |
commit | 7551d992bac2c1ce2cec07f22e9b1abb9bb95fc2 (patch) | |
tree | 8097ce4621be336d62e33c2f05e1e05b7dbebcd6 /python/python-kerberos | |
parent | ff6e79e3206d40a10bb8de05cee973a1f00f1194 (diff) |
python/python-kerberos: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python-kerberos')
-rw-r--r-- | python/python-kerberos/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/python-kerberos/README b/python/python-kerberos/README index ea189ed8425a..a9207a005a80 100644 --- a/python/python-kerberos/README +++ b/python/python-kerberos/README @@ -1,5 +1,5 @@ -This Python package is a high-level wrapper for Kerberos (GSSAPI) operations. -The goal is to avoid having to build a module that wraps the entire -Kerberos.framework, and instead offer a limited set of functions that do what -is needed for client/server Kerberos authentication based on -<http://www.ietf.org/rfc/rfc4559.txt> +This Python package is a high-level wrapper for Kerberos (GSSAPI) +operations. The goal is to avoid having to build a module that +wraps the entire Kerberos.framework, and instead offer a limited +set of functions that do what is needed for client/server Kerberos +authentication based on http://www.ietf.org/rfc/rfc4559.txt |