Explorar el Código

GH-2370 Hue Login Failed attempt should not expose bind_dn into the Login screen (asnaik) (#2506)

Akhil S Naik hace 4 años
padre
commit
3c0d3a9815
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/useradmin/src/useradmin/ldap_access.py

+ 1 - 1
apps/useradmin/src/useradmin/ldap_access.py

@@ -191,7 +191,7 @@ class LdapConnection(object):
       msg = "Can\'t contact LDAP server"
     else:
       if bind_user:
-        msg = "Failed to bind to LDAP server as user %s" % bind_user
+        msg = "Failed to bind to LDAP server"
       else:
         msg = "Failed to bind to LDAP server anonymously"