Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better error reporting when the ldap server is down #4

Open
JasperWallace opened this issue Dec 10, 2015 · 1 comment
Open

better error reporting when the ldap server is down #4

JasperWallace opened this issue Dec 10, 2015 · 1 comment

Comments

@JasperWallace
Copy link
Member

Subject: Cron www-data@acserver /var/www/acserver-django/update.sh

No handlers could be found for logger "ldap_sync.management.commands.syncldap"
Traceback (most recent call last):
File "/var/www/acserver-django/manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/usr/lib/python2.7/dist-packages/django/core/management/init.py", line 385, in execute_from_command_line
utility.execute()
File "/usr/lib/python2.7/dist-packages/django/core/management/init.py", line 377, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 288, in run_from_argv
self.execute(_args, *_options.dict)
File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 338, in execute
output = self.handle(_args, *_options)
File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 533, in handle
return self.handle_noargs(**options)
File "/usr/local/lib/python2.7/dist-packages/ldap_sync/management/commands/syncldap.py", line 26, in handle_noargs
ldap_users = self.get_ldap_users()
File "/usr/local/lib/python2.7/dist-packages/ldap_sync/management/commands/syncldap.py", line 47, in get_ldap_users
users = self.ldap_search(user_filter, user_attributes)
File "/usr/local/lib/python2.7/dist-packages/ldap_sync/management/commands/syncldap.py", line 215, in ldap_search
l.simple_bind_s(base_user, base_pass)
File "/usr/lib/python2.7/dist-packages/ldap/ldapobject.py", line 207, in simple_bind_s
msgid = self.simple_bind(who,cred,serverctrls,clientctrls)
File "/usr/lib/python2.7/dist-packages/ldap/ldapobject.py", line 201, in simple_bind
return self._ldap_call(self._l.simple_bind,who,cred,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
File "/usr/lib/python2.7/dist-packages/ldap/ldapobject.py", line 99, in _ldap_call
result = func(*args,**kwargs)
ldap.SERVER_DOWN: {'desc': "Can't contact LDAP server"}

@JasperWallace
Copy link
Member Author

actually a bug in https://github.com/jbittel/django-ldap-sync

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant