|
@@ -1279,6 +1279,12 @@
|
|
|
# Signed certificate to send along with encrypted metadata.
|
|
# Signed certificate to send along with encrypted metadata.
|
|
|
## cert_file=
|
|
## cert_file=
|
|
|
|
|
|
|
|
|
|
+ # Path to a file containing the password private key.
|
|
|
|
|
+ ## key_file_password=/path/key
|
|
|
|
|
+
|
|
|
|
|
+ # Execute this script to produce the private key password. This will be used when `key_file_password` is not set.
|
|
|
|
|
+ ## key_file_password_script=/path/pwd.sh
|
|
|
|
|
+
|
|
|
# A mapping from attributes in the response from the IdP to django user attributes.
|
|
# A mapping from attributes in the response from the IdP to django user attributes.
|
|
|
## user_attribute_mapping={'uid': ('username', )}
|
|
## user_attribute_mapping={'uid': ('username', )}
|
|
|
|
|
|