summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipaclient.py
Commit message (Collapse)AuthorAgeFilesLines
* Basic LDAP connection poolingrcritten@redhat.com2007-08-131-0/+11
| | | | Implement user search
* - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-061-0/+87
- Add mod_auth_kerb and cyrus-sasl-gssapi to Requires - Remove references to admin server in ipa-server-setupssl - Generate a client certificate for the XML-RPC server to connect to LDAP with - Create a keytab for Apache - Create an ldif with a test user - Provide a certmap.conf for doing SSL client authentication - Update tools to use kerberos - Add User class