root@skierlp01:~# ralph ldap_sync /opt/ralph/ralph-core/lib/python3.4/site-packages/django/contrib/contenttypes/models.py:161: RemovedInDjango19Warning: Model class django.contrib.contenttypes.models.ContentType doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class ContentType(models.Model): /opt/ralph/ralph-core/lib/python3.4/site-packages/django/contrib/admin/models.py:28: RemovedInDjango19Warning: Model class django.contrib.admin.models.LogEntry doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class LogEntry(models.Model): /opt/ralph/ralph-core/lib/python3.4/importlib/_bootstrap.py:321: RemovedInDjango19Warning: django.contrib.contenttypes.generic is deprecated and will be removed in Django 1.9. Its contents have been moved to the fields, forms, and admin submodules of django.contrib.contenttypes. return f(*args, **kwds) /opt/ralph/ralph-core/lib/python3.4/importlib/_bootstrap.py:321: RemovedInDjango19Warning: The utilities in django.db.models.loading are deprecated in favor of the new application loading system. return f(*args, **kwds) /opt/ralph/ralph-core/lib/python3.4/site-packages/taggit/models.py:96: RemovedInDjango19Warning: Model class taggit.models.Tag doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class Tag(TagBase): /opt/ralph/ralph-core/lib/python3.4/site-packages/taggit/models.py:201: RemovedInDjango19Warning: Model class taggit.models.TaggedItem doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class TaggedItem(GenericTaggedItemBase, TaggedItemBase): /opt/ralph/ralph-core/lib/python3.4/site-packages/django/contrib/auth/models.py:41: RemovedInDjango19Warning: Model class django.contrib.auth.models.Permission doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class Permission(models.Model): /opt/ralph/ralph-core/lib/python3.4/site-packages/django/contrib/auth/models.py:98: RemovedInDjango19Warning: Model class django.contrib.auth.models.Group doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class Group(models.Model): /opt/ralph/ralph-core/lib/python3.4/site-packages/django/contrib/auth/models.py:436: RemovedInDjango19Warning: Model class django.contrib.auth.models.User doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class User(AbstractUser): /opt/ralph/ralph-core/lib/python3.4/site-packages/django/forms/fields.py:1230: RemovedInDjango19Warning: IPAddressField has been deprecated. Use GenericIPAddressField instead. RemovedInDjango19Warning) Traceback (most recent call last): File "/opt/ralph/ralph-core/bin/ralph", line 9, in load_entry_point('ralph==3.0.0', 'console_scripts', 'ralph')() File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/__main__.py", line 29, in prod main('ralph.settings.prod') File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/__main__.py", line 14, in main execute_from_command_line(sys.argv) File "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() File "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/core/management/__init__.py", line 346, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/core/management/base.py", line 394, in run_from_argv self.execute(*args, **cmd_options) File "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/core/management/base.py", line 445, in execute output = self.handle(*args, **options) File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/accounts/management/commands/ldap_sync.py", line 224, in handle synced = self.populate_users() File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/accounts/management/commands/ldap_sync.py", line 230, in populate_users for user_dn, ldap_dict in self._get_users(): File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/accounts/management/commands/ldap_sync.py", line 140, in _run_ldap_query with LDAPConnectionManager() as conn: File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/accounts/management/commands/ldap_sync.py", line 45, in __init__ settings.AUTH_LDAP_BIND_PASSWORD, File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ldap/ldapobject.py", line 418, in simple_bind_s resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout) File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ldap/ldapobject.py", line 714, in result3 resp_ctrl_classes=resp_ctrl_classes File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ldap/ldapobject.py", line 721, in result4 ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop) File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ldap/ldapobject.py", line 294, in _ldap_call result = func(*args,**kwargs) ldap.INVALID_CREDENTIALS: {'info': '80090308: LdapErr: DSID-0C09042F, comment: AcceptSecurityContext error, data 52e, v2580', 'desc': 'Invalid credentials'} root@skierlp01:~#