f5a1e66 Bug 618897 - Wrong permissions when creating instance from Console

Authored and Committed by nkinder 13 years ago
    Bug 618897 - Wrong permissions when creating instance from Console
    
    When a new DS instance is created via console, the permissions in
    the config ir are not set correctly.  This creates problems when
    the admin server tries to manage the new instance.
    
    The problem is that the group was not being included in the inf
    data that is passed to the instance creation code.  This patch
    makes the ds_create CGI look up the group from adm.conf and set
    it in the inf data prior to creating the instance.  This results
    in the same permissions one would get run creating a new instance
    via setup-ds-admin.pl.