freeipa/ipaserver
Alexander Bokovoy 109571d384 Spin for connection success also when socket is not (yet) available
We were spinning for socket connection if attempt to connect returned errno 111
(connection refused). However, it is not enough for local AF_UNIX sockets as
heavy applications might not be able to start yet and therefore the whole path
might be missing. So spin for errno 2 (no such file or directory) as well.

Partial fix for
  https://fedorahosted.org/freeipa/ticket/1990
2011-10-24 15:10:45 +02:00
..
install Spin for connection success also when socket is not (yet) available 2011-10-24 15:10:45 +02:00
plugins Fix has_upg() to work with relocated managed entries configuration. 2011-10-13 21:38:03 +02:00
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
conn.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
ipaldap.py Work around limits not being updatable in 389-ds. 2011-10-12 22:42:07 -04:00
ipautil.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
rpcserver.py Fix dnszone-add name_from_ip server validation 2011-10-11 15:15:15 +02:00