2d2a225 Bug 368481 - Unable to change Admin Server log paths in Console

1 file Authored by edewata 14 years ago, Committed by rmeggins 14 years ago,
    Bug 368481 - Unable to change Admin Server log paths in Console
    
    https://bugzilla.redhat.com/show_bug.cgi?id=368481
    Resolves: bug 368481
    Bug Description: Unable to change Admin Server log paths in Console
    Fix Description: The console assumes that the attribute values read from
    and written to the server will follow the same format, so the config.c
    has been modified to accept the full path instead of just the file name.
    The path will be validated to ensure that it is inside the server log
    dir (ADMSERV_LOG_DIR). The return code of validate_logfile() has been
    changed such that 0 indicates no error has occured.
    Reviewed by: rmeggins (and pushed)
    
        
file modified
+27 -19