packages: krb5/krb5-pam.patch - use our pam service names

baggins baggins at pld-linux.org
Wed Jun 3 17:33:41 CEST 2009


Author: baggins                      Date: Wed Jun  3 15:33:41 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use our pam service names

---- Files affected:
packages/krb5:
   krb5-pam.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/krb5/krb5-pam.patch
diff -u packages/krb5/krb5-pam.patch:1.1 packages/krb5/krb5-pam.patch:1.2
--- packages/krb5/krb5-pam.patch:1.1	Wed Jun  3 17:15:05 2009
+++ packages/krb5/krb5-pam.patch	Wed Jun  3 17:33:36 2009
@@ -968,13 +968,13 @@
 +AC_ARG_WITH(pam,[AC_HELP_STRING(--with-pam,[compile with PAM support])],
 +	    withpam="$withval",withpam=auto)
 +AC_ARG_WITH(pam-login-service,[AC_HELP_STRING(--with-login-service,[PAM service name for login ["login"]])],
-+	    withloginpamservice="$withval",withloginpamservice=login)
++	    withloginpamservice="$withval",withloginpamservice=klogin)
 +AC_ARG_WITH(pam-kshell-service,[AC_HELP_STRING(--with-kshell-service,[PAM service name for unencrypted rsh ["kshell"]])],
 +	    withkshellpamservice="$withval",withkshellpamservice=kshell)
 +AC_ARG_WITH(pam-ekshell-service,[AC_HELP_STRING(--with-ekshell-service,[PAM service name for encrypted rsh ["ekshell"]])],
-+	    withekshellpamservice="$withval",withekshellpamservice=ekshell)
++	    withekshellpamservice="$withval",withekshellpamservice=kshell)
 +AC_ARG_WITH(pam-ftp-service,[AC_HELP_STRING(--with-ftp-service,[PAM service name for ftpd ["gssftp"]])],
-+	    withftppamservice="$withval",withftppamservice=gssftp)
++	    withftppamservice="$withval",withftppamservice=kftpd)
 +old_LIBS="$LIBS"
 +if test "$withpam" != no ; then
 +	AC_MSG_RESULT([checking for PAM...])
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-pam.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list