From 974eb7b5efd20ad2195b0ad578637ab31f4c1df4 Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Thu, 23 Jun 2016 18:23:00 +0200 Subject: ipalib: introduce Principal parameter This patch introduces a separate Principal parameter that allows the framework to syntactically validate incoming/outcoming principals by using a single shared codebase. https://fedorahosted.org/freeipa/ticket/3864 Reviewed-By: David Kupka Reviewed-By: Jan Cholasta --- makeapi | 1 + 1 file changed, 1 insertion(+) (limited to 'makeapi') diff --git a/makeapi b/makeapi index 594b8dbae..515dd6eb6 100755 --- a/makeapi +++ b/makeapi @@ -71,6 +71,7 @@ PARAM_IGNORED_KW_ATTRIBUTES = ( 'pattern_errmsg', 'precision', 'primary_key', + 'require_service', 'query', 'sortorder', ) -- cgit