Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 2145
blob67a69cda4077b4fe4aad30482ed1c7d2c5b5f629
1 Title: LDAP-Sync: Handling user ids with special characters more user friendly
2 Level: 1
3 Component: multisite
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i1
8 Date: 1426583054
10 At the moment the Check_MK GUI does not allow to use special characters like
11 german umlauts in the user ID. By default the LDAP sync pluginn tries to
12 replace these umlauts with some similar characters, or if enabled, it tries
13 to skip these users during sync.
15 But if a user ID contains other special characters, which are not handled by
16 the LDAP code, this could result in exceptions after synchronising such users.
18 We improved the handling of those users to skip them silently during
19 synchronisation. If you miss some users, just enable the diagnostic log and
20 have a look at the LDAP debug log (located in <tt>var/check_mk/web/ldap-debug.log</tt>
21 in OMD sites) and search for <tt>Skipped user: ...</tt> entries. If you need
22 these users within Check_MK please let us know, we will add the needed umlauts
23 to the translation map.
25 For future innovation releases we plan to make such special characters usable
26 in user IDs, then this translation map will not be needed anymore.