Browse Source
Note: This commit switches the upstream source of the pam_krb5 package to the one provided by Redhat. The formerly used sources were an old fork of that Redhat version of pam_krb5 which seem to be not maintained anymore.stable/0.2
2 changed files with 15 additions and 9 deletions
@ -2,7 +2,7 @@
|
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../pam_krb5/pam_krb5.desc |
||||
[COPY] Copyright (C) 2006 The OpenSDE Project |
||||
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project |
||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
@ -12,23 +12,25 @@
|
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A PAM module for authenticating against a Kerberos 5 server |
||||
|
||||
[T] pam_krb5 is designed to allow smooth integration of Kerberos 5 |
||||
[T] passwordchecking with applications built using PAM. It also supports |
||||
[T] session-specific ticket files (which are neater), Kerberos IV ticket |
||||
[T] file grabbing, and AFS token-grabbing. |
||||
[T] pam_krb5is a pluggable authentication module that can be used with |
||||
[T] Linux-PAM and Kerberos 5. This module supports password checking, ticket |
||||
[T] creation, and optional TGT verification and conversion to Kerberos IV |
||||
[T] tickets. |
||||
[T] The included pam_krb5afs module also gets AFS tokens if so configured. |
||||
|
||||
[U] http://pam-krb5.sourceforge.net/ |
||||
[U] https://fedorahosted.org/pam_krb5/ |
||||
|
||||
[A] Balazs GAL <[email protected]> |
||||
[A] Nalin Dahyabhai <[email protected]> |
||||
[M] The OpenSDE Community <[email protected]> |
||||
|
||||
[C] extra/security |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 1.3-rc7 |
||||
[V] 2.3.12-1 |
||||
[P] O -----5---9 561.000 |
||||
|
||||
[D] 2426462365 pam_krb5-1.3-rc7.tar.gz http://dl.sourceforge.net/sourceforge/pam-krb5/ |
||||
[D] 1521913212 pam_krb5-2.3.12-1.tar.gz https://fedorahosted.org/releases/p/a/pam_krb5/ |
||||
|
Loading…
Reference in new issue