Skip to content

Commit aa7ab61

Browse files
Yashwant Sahumycastiel
authored andcommitted
# 这是一个 3 个提交的组合。
# 这是第一个提交说明: Bug#29637712: WINDOWS 2016 AD-LDS AUTHENTICATION_LDAP_SIMPLE PLUGIN ALLOWS UNAUTHENTICATED CONNECTIONS Windows AD allows LDAP authentication with empty password. After this fix AUTHENTICATION_LDAP_SIMPLE plugin will not try to perform LDAP bind when empty password is given. Authentication will be considered as failed. rb: 21910 Approved by: Georgi Kodinov <[email protected]> Approved by: Harin Vadodaria <[email protected]> Change-Id: Ie74d6b89f84670d5cd8a12f32fbe0030b91af3ea # 这是提交说明 mysql#2: test test1 # 这是提交说明 mysql#3: test2
1 parent 92198f4 commit aa7ab61

File tree

216 files changed

+138024
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+138024
-28
lines changed

CMakeFiles/3.10.2/CMakeSystem.cmake

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
set(CMAKE_HOST_SYSTEM "Linux-4.18.0-21-generic")
2+
set(CMAKE_HOST_SYSTEM_NAME "Linux")
3+
set(CMAKE_HOST_SYSTEM_VERSION "4.18.0-21-generic")
4+
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5+
6+
7+
8+
set(CMAKE_SYSTEM "Linux-4.18.0-21-generic")
9+
set(CMAKE_SYSTEM_NAME "Linux")
10+
set(CMAKE_SYSTEM_VERSION "4.18.0-21-generic")
11+
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12+
13+
set(CMAKE_CROSSCOMPILING "FALSE")
14+
15+
set(CMAKE_SYSTEM_LOADED 1)

0 commit comments

Comments
 (0)