summaryrefslogtreecommitdiffstats
path: root/tests/test_ipaserver/test_ldap.py
Commit message (Collapse)AuthorAgeFilesLines
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Fix LDAP client backend failing test caseRob Crittenden2010-10-011-1/+3
|
* Add some tests for using the ldap2 Backend.Rob Crittenden2010-09-241-0/+118
Fix a logic problem in ldap2:get_schema() for determining if it can fetch the schema or not. Normally we only want to do this for servers but if you pass in your own connection it will use that.