4db56d8 SECRETS: Read the quotas for cn=secrets from [secrets/secrets] configuration subsection

4 files Authored by jhrozek 6 years ago, Committed by lslebodn 6 years ago,
    SECRETS: Read the quotas for cn=secrets from [secrets/secrets] configuration subsection
    
    This patch makes obsoletes the old way of configuring quotas for the
    secrets responder. Instead, adds a new way of configuring each hive
    separately in a configuration subsection, e.g.
    
    [secrets/secrets]
    max_secrets = 123
    
    The old way is still supported as a backwards-compatible method.
    
    Reviewed-by: Simo Sorce <simo@redhat.com>
    Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
        
file modified
+10 -0
file modified
+44 -1
file modified
+110 -23
file modified
+95 -30