This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
freeipa
Watch
3
Star
0
Fork
0
You've already forked freeipa
mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced
2024-12-24 16:10:02 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8657b57a04
freeipa
/
install
/
oddjob
/
org.freeipa.server.conncheck
3 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
replica install: add remote connection check over API Add server_conncheck command which calls ipa-replica-conncheck --replica over oddjob. https://fedorahosted.org/freeipa/ticket/5497 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com> Reviewed-By: Tomas Babej <tbabej@redhat.com>
2015-12-09 01:18:21 -06:00
#!/bin/sh
Do not log to file in remote conncheck side https://fedorahosted.org/freeipa/ticket/5757 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
2016-06-30 04:22:31 -05:00
exec /usr/sbin/ipa-replica-conncheck --no-log --replica "$1" 2>&1
Reference in New Issue
Copy Permalink