mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
dont-migrate-to-authselect.diff We don't have authselect, so just return true when trying to migrate to it. (LP: #1793994)
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
freeipa (4.7.0-2) UNRELEASED; urgency=medium
|
||||
|
||||
* dont-migrate-to-authselect.diff We don't have authselect, so just
|
||||
return true when trying to migrate to it. (LP: #1793994)
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Mon, 01 Oct 2018 11:37:15 +0300
|
||||
|
||||
freeipa (4.7.0-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release. (LP: #1772447, #1772450)
|
||||
|
||||
13
debian/patches/dont-migrate-to-authselect.diff
vendored
Normal file
13
debian/patches/dont-migrate-to-authselect.diff
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/ipaplatform/debian/tasks.py
|
||||
+++ b/ipaplatform/debian/tasks.py
|
||||
@@ -57,6 +57,10 @@ class DebianTaskNamespace(RedHatTaskName
|
||||
# Debian doesn't use authconfig, nothing to restore
|
||||
return True
|
||||
|
||||
+ def migrate_auth_configuration(self, statestore):
|
||||
+ # Debian doesn't have authselect
|
||||
+ return True
|
||||
+
|
||||
@staticmethod
|
||||
def parse_ipa_version(version):
|
||||
return BaseTaskNamespace.parse_ipa_version(version)
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -12,3 +12,4 @@ fix-krb5kdc-cert-path.diff
|
||||
ipa-httpd-pwdreader-force-fqdn.diff
|
||||
fix-gzip-path.diff
|
||||
fix-py3-lesscpy-name.diff
|
||||
dont-migrate-to-authselect.diff
|
||||
|
||||
Reference in New Issue
Block a user