mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-02 04:06:55 -06:00
e4a444ba81
shows dialog if there are any HBAC deny rules. Dialog provides option to navigate to the HBAC page. Deny rules have their rule type value show up in red. Only shows up fro administrators, not for self service users. https://fedorahosted.org/freeipa/ticket/1421
19 lines
427 B
Makefile
19 lines
427 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_SYSCONF_DIR)/html
|
|
app_DATA = \
|
|
ssbrowser.html \
|
|
browserconfig.html \
|
|
unauthorized.html \
|
|
hbac-deny-remove.html \
|
|
ipa_error.css \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|