freeipa/ipaserver/plugins
Rob Crittenden 0a47351fd6 Allow the schema to be set once an ldap connection is locked.
When making LDAP calls via api.Backend.ldap2 the ldap2 object will already
be locked by the api.finalize() call. So the first time that
api.Backend.ldap2.connect() is called an error would be thrown that
self.schema cannot be set because the object is ReadOnly. This uses the
documented procedure for working around this lock.

This was preventing the DNS installation to proceed.

ticket #188
2010-09-09 09:05:16 -04:00
..
__init__.py Remove deprecated comment on plugin naming conventions 2009-09-14 09:46:35 -04:00
dogtag.py Remove older MITM fixes to make compatible with dogtag 1.3.3 2010-04-19 10:04:25 -04:00
join.py Use the certificate subject base in IPA when requesting certs in certmonger. 2010-04-23 04:57:40 -06:00
ldap2.py Allow the schema to be set once an ldap connection is locked. 2010-09-09 09:05:16 -04:00
ldapapi.py Fix password setting on python 2.4 systems (it doesn't like None for oldpw) 2009-05-21 22:43:10 -04:00
rabase.py Remove older MITM fixes to make compatible with dogtag 1.3.3 2010-04-19 10:04:25 -04:00
selfsign.py Drop our own PKCS#10 ASN.1 decoder and use the one from python-nss 2010-07-29 10:50:10 -04:00
xmlserver.py Consolidate to single WSGI entry point 2010-03-01 20:21:38 -07:00