8afc979 Ticket 48450 - Add prestart work around for systemd ask password

4 files Authored by William Brown 7 years ago, Committed by nhosoi 7 years ago,
    Ticket 48450 - Add prestart work around for systemd ask password
    
    Bug Description:  Due to a lack of response to fix the systemd ask password
    permissions, we must resolve this ourselves. Without this, we cannot utilise
    the ask password feature at all.
    
    Fix Description:  We add an execstartpre script, that parses dse.ldif for
    the running server user. If found, we add the acl to ask-password directory
    which will allow the server to start. We do this so that if each instance
    has a unique user, they can all use ask pass correctly.
    
    https://fedorahosted.org/389/ticket/48450
    
    Author: wibrown
    
    Review by: nhosoi (Thanks)
    
    (cherry picked from commit e6b48924adb753f47683f25fab6e2b8e5d3cf84c)
    
        
file modified
+2 -1