summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
Commit message (Expand)AuthorAgeFilesLines
* Enhance ipa-adtrust-install for domains with multiple IPA serverAlexander Bokovoy2013-03-251-8/+36
* Configure ipa_dns DS plugin on install and upgradeMartin Kosek2013-03-221-0/+6
* Update named.conf parserMartin Kosek2013-03-141-21/+48
* Extend ipa-replica-manage to be able to manage DNA ranges.Rob Crittenden2013-03-132-2/+99
* Remove ipaserver/ipaldap.pyPetr Viktorin2013-03-137-21/+11
* Fix installing server with external CAPetr Viktorin2013-03-082-31/+32
* Don't base64-encode the CA cert when uploading it during an upgrade.Rob Crittenden2013-03-071-2/+1
* Remove support for DN normalization from LDAPClient.Jan Cholasta2013-03-012-5/+4
* Remove some uses of raw python-ldapPetr Viktorin2013-03-013-15/+12
* Remove IPAdmin.unbind_s(), keep unbind()Petr Viktorin2013-03-012-2/+2
* Remove IPAdmin.simple_bind_sPetr Viktorin2013-03-012-4/+5
* Replace IPAdmin.start_tls_s by an __init__ argumentPetr Viktorin2013-03-011-6/+6
* Remove search_s and search_ext_s from IPAdminPetr Viktorin2013-03-014-12/+16
* Inline waitForEntry in its only callerPetr Viktorin2013-03-011-1/+40
* Inline inactivateEntry in its only callerPetr Viktorin2013-03-011-1/+3
* replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)Petr Viktorin2013-03-016-38/+42
* Fix typo and traceback suppression in replication.pyPetr Viktorin2013-03-011-3/+4
* Replace deleteEntry with delete_entryPetr Viktorin2013-03-014-11/+11
* Replace addEntry with add_entryPetr Viktorin2013-03-017-23/+23
* Remove toTupleList and attrList from LDAPEntryPetr Viktorin2013-03-011-4/+2
* Replace getList by a get_entries methodPetr Viktorin2013-03-013-18/+22
* Replace entry.getValue by entry.single_valuePetr Viktorin2013-03-016-39/+41
* Remove special-casing for missing and single-valued attributes in LDAPUpdate....Petr Viktorin2013-03-011-6/+0
* Replace IPAdmin.checkTask by replication.wait_for_taskPetr Viktorin2013-03-012-3/+24
* Remove IPAdmin.get_dns_sorted_by_lengthPetr Viktorin2013-03-011-12/+8
* Remove IPAdmin.updateEntry calls from fix_replica_agreementsPetr Viktorin2013-03-011-4/+2
* Remove dbdir, binddn, bindpwd from IPAdminPetr Viktorin2013-03-011-1/+9
* Remove unused imports from ipaserver/installPetr Viktorin2013-03-0112-55/+24
* Replace add_s and delete_s by their newer equivalentsPetr Viktorin2013-03-013-15/+15
* Replace entry.setValue/setValues by item assignmentPetr Viktorin2013-03-014-21/+21
* Replace entry.getValues() by entry.get()Petr Viktorin2013-03-013-9/+9
* Use update_entry with a single entry in adtrustinstancePetr Viktorin2013-03-011-10/+8
* Replace setValue by keyword arguments when creating entriesPetr Viktorin2013-03-017-157/+203
* Remove the Entry class.Jan Cholasta2013-03-011-2/+2
* Remove the Entity class.Jan Cholasta2013-03-011-31/+4
* Add make_entry factory method to LDAPConnection.Jan Cholasta2013-03-017-28/+26
* Make IPAdmin not inherit from IPASimpleLDAPObjectPetr Viktorin2013-03-011-1/+1
* Move the decision to force schema updates out of IPASimpleLDAPObjectPetr Viktorin2013-03-011-1/+2
* Derive Entity class from Entry, and move it to ldapupdatePetr Viktorin2013-03-011-3/+28
* Remove some unused importsPetr Viktorin2013-03-015-31/+17
* Allow ipa-replica-conncheck and ipa-adtrust-install to read krb5 includedirJakub Hrozek2013-02-181-1/+1
* Port ipa-replica-prepare to the admintool frameworkPetr Viktorin2013-02-011-0/+504
* Better logging for AdminTool and ipa-ldap-updaterPetr Viktorin2013-02-011-26/+22
* Drop ipapython.compat.Jan Cholasta2013-02-011-2/+1
* Use new certmonger locking to prevent NSS database corruption.Rob Crittenden2013-01-291-13/+100
* Add the CA cert to LDAP after the CA installPetr Viktorin2013-01-291-2/+1
* Pylint cleanup.Jan Cholasta2013-01-291-2/+2
* Update anonymous access ACI to protect secret attributes.Rob Crittenden2013-01-232-0/+82
* Use secure method to acquire IPA CA certificateJohn Dennis2013-01-231-1/+4
* Update plugin to upload CA certificate to LDAPAlexander Bokovoy2013-01-231-0/+56