7c3d88a Bug 757773 - SSL Port issue in Console

Authored and Committed by nhosoi 12 years ago
    Bug 757773 - SSL Port issue in Console
    
    https://bugzilla.redhat.com/show_bug.cgi?id=757773
    
    Description: If non-standard SSL ports are set from outside of
    Console, there is no chance for Console to update nsSecureServerPort
    in o=netscaperoot.
    
    When enabling "Use SSL in Console", if the secure port in cn=config
    is not the standard SSL port 636, replace nsSecureServerPort in
    o=netscaperoot with the one read from cn=config.
    
    Reviewed by nkinder@redhat.com (Thanks!!)