Changes between Initial Version and Version 2 of Ticket #10319


Ignore:
Timestamp:
Sep 16, 2012, 6:52:44 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10319 – Description

    initial v2  
    22
    33Installation:
    4 * since v0.3 a database upgrade is needed
    5 * this does only work if tracext.adauth.db.activedirectoryauthpluginsetup = enabled (this hint qould be good in the documentation)
     4 * since v0.3 a database upgrade is needed
     5 * this does only work if tracext.adauth.db.activedirectoryauthpluginsetup = enabled (this hint qould be good in the documentation)
    66
    7 * the upgrade fails on postgresql with unknown type varcahar(32) -> typo: varchar(32)
    8 * the upgrade fails on postgresql with unknown type binary -> i tried: text
     7 * the upgrade fails on postgresql with unknown type varcahar(32) -> typo: varchar(32)
     8 * the upgrade fails on postgresql with unknown type binary -> i tried: text
    99
    1010After this the installation and upgrade succeeds
     
    1212But i've still an error:
    1313
    14 [...]
     14{{{
    1515  File "/usr/local/lib/python2.6/dist-packages/TracActiveDirectoryAuth-0.3.2-py2.6.egg/tracext/adauth/auth.py", line 139, in check_password
    1616    dn = self._get_user_dn(user)
     
    2828    return self.cursor.execute(sql)
    2929InternalError: FEHLER:  aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der Transaktion ignoriert
     30}}}
    3031
    3132Any idea what's wrong?