summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/krbinstance.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure the nolog argument to ipautil.run is not a bare stringPetr Viktorin2012-02-261-1/+1
* Add support for SSH public keys to user and host objects.Jan Cholasta2012-02-131-1/+1
* ticket #1870 - subclass SimpleLDAPObjectJohn Dennis2011-11-291-2/+2
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-9/+9
* Quote multiple workers optionAlexander Bokovoy2011-10-251-1/+1
* Add support for systemd environments and use it to support Fedora 16Alexander Bokovoy2011-10-241-0/+1
* Don't leak passwords through kdb5_ldap_util command line arguments.Jan Cholasta2011-10-111-2/+8
* Write KRB5REALM to /etc/sysconfig/krb5kdc and make use of common backup_confi...Alexander Bokovoy2011-10-111-21/+9
* Convert server install code to platform-independent access to system servicesAlexander Bokovoy2011-09-131-1/+2
* Fix permissions in installersMartin Kosek2011-09-071-2/+4
* install: We do not need a kpasswd keytab anymoreSimo Sorce2011-08-311-14/+0
* install: We do not need a ldap password anymoreSimo Sorce2011-08-311-8/+2
* daemons: Remove ipa_kpasswdSimo Sorce2011-08-261-1/+1
* install: Remove uid=kdc userSimo Sorce2011-08-261-13/+0
* ipa-kdb: Change install to use the new ipa-kdb kdc backendSimo Sorce2011-08-261-109/+18
* krbinstance: use helper function to get realm suffixSimo Sorce2011-08-261-5/+8