lemonldap-ng/doc/sources/admin/decryptvalue.rst
2020-06-01 16:22:25 +02:00

37 lines
897 B
ReStructuredText

|image0|
Decrypt value plugin
====================
This plugin allows us to decrypt ciphered values. LL::NG can be
configured to send encrypted values to protected applications by using
:doc:`extended functions<extendedfunctions>`.
Configuration
-------------
Just enable it in the Manager (section “plugins”) by setting a rule.
DecryptValue plugin can be allowed or denied for specific users.
- **Parameters**:
- **Use rule**: Select which users may use this plugin
- **Decrypt functions**: Set functions used for decrypting ciphered
values. Each function is tested until one succeeds. Let it blank
to use internal decrypt function.
.. danger::
Custom functions must be defined into
``Lemonldap::NG::Portal::My::Plugin`` and set:
::
My::Plugin::function1 My::Plugin::function2
.. |image0| image:: /documentation/beta.png
:width: 100px