alishapapun / 389-admin

Forked from 389-admin 4 years ago
Clone

4f2c1f4 Resolves: bug 248169

Authored and Committed by rmeggins 16 years ago
    Resolves: bug 248169
    Bug Description: init script modification needed for kerberos auth
    Reviewed by: nhosoi (Thanks!)
    Fix Description: I just took Simo's initial patch and ran with it.  The initconfigdir parameter is the directory containing the config file for the init script.  configure will first try to use $(sysconfdir)/sysconfig, then $(sysconfdir)/default (Solaris and Debian, among others), then the package config directory (the default on HP-UX), for this parameter.  The init script and startup script will look in the initconfigdir to find the init config file to source.  For directory server, an instance specific file can be used, named e.g. dirsrv-localhost which will apply to the slapd-localhost instance only.
    A default init config file is provided for dirsrv and dirsrv-admin, with some examples of how it could be used.
    Platforms tested: RHEL5 x86_64
    Flag Day: Yes - autotool file changes
    Doc impact: Yes.  We will need to document how the user can supply environment to the servers at startup time without having to edit the init scripts or the startup scripts.
    QA impact: should be covered by regular nightly and manual testing
    New Tests integrated into TET: none
    
        
file modified
+11 -2
file modified
+57 -28
file modified
+17 -1
file modified
+15 -0
file modified
+2 -1