38d0e74 Move ipalib.install.kinit to ipalib

9 files Authored by cheimes 10 months ago, Committed by frenaud 10 months ago,
    Move ipalib.install.kinit to ipalib
    
    - kinit helpers are now in `ipalib.kinit`.
    - helpers can now use default ccache locations like many other similar
      helpers
    - helpers return the result from `run` for debugging
    - constants are now in `krb_utils`
    - helpers pass `KRB5*` and `GSS*` env vars along, so `KRB5_TRACE` works
    - document how to kinit for `ipalib.api`
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+1 -1
file modified
+11 -4
file modified
+17 -213
file added
+240
file modified
+4 -0
file modified
+1 -1
file modified
+1 -6