mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
52af18ec03
* Adding a new SUDO schema file * Adding this new file to the list of targets in make file * Create SUDO container for sudo rules * Add default sudo services to HBAC services * Add default SUDO HBAC service group with two services sudo & sudo-i * Installing schema No SUDO rules are created by default by this patch.
54 lines
1.0 KiB
Makefile
54 lines
1.0 KiB
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)
|
|
app_DATA = \
|
|
05rfc2247.ldif \
|
|
60kerberos.ldif \
|
|
60samba.ldif \
|
|
60radius.ldif \
|
|
60ipaconfig.ldif \
|
|
60basev2.ldif \
|
|
60sudo.ldif \
|
|
anonymous-vlv.ldif \
|
|
bootstrap-template.ldif \
|
|
caJarSigningCert.cfg.template \
|
|
default-aci.ldif \
|
|
default-hbac.ldif \
|
|
default-keytypes.ldif \
|
|
delegation.ldif \
|
|
dns.ldif \
|
|
kerberos.ldif \
|
|
indices.ldif \
|
|
bind.named.conf.template \
|
|
bind.zone.db.template \
|
|
certmap.conf.template \
|
|
kdc.conf.template \
|
|
krb5.conf.template \
|
|
krb5.ini.template \
|
|
krb.con.template \
|
|
krbrealm.con.template \
|
|
ntp.conf.server.template \
|
|
ntpd.sysconfig.template \
|
|
preferences.html.template \
|
|
referint-conf.ldif \
|
|
dna-posix.ldif \
|
|
dna-upg.ldif \
|
|
master-entry.ldif \
|
|
memberof-task.ldif \
|
|
memberof-conf.ldif \
|
|
nis.uldif \
|
|
unique-attributes.ldif \
|
|
schema_compat.uldif \
|
|
ldapi.ldif \
|
|
wsgi.py \
|
|
user_private_groups.ldif \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|