mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 15:55:47 -05:00
schema: Add known_fingerprints option to schema command
When client requests schema it can list fingerprints of cached schemas and server responds with SchemaUpToDate exception specifying fingeprint of schema to use. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
committed by
Jan Cholasta
parent
034a111972
commit
4b97cabb52
@@ -125,6 +125,10 @@ ipa_class_members = {
|
||||
'ipalib.errors.ValidationError': [
|
||||
'error',
|
||||
],
|
||||
'ipalib.errors.SchemaUpToDate': [
|
||||
'fingerprint',
|
||||
'ttl',
|
||||
],
|
||||
'ipalib.messages.PublicMessage': [
|
||||
'msg',
|
||||
'strerror',
|
||||
|
||||
Reference in New Issue
Block a user