drop fix-pykerberos-api.diff, obsolete

This commit is contained in:
Timo Aaltonen 2014-09-15 15:55:01 +03:00
parent 6f5df82e6a
commit 1d71be411c
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
--- a/ipalib/rpc.py
+++ b/ipalib/rpc.py
@@ -541,7 +541,7 @@ class KerbTransport(SSLTransport):
service = "HTTP@" + host.split(':')[0]
try:
- (rc, vc) = kerberos.authGSSClientInit(service, self.flags)
+ (rc, vc) = kerberos.authGSSClientInit(service, gssflags=self.flags)
except kerberos.GSSError, e:
self._handle_exception(e)

View File

@ -5,6 +5,5 @@ port-ipa-client-automount.diff
dont-check-for-systemd-pc.diff
# send upstream
fix-pykerberos-api.diff
fix-match-hostname.diff
add-debian-platform.diff