summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/dsinstance.py
Commit message (Expand)AuthorAgeFilesLines
* Update SSL ciphers configured in 389-ds-baseLudwig Krispenz2014-09-121-5/+2
* Make CA-less ipa-server-install option --root-ca-file optional.Jan Cholasta2014-09-051-8/+7
* Add a KRA to IPAAde Lee2014-08-221-2/+85
* Import CA certs from certificate store to DS NSS database on replica install.Jan Cholasta2014-07-301-0/+13
* Upload CA chain from DS NSS database to certificate store on server install.Jan Cholasta2014-07-301-19/+17
* Add LDAP schema for certificate store.Jan Cholasta2014-07-301-0/+1
* Fix trust flags in HTTP and DS NSS databases.Jan Cholasta2014-07-301-1/+6
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-33/+34
* ipaplatform: Remove redundant imports of ipaservicesTomas Babej2014-06-161-2/+1
* ipaplatform: Change service code in freeipa to use ipaplatform servicesTomas Babej2014-06-161-3/+4
* ipaplatform: Change platform dependant code in freeipa to use ipaplatform tasksTomas Babej2014-06-161-1/+2
* Fix upload of CA certificate to LDAP in CA-less install.Jan Cholasta2014-04-081-1/+4
* Show progress when enabling SSL in DS in ipa-server-install output.Jan Cholasta2014-03-251-3/+12
* Remove unused method export_ca_cert of dsinstance.Jan Cholasta2014-03-251-5/+0
* Upload CA certificate from DS NSS database in CA-less server install.Jan Cholasta2014-03-251-9/+4
* Use LDAP API to upload CA certificate instead of ldapmodify command.Jan Cholasta2014-03-251-5/+18
* Move CACERT definition to a single place.Jan Cholasta2014-03-251-1/+1
* Add OTP last token pluginNathaniel McCallum2014-02-211-0/+4
* Add formerly update-only schemaPetr Viktorin2013-11-181-1/+3
* dsinstance: Move the list of schema filenames to a constantPetr Viktorin2013-11-181-9/+14
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-1/+1
* Track DS certificate with certmonger on replicas.Jan Cholasta2013-10-291-2/+9
* Use consistent realm name in cainstance and dsinstanceMartin Kosek2013-10-111-17/+16
* Fix nsslapdPlugin object class after initial replication.Jan Cholasta2013-09-101-0/+5
* Create DS user and group during ipa-restoreAna Krivokapic2013-09-021-18/+48
* Perform dirsrv tuning at platform levelTomas Babej2013-08-261-51/+12
* Fix broken replica installationAna Krivokapic2013-08-201-4/+12
* Handle --subject option in ipa-server-installAna Krivokapic2013-08-081-1/+7
* Enable SASL mapping fallback.Jan Cholasta2013-06-271-0/+4
* Do not track DS certificate in CA-less setup.Jan Cholasta2013-06-121-2/+0
* Remove code to install Dogtag 9Petr Viktorin2013-05-311-1/+1
* Add IPA OTP schema and ACLsNathaniel McCallum2013-05-171-1/+2
* Set KRB5CCNAME so that dirsrv can work with newer krb5-serverMartin Kosek2013-05-141-0/+18
* Drop --selfsign server functionalityPetr Viktorin2013-04-151-28/+17
* Uninstall selfsign CA on upgradePetr Viktorin2013-04-151-5/+11
* Apply LDAP update files in blocks of 10, as originally designed.Rob Crittenden2013-04-121-1/+1
* Load the CA cert into server NSS databasesPetr Viktorin2013-04-021-6/+10
* Support installing with custom SSL certs, without a CAPetr Viktorin2013-04-021-5/+23
* dsinstance, httpinstance: Don't hardcode 'Server-Cert'Petr Viktorin2013-04-021-8/+14
* Configure ipa_dns DS plugin on install and upgradeMartin Kosek2013-03-221-0/+6
* Extend ipa-replica-manage to be able to manage DNA ranges.Rob Crittenden2013-03-131-2/+1
* Remove ipaserver/ipaldap.pyPetr Viktorin2013-03-131-7/+3
* Fix installing server with external CAPetr Viktorin2013-03-081-23/+22
* Remove IPAdmin.simple_bind_sPetr Viktorin2013-03-011-2/+3
* replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)Petr Viktorin2013-03-011-1/+1
* Replace addEntry with add_entryPetr Viktorin2013-03-011-1/+1
* Replace entry.getValue by entry.single_valuePetr Viktorin2013-03-011-1/+1
* Replace IPAdmin.checkTask by replication.wait_for_taskPetr Viktorin2013-03-011-1/+1
* Replace setValue by keyword arguments when creating entriesPetr Viktorin2013-03-011-8/+8
* Add make_entry factory method to LDAPConnection.Jan Cholasta2013-03-011-1/+1