mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-join: switch to jansson for json handling
Additionally JSON-RPC should bail out if host is already joined. Check HTTP status of JSON-RPC request and report 401 Unauthorized error explicitly. Related: https://pagure.io/freeipa/issue/7966 Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
committed by
Alexander Bokovoy
parent
c905f94f9b
commit
25205f44a1
@@ -87,7 +87,7 @@ ipa_join_LDADD = \
|
||||
$(LDAP_LIBS) \
|
||||
$(SASL_LIBS) \
|
||||
$(XMLRPC_LIBS) \
|
||||
$(JSON_LIBS) \
|
||||
$(JANSSON_LIBS) \
|
||||
$(LIBCURL_LIBS) \
|
||||
$(POPT_LIBS) \
|
||||
$(LIBINTL_LIBS) \
|
||||
|
||||
Reference in New Issue
Block a user