summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/adtrustinstance.py
Commit message (Expand)AuthorAgeFilesLines
* DNS Locations: hide option --no-msdcs in adtrust-installMartin Basti2016-06-271-13/+8
* Fix possibly undefined variable in ipa_smb_conf_exists()Martin Basti2016-06-201-0/+2
* Fix minor typosYuri Chornoivan2016-06-201-2/+2
* DNS Locations: use automatic records update in ipa-adtrust-installMartin Basti2016-06-171-34/+11
* DNS Locations: adtrustinstance simplify dns managementMartin Basti2016-06-171-8/+6
* adtrustinstance: Make sure smb.conf existsTomas Babej2016-03-031-0/+5
* ipa-adtrust-install: Allow dash in the NETBIOS nameTomas Babej2016-02-291-6/+12
* Fix ipa-adtrust-install to always generate SRV records with FQDNsPetr Spacek2016-02-021-7/+2
* replica install: add remote connection check over APIJan Cholasta2015-12-111-19/+0
* remove Kerberos authenticators when installing/uninstalling service instanceMartin Babinsky2015-11-111-2/+2
* adtrustinstance: Do not use bare except clausesTomas Babej2015-11-101-8/+8
* adtrustinstance: Restart samba service at the end of adtrust-installTomas Babej2015-11-101-0/+7
* adtrustinstance: Wait for sidgen task completionTomas Babej2015-11-101-3/+15
* ipa-adtrust-install: Print complete SRV recordsPetr Spacek2015-10-141-3/+4
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+4
* Use the print functionPetr Viktorin2015-09-011-3/+5
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-011-1/+1
* Modernize 'except' clausesPetr Viktorin2015-08-121-12/+12
* adtrustinstance: Enable and start oddjobdTomas Babej2015-07-081-0/+19
* ipa-adtrust-install: add IPA master host principal to adtrust agentsAlexander Bokovoy2015-07-081-30/+14
* move realm_to_serverid to installutils moduleMartin Basti2015-05-051-2/+1
* Remove unneeded ip-address option in ipa-adtrust-installGabe2015-05-051-3/+1
* idviews: Add Default Trust View as part of adtrustinstallTomas Babej2014-09-301-0/+22
* Move setting SELinux booleans to platform codePetr Viktorin2014-09-261-46/+16
* ipa-adtrust-install does not re-add member in adtrust agents groupMartin Kosek2014-08-071-18/+21
* Enable debug pid in smb.confGabe2014-07-181-0/+1
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-15/+16
* ipaplatform: Remove redundant imports of ipaservicesTomas Babej2014-06-161-1/+0
* ipaplatform: Change service code in freeipa to use ipaplatform servicesTomas Babej2014-06-161-4/+5
* adtrustinstance: make sure to stop and disable winbind in uninstall()Alexander Bokovoy2014-02-281-2/+5
* Convert remaining installer code to LDAPEntry API.Jan Cholasta2014-01-241-3/+3
* ipa-adtrust-install: configure host netbios name by defaultAlexander Bokovoy2014-01-201-0/+3
* trusts: Always stop and disable smb service on uninstallTomas Babej2013-11-261-8/+7
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-9/+9
* adtrustinstance: Move attribute definitions from setup to init methodTomas Babej2013-10-141-29/+49
* adtrustinstance: Properly handle uninstall of AD trust instanceTomas Babej2013-10-141-14/+37
* ipa-upgradeconfig: Remove backed up smb.confTomas Babej2013-10-141-9/+6
* Use FQDN when creating MSDCS SRV recordsMartin Kosek2013-10-031-4/+11
* Rename slapi-nis configuration variableAlexander Bokovoy2013-08-061-5/+5
* ipa-adtrust-install: configure compatibility tree to serve trusted domain usersAlexander Bokovoy2013-07-181-1/+21
* Fix bug in adtrustinstanceAna Krivokapic2013-07-091-2/+2
* Support multiple local domain ranges with RID base setTomas Babej2013-05-301-16/+34
* Enhance ipa-adtrust-install for domains with multiple IPA serverAlexander Bokovoy2013-04-021-8/+36
* Remove search_s and search_ext_s from IPAdminPetr Viktorin2013-03-011-5/+6
* replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)Petr Viktorin2013-03-011-14/+11
* Replace addEntry with add_entryPetr Viktorin2013-03-011-4/+4
* Replace getList by a get_entries methodPetr Viktorin2013-03-011-3/+3
* Replace entry.getValue by entry.single_valuePetr Viktorin2013-03-011-8/+8
* Remove unused imports from ipaserver/installPetr Viktorin2013-03-011-5/+4
* Use update_entry with a single entry in adtrustinstancePetr Viktorin2013-03-011-10/+8