summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/krbinstance.py
Commit message (Expand)AuthorAgeFilesLines
* set krbcanonicalname on host entry during krbinstance configurationMartin Babinsky2016-06-231-0/+1
* Fix kdc.conf.template to use ipaplatform.paths.Timo Aaltonen2016-03-231-1/+6
* Move user/group constants for PKI and DS into ipaplatformChristian Heimes2016-03-221-2/+2
* pylint: remove bare exceptMartin Basti2016-03-221-3/+3
* Enable pylint unnecessary-pass checkMartin Basti2015-12-231-1/+0
* Remove wildcard importsMartin Basti2015-12-231-1/+1
* Remove unused importsMartin Basti2015-12-231-7/+0
* Refactor ipautil.runPetr Viktorin2015-12-141-3/+4
* replica install: add ipaservers if it does not existJan Cholasta2015-12-111-5/+4
* aci: add IPA servers host group 'ipaservers'Jan Cholasta2015-12-071-0/+7
* Implement replica promotion functionalitySimo Sorce2015-10-151-4/+9
* Use the print functionPetr Viktorin2015-09-011-1/+2
* Move sasl mappings creation to dsinstanceSimo Sorce2015-08-271-48/+0
* Remove custom utility function from krbinstanceSimo Sorce2015-08-271-21/+3
* Modernize 'except' clausesPetr Viktorin2015-08-121-4/+4
* Modernize number literalsPetr Viktorin2015-07-311-2/+2
* DNS install: extract DNS installer into one moduleMartin Basti2015-05-191-3/+5
* move realm_to_serverid to installutils moduleMartin Basti2015-05-051-1/+1
* Fix restoring services status during uninstallMartin Basti2015-02-181-4/+5
* Stop saving the master key in a stash fileSimo Sorce2014-12-111-26/+0
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-20/+21
* ipaplatform: Remove redundant imports of ipaservicesTomas Babej2014-06-161-2/+1
* ipaplatform: Change platform dependant code in freeipa to use ipaplatform tasksTomas Babej2014-06-161-1/+2
* Call generate-rndc-key.sh during ipa-server-installAdam Misnyovszki2014-05-271-0/+3
* Move CACERT definition to a single place.Jan Cholasta2014-03-251-1/+2
* Allow kernel keyring CCACHE when supportedMartin Kosek2013-12-091-0/+10
* Server does not detect different server and IPA domainMartin Kosek2013-11-111-7/+11
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-1/+1
* Remove legacy toDict and origDataDict methods of LDAPEntry.Jan Cholasta2013-10-311-2/+2
* Fix nsslapdPlugin object class after initial replication.Jan Cholasta2013-09-101-11/+0
* Fix nsSaslMapping object class before configuring SASL mappings.Jan Cholasta2013-08-271-0/+11
* Enable SASL mapping fallback.Jan Cholasta2013-06-271-2/+3
* Avoid exporting KRB5_KTNAME in dirsrv envMartin Kosek2013-05-241-1/+0
* Drop --selfsign server functionalityPetr Viktorin2013-04-151-16/+5
* Remove some uses of raw python-ldapPetr Viktorin2013-03-011-5/+3
* Remove search_s and search_ext_s from IPAdminPetr Viktorin2013-03-011-3/+4
* 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-011-3/+5
* Replace deleteEntry with delete_entryPetr Viktorin2013-03-011-2/+2
* Replace addEntry with add_entryPetr Viktorin2013-03-011-3/+3
* Replace entry.getValue by entry.single_valuePetr Viktorin2013-03-011-5/+5
* Replace add_s and delete_s by their newer equivalentsPetr Viktorin2013-03-011-8/+8
* Replace setValue by keyword arguments when creating entriesPetr Viktorin2013-03-011-39/+47
* Add make_entry factory method to LDAPConnection.Jan Cholasta2013-03-011-4/+3
* Remove some unused importsPetr Viktorin2013-03-011-4/+0
* Make service naming in ipa-server-install consistentTomas Babej2012-10-221-3/+3
* Use DN objects instead of stringsJohn Dennis2012-08-121-9/+14
* Ensure ipa-adtrust-install is run with Kerberos ticket for admin userAlexander Bokovoy2012-07-311-1/+1
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-1/+1
* Fix installation when server hostname is not in a default domainMartin Kosek2012-04-081-0/+13