mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Rename option --dirsrv-config-mods to --dirsrv-config-file
Option is renamed to be consistent with other options.
Affected tickets:
https://fedorahosted.org/freeipa/ticket/4949
https://fedorahosted.org/freeipa/ticket/4048
https://fedorahosted.org/freeipa/ticket/1930
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
@@ -64,7 +64,7 @@ class TestCustomInstallMaster(IntegrationTest):
|
||||
'-r', self.master.domain.name,
|
||||
'-p', self.master.config.dirman_password,
|
||||
'-a', self.master.config.admin_password,
|
||||
'--dirsrv-config-mods', CONFIG_LDIF_PATH,
|
||||
'--dirsrv-config-file', CONFIG_LDIF_PATH,
|
||||
]
|
||||
self.master.run_command(args)
|
||||
|
||||
@@ -89,6 +89,6 @@ class TestCustomInstallReplica(IntegrationTest):
|
||||
'-p', self.replicas[0].config.dirman_password,
|
||||
'-w', self.replicas[0].config.admin_password,
|
||||
'--ip-address', self.replicas[0].ip,
|
||||
'--dirsrv-config-mods', CONFIG_LDIF_PATH,
|
||||
'--dirsrv-config-file', CONFIG_LDIF_PATH,
|
||||
replica_filename]
|
||||
self.replicas[0].run_command(args)
|
||||
|
||||
Reference in New Issue
Block a user