Thanks for the debug output. That's helpful and that was my fault for not catching exceptions when querying for MailADAuthHosts in MySQL.
I've added a fix but Andrew will need to approve: https://github.com/liveaverage/baruwa/commit/2ef0d235215379c0c213752d638046ca43d4ad49 You can pull down ad.py or just make the changes yourself. I tested on a dev system (without mysql MailADAuthHosts config) and it should now read fine from settings.py or mysql. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Frederik Vande Rieviere Sent: Wednesday, April 10, 2013 4:01 AM To: Baruwa users list Subject: Re: [Baruwa] question concerning AD authentication > Run the following. > baruwa-admin syncdb > for name in $(echo "accounts messages lists reports status fixups config"); > do > baruwa-admin migrate $name; > done Thanks. I did this, now back to the MailADHost error : DoesNotExist at /accounts/login/ MailADAuthHost matching query does not exist. Request Method: POST Request URL: http://mailscanner.domain.com/accounts/login/ Django Version: 1.2.3 Exception Type: DoesNotExist Exception Value: MailADAuthHost matching query does not exist. _______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056

