First time here? Check out the FAQ!

monkut's profile - activity

2012-01-27 06:40:24 -0600 received badge Teacher ( source )
2012-01-25 02:44:14 -0600 commented question "south" in askbot_requirements_dev.txt not found in github

It seems this is an issue with my proxy. If you have this problem make sure your proxy is configured correctly.

2012-01-25 02:40:50 -0600 received badge Editor ( source )
2012-01-25 02:39:32 -0600 answered a question Configure LDAP authentication

I got it working here: https://github.com/monkut/askbot-devel

I'm not sure if this will cover all LDAP configurations, but it's working for me now. You'll need to adjust the appropriate login configuration items so that the openauth items do NOT display, and to setup the ldap configuration values in settings/EXTERNAL_KEYS.

Only three files need to be updated:

  • deps.django_authopenid.views
  • deps.django_authopenid.backends
  • conf.external_keys
2012-01-24 23:09:40 -0600 commented answer Configure LDAP authentication

I'm trying to getting it working here, what area of code needs work?

2012-01-24 08:11:05 -0600 received badge Student (source)
2012-01-24 00:11:54 -0600 asked a question "south" in askbot_requirements_dev.txt not found in github

In the "askbot_requirements_dev.txt" file, "-e git+https://github.com/matthiask/south.git#egg=south" is listed, but does not exist in github.