summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_replace.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert nsaccountlock to always work as bool towards Python codeAlexander Bokovoy2011-07-131-6/+6
| | | | | | | | https://fedorahosted.org/freeipa/ticket/1259 Python code will see nsaccountlock as bool. JavaScript code will also see it as bool. This allows native boolean operations with the lock field. Passes both CLI and WebUI tests.
* Add UID, GID and e-mail to the user default attributes.Rob Crittenden2011-06-081-1/+14
| | | | ticket https://fedorahosted.org/freeipa/ticket/1265
* Change default gecos from uid to first and last name.Rob Crittenden2011-04-051-1/+1
| | | | ticket 1146
* Replace only if old and new have nothing in commonRob Crittenden2011-03-031-0/+204
Jakub did the initial diagnosis of this, I added a fix for removing the last entry when removing members and a test case. ticket 1000