diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/share/Makefile.am | 1 | ||||
-rw-r--r-- | install/share/replica-s4u2proxy.ldif | 2 | ||||
-rw-r--r-- | install/share/smb.conf.empty | 2 | ||||
-rwxr-xr-x | install/tools/ipa-adtrust-install | 1 |
4 files changed, 5 insertions, 1 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 243fc2a1..81fd0dc1 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -33,6 +33,7 @@ app_DATA = \ krbrealm.con.template \ preferences.html.template \ smb.conf.template \ + smb.conf.empty \ referint-conf.ldif \ dna.ldif \ master-entry.ldif \ diff --git a/install/share/replica-s4u2proxy.ldif b/install/share/replica-s4u2proxy.ldif index 410eceb1..ce58365c 100644 --- a/install/share/replica-s4u2proxy.ldif +++ b/install/share/replica-s4u2proxy.ldif @@ -4,7 +4,7 @@ add: memberPrincipal memberPrincipal: HTTP/$FQDN@$REALM - add: ipaAllowedTarget -ipaAllowedTarget: cn=ipa-cifs-delegation-targets,cn=s4u2proxy,cn=etc,$SUFFIX +ipaAllowedTarget: 'cn=ipa-cifs-delegation-targets,cn=s4u2proxy,cn=etc,$SUFFIX' dn: cn=ipa-ldap-delegation-targets,cn=s4u2proxy,cn=etc,$SUFFIX changetype: modify diff --git a/install/share/smb.conf.empty b/install/share/smb.conf.empty new file mode 100644 index 00000000..6d1e6265 --- /dev/null +++ b/install/share/smb.conf.empty @@ -0,0 +1,2 @@ +[global] + diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install index 0dfc6eba..5b7dc9fd 100755 --- a/install/tools/ipa-adtrust-install +++ b/install/tools/ipa-adtrust-install @@ -131,6 +131,7 @@ def main(): break # Check we have a public IP that is associated with the hostname + ip = None try: if options.ip_address: ip = ipautil.CheckedIPAddress(options.ip_address, match_local=True) |