ldap: Don't use the backend's display name as identifier
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 23 Oct 2016 23:03:16 +0000 (01:03 +0200)
committerBen Rosser <rosser.bjr@gmail.com>
Sat, 27 May 2017 18:01:06 +0000 (14:01 -0400)
commit423e088804d243368074ab218b2bda2fff3303c9
tree095dd5e798596269431fbbf66f37dcf6b376a2cc
parent39c33d8cbaecdd1e5c756a715bef87844149ae5b
ldap: Don't use the backend's display name as identifier

We'd like to have the display name translatable, so it should not
be used as an identifer. Instead, introduce a backendId property
for this purpose.
src/core/authenticator.h
src/core/core.cpp
src/core/ldapauthenticator.cpp
src/core/ldapauthenticator.h
src/core/sqlauthenticator.cpp
src/core/sqlauthenticator.h
src/qtui/coreconfigwizard.cpp