On Fri, Apr 12, 2019 at 5:30 PM <[email protected]> wrote: > directoryauthplugin@12764 was already implemented in installed trac version > 0.12.4, but using this plugin login for AD users was not possible (although I > can login to the system as ActiveDirectory user. SOo I assume that updating > tracf to 0.5 and installing the same plugin (12764) again won'rt solve myx > problem - maybe it's better to install most actual trac version and most > actual directoryauthplugin. If Login as AD user works, database upgrate will > be the next step then. > > What do you think of this proposal?
I suggest to always check trac logging before asking. Anyway, directoryauthplugin@12764 has a syntax error. The plugin is unable to work on Trac 0.12.x. I think you should stop to try the plugin on Trac 0.12.x. Instead, try latest of the plugin on Trac 1.0.x/1.2.x. $ svn co -r12764 https://trac-hacks.org/svn/directoryauthplugin/trunk directoryauthplugin-r12764 $ cd directoryauthplugin-r12764 $ python setup.py bdist_egg running bdist_egg .... byte-compiling build/bdist.linux-x86_64/egg/tracext/adauth/db.py to db.pycbyte-compiling build/bdist.linux-x86_64/egg/tracext/adauth/api.py to api.pyc byte-compiling build/bdist.linux-x86_64/egg/tracext/adauth/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/tracext/adauth/auth.py to auth.pyc File "build/bdist.linux-x86_64/egg/tracext/adauth/auth.py", line 125 self.log.debug('Unable to find any members of the group %s' % unicode(group_dn,'utf8'))) ^ SyntaxError: invalid syntax byte-compiling build/bdist.linux-x86_64/egg/tracext/__init__.py to __init__.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO .... -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
