Package bodhi :: Package identity :: Module sobzprovider
[hide private]
[frames] | no frames]

Module sobzprovider

source code

This plugin provides authentication of passwords against Bugzilla via XML-RPC

Classes [hide private]
  SoBugzillaIdentityProvider
IdentityProvider that authenticates users against Bugzilla via XML-RPC
Variables [hide private]
  log = logging.getLogger(__name__)
  DATETIME_IMPLEMENTATION = 'datetime'
  MAXYEAR = 9999
  MINYEAR = 1
  MXDATETIME_IMPLEMENTATION = 'mxDateTime'
  datetime_CAPI = <PyCObject object at 0x9685110>