mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 09:41:55 -06:00
33802ab712
When a Requirement fails we throw an exception including the name of the field that is missing. To make the command-line friendlier we have a cli_name defined which may or may not match the LDAP attribute. This can be confusing if you are using ipalib directly because the attribute name missing may not match what is actually required (desc vs description is a good example). If you use the context 'cli' then it will throw exceptions using cli_name. If you use any other context it will use the name of the attribute. ticket 187 |
||
---|---|---|
.. | ||
__init__.py | ||
test_backend.py | ||
test_base.py | ||
test_cli.py | ||
test_config.py | ||
test_crud.py | ||
test_encoder.py | ||
test_errors.py | ||
test_frontend.py | ||
test_output.py | ||
test_parameters.py | ||
test_plugable.py | ||
test_request.py | ||
test_rpc.py | ||
test_text.py | ||
test_util.py | ||
test_x509.py |