From 65f40aeb8d147e30f50d128ffc290169937b6d50 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 14 Feb 2012 09:48:32 -0500 Subject: Use FQDN in place of FQHN for consistency in sub_dict. For some reason lost to history the sub_dict in dsinstance and cainstance used FQHN instead of FQDN. This made upgrade scripts not work reliably as the variable might be different depending on context. Use FQDN universally instead. --- install/share/master-entry.ldif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/share/master-entry.ldif') diff --git a/install/share/master-entry.ldif b/install/share/master-entry.ldif index ddfb769bd..5d3bccf83 100644 --- a/install/share/master-entry.ldif +++ b/install/share/master-entry.ldif @@ -1,5 +1,5 @@ -dn: cn=$FQHN,cn=masters,cn=ipa,cn=etc,$SUFFIX +dn: cn=$FQDN,cn=masters,cn=ipa,cn=etc,$SUFFIX changetype: add objectclass: top objectclass: nsContainer -cn: $FQHN +cn: $FQDN -- cgit