summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/bindinstance.py
Commit message (Collapse)AuthorAgeFilesLines
* More ipautil fixingMark McLoughlin2007-12-131-14/+8
| | | | | | | | Recently, dsinstance and krbinstance was fixed to not import * from ipautil; do the same for the rest of ipaserver. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Try to catch more error conditions during installationrcritten@redhat.com2007-10-031-1/+4
| | | | | | Modify the way we detect SELinux to use selinuxenabled instead of using a try/except. Handle SASL/GSSAPI authentication failures when getting a connection
* Initial support for confiuguring a DNS Server during installation.Simo Sorce2007-09-201-0/+113
It's not perfect yet but good enough to include it.