[Buildbot] #3371: LDAP user auth doc is out of date

Buildbot trac trac at buildbot.net
Wed Feb 24 09:34:45 UTC 2016


#3371: LDAP user auth doc is out of date
---------------------+--------------------
Reporter:  packadal  |       Owner:
    Type:  defect    |      Status:  new
Priority:  major     |   Milestone:  0.9.1
 Version:  0.9.0b3   |  Resolution:
Keywords:            |
---------------------+--------------------

Comment (by packadal):

 I tried the native python way, and I still get the following error:


 {{{
 >>> from buildbot.plugins import util
 >>> util.LdapUserInfo
 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "/usr/lib/python2.6/site-packages/buildbot/plugins/db.py", line
 240, in __getattr__
     raise AttributeError(str(err))
 AttributeError: Unable to load buildbot.util:LdapUserInfo: No module named
 ldapuserinfos

 }}}

 I tried on another machine that has python 2.7 just in case, where I did a
 fresh install of buildbot, buildbot-www, buildbot-waterfall-view,
 buildbot-console-view all of those beta7, and I get the exact same error.
 (I also installed the required python3-ldap package, and tried installing
 the ldap3 package since it is the new name of python3-ldap)

 Any ideas of what I could do to help you find what the issue is ?

--
Ticket URL: <http://trac.buildbot.net/ticket/3371#comment:7>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list