components/pam_pkcs11/pam_pkcs11.conf
changeset 7240 66893879cb20
parent 6731 d80c638073cb
equal deleted inserted replaced
7239:81dd404b35f2 7240:66893879cb20
    10   # Enable debugging support.
    10   # Enable debugging support.
    11   debug = true; 
    11   debug = true; 
    12 
    12 
    13   # Filename of the PKCS #11 module. The default value is "default"
    13   # Filename of the PKCS #11 module. The default value is "default"
    14   use_pkcs11_module = default;
    14   use_pkcs11_module = default;
       
    15 
       
    16   # The err_display_time option suspends execution for an interval of time
       
    17   # in seconds after each PAM message is shown. 
       
    18   err_display_time = 0;
       
    19 
       
    20   # The quiet option can be used to disable error messages.
       
    21   quiet = false;
    15 
    22 
    16   pkcs11_module default {
    23   pkcs11_module default {
    17     module = /usr/lib/$ISA/libpkcs11.so;
    24     module = /usr/lib/$ISA/libpkcs11.so;
    18     description = "Solaris PKCS#11 Cryptographic Framework library";
    25     description = "Solaris PKCS#11 Cryptographic Framework library";
    19 
    26 
    77 
    84 
    78     # What kind of token?
    85     # What kind of token?
    79     # The value of the token_type parameter will be used in the user prompt
    86     # The value of the token_type parameter will be used in the user prompt
    80     # messages.  The default value is "Smart card".
    87     # messages.  The default value is "Smart card".
    81     token_type = "Secure token";
    88     token_type = "Secure token";
    82 
       
    83     # The err_display_time option suspends execution for an interval of time
       
    84     # in seconds after each PAM message is shown. 
       
    85     err_display_time = 0;
       
    86 
       
    87     # The quiet option can be used to disable error messages.
       
    88     quiet = false;
       
    89   }
    89   }
    90 
    90 
    91   # Which mappers ( Cert to login ) to use?
    91   # Which mappers ( Cert to login ) to use?
    92   # you can use several mappers:
    92   # you can use several mappers:
    93   #
    93   #