f77ba72 NEGCACHE: Adding getter for timeout

2 files Authored by pcech 8 years ago, Committed by jhrozek 8 years ago,
    NEGCACHE: Adding getter for timeout
    
    It adds new function to negative cache API:
    * int sss_ncache_get_timeout(struct sss_nc_ctx *ctx);
    
    Resolves:
    https://fedorahosted.org/sssd/ticket/2317
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>