freeipa/ipaserver
Petr Viktorin fb08402b71 Fix installutils.get_password without a TTY
If stdin is a TTY, ipaserver.install.installutils uses getpass and all
is well. Without a TTY, though, there were two problems:

* The prompt was not printed
* On end of file, an empty string was returned, which caused read_password
  to enter an infinite loop.

Fix both problems.

https://fedorahosted.org/freeipa/ticket/3824
2013-08-06 10:34:26 +02:00
..
advise Provide ipa-advise tool 2013-07-17 13:49:59 +02:00
install Fix installutils.get_password without a TTY 2013-08-06 10:34:26 +02:00
plugins Use LDAP modify operation directly to add/remove group members. 2013-07-11 12:39:26 +03:00
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
dcerpc.py ipaserver/dcerpc: attempt to resolve SIDs through SSSD first 2013-07-23 16:24:38 +03:00
rpcserver.py Return the correct Content-type on negotiated XML-RPC requests. 2013-07-15 15:36:46 +02:00