mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
port-ipa-client-automount.diff: Patch i-c-a so it works on Debian.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -37,6 +37,7 @@ freeipa (3.2.0-1) UNRELEASED; urgency=low
|
||||
* fix-ntpdate-opts.diff: Drop -U from nptdate opts, we don't have
|
||||
that.
|
||||
* Add support for Debian platform.
|
||||
* port-ipa-client-automount.diff: Patch i-c-a so it works on Debian.
|
||||
|
||||
[ Nick Hatch ]
|
||||
* Added three patches
|
||||
|
||||
26
debian/patches/port-ipa-client-automount.diff
vendored
Normal file
26
debian/patches/port-ipa-client-automount.diff
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
diff --git a/ipa-client/ipa-install/ipa-client-automount b/ipa-client/ipa-install/ipa-client-automount
|
||||
index 3952642..e7b843e 100755
|
||||
--- a/ipa-client/ipa-install/ipa-client-automount
|
||||
+++ b/ipa-client/ipa-install/ipa-client-automount
|
||||
@@ -39,10 +39,10 @@ from ipapython.ipa_log_manager import *
|
||||
from ipapython.dn import DN
|
||||
from ipapython import services as ipaservices
|
||||
|
||||
-AUTOFS_CONF = '/etc/sysconfig/autofs'
|
||||
+AUTOFS_CONF = '/etc/default/autofs'
|
||||
NSSWITCH_CONF = '/etc/nsswitch.conf'
|
||||
AUTOFS_LDAP_AUTH = '/etc/autofs_ldap_auth.conf'
|
||||
-NFS_CONF = '/etc/sysconfig/nfs'
|
||||
+NFS_CONF = '/etc/default/nfs-common'
|
||||
IDMAPD_CONF = '/etc/idmapd.conf'
|
||||
|
||||
def parse_options():
|
||||
@@ -309,7 +309,7 @@ def configure_nfs(fstore, statestore):
|
||||
Configure secure NFS
|
||||
"""
|
||||
replacevars = {
|
||||
- 'SECURE_NFS': 'yes',
|
||||
+ 'NEED_GSSD': 'yes',
|
||||
}
|
||||
ipautil.backup_config_and_replace_variables(fstore,
|
||||
NFS_CONF, replacevars=replacevars)
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -11,3 +11,4 @@ fix-symlink-exclusion.diff
|
||||
fix-ldap-conf-path.diff
|
||||
check-dbus-before-starting.diff
|
||||
add-debian-platform.diff
|
||||
port-ipa-client-automount.diff
|
||||
|
||||
Reference in New Issue
Block a user