3f2ea36 Ticket 48332 - allow users to specify to relax the FQDN constraint

1 file Authored by William Brown 8 years ago, Committed by nhosoi 8 years ago,
    Ticket 48332 - allow users to specify to relax the FQDN constraint
    
    Bug Description:  There are situations when the machine name for ds may not
    match the dns name. In these cases we should allow installation without the
    strict hostname checks we carry out.
    
    Fix Description:  Add a new option, General.StrictHostCheck which defaults
    to true. If true, host name checking is carried out. If false, it is disabled
    and any hostname in General.FullMachineName is considered valid.
    
    https://fedorahosted.org/389/ticket/48332
    
    Author: wibrown
    
    Review by: rmeggins (Thanks!)
    
    (cherry picked from commit 026956c7e3b4dc00b6738f9a195e6653fed03d79)
    (cherry picked from commit 5d0f57335c1bf97529849d5d47cad769083052d0)
    (cherry picked from commit e62ef7f4d19d78d015efa915f7740f4d8b615da4)