summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/plugins/rename_managed.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib, ipaserver: migrate all plugins to Registry-based registrationJan Cholasta2016-05-251-4/+6
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+6
* Modernize use of range()Petr Viktorin2015-09-011-2/+2
* Modernize 'except' clausesPetr Viktorin2015-08-121-2/+2
* Server Upgrade: Allow base64 encoded valuesMartin Basti2015-05-111-2/+2
* rename_managed: Remove use of EditableDNPetr Viktorin2015-04-231-20/+32
* Server Upgrade: plugins should use ldapupdater API instanceMartin Basti2015-04-141-1/+1
* Server Upgrade: specify order of plugins in update filesMartin Basti2015-04-141-7/+4
* Server Upgrade: Apply plugin updates immediatelyMartin Basti2015-04-141-2/+2
* Server Upgrade: Update entries in order specified in fileMartin Basti2015-03-191-3/+4
* Convert remaining update code to LDAPEntry API.Jan Cholasta2014-01-241-5/+5
* Remove legacy LDAPEntry properties data and orig_data.Jan Cholasta2014-01-101-4/+4
* Remove support for DN normalization from LDAPClient.Jan Cholasta2013-03-011-2/+2
* Remove some uses of raw python-ldapPetr Viktorin2013-03-011-4/+3
* Remove unused imports from ipaserver/installPetr Viktorin2013-03-011-4/+1
* Use DN objects instead of stringsJohn Dennis2012-08-121-63/+96
* Add plugin framework to LDAP updates.Rob Crittenden2011-11-221-0/+132