mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
Use ODS_USER/ODS_GROUP in opendnssec_conf.template
https://fedorahosted.org/freeipa/ticket/5343 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
parent
2a2d63669d
commit
f761051411
@ -28,8 +28,8 @@
|
||||
|
||||
<Enforcer>
|
||||
<Privileges>
|
||||
<User>ods</User>
|
||||
<Group>ods</Group>
|
||||
<User>$ODS_USER</User>
|
||||
<Group>$ODS_GROUP</Group>
|
||||
</Privileges>
|
||||
|
||||
<Datastore><SQLite>$KASP_DB</SQLite></Datastore>
|
||||
|
@ -74,6 +74,8 @@ class OpenDNSSECInstance(service.Service):
|
||||
'SOFTHSM_LIB': paths.LIBSOFTHSM2_SO,
|
||||
'TOKEN_LABEL': dnskeysyncinstance.softhsm_token_label,
|
||||
'KASP_DB': paths.OPENDNSSEC_KASP_DB,
|
||||
'ODS_USER': constants.ODS_USER,
|
||||
'ODS_GROUP': constants.ODS_GROUP,
|
||||
}
|
||||
self.kasp_file_dict = {}
|
||||
self.extra_config = [KEYMASTER]
|
||||
|
Loading…
Reference in New Issue
Block a user