@@ -22,17 +22,11 @@ The C/C++ driver depends on the following software:
22
22
* [ CMake] v2.6.4+
23
23
* [ libuv] 1.x
24
24
* [ OpenSSL] v1.0.x or v1.1.x \*
25
- * Kerberos v5 ([ Heimdal] or [ MIT] ) \*\*\*
26
25
27
26
__ \* __ Use the ` CASS_USE_OPENSSL ` CMake option to enable/disable OpenSSL
28
27
support. Disabling this option will disable SSL/TLS protocol support
29
28
within the driver; defaults to ` On ` .
30
29
31
- __ \*\*\* __ Use the ` CASS_USE_KERBEROS ` CMake option to enable/disable Kerberos
32
- support. Enabling this option will enable Kerberos authentication
33
- protocol within the driver (currently unusupported by Scylla);
34
- defaults to ` Off ` .
35
-
36
30
## Linux/Mac OS
37
31
38
32
The driver is known to build on CentOS/RHEL 6/7/8, Mac OS X 10.10/10.11 (Yosemite
@@ -71,20 +65,6 @@ brew upgrade
71
65
brew install autoconf automake cmake libtool
72
66
```
73
67
74
- #### Kerberos
75
-
76
- ##### CentOS/RHEL (Yum)
77
-
78
- ``` bash
79
- yum install krb5-devel
80
- ```
81
-
82
- ##### Ubuntu (APT)
83
-
84
- ``` bash
85
- apt-get install libkrb5-dev
86
- ```
87
-
88
68
#### libuv
89
69
90
70
libuv v1.x should be used in order to ensure all features of the C/C++ driver
@@ -225,9 +205,5 @@ cmake -DCASS_BUILD_UNIT_TESTS=On ..
225
205
[ cpp-driver-ubuntu18-04 ] : https://github.com/scylladb/cpp-driver/releases/download/2.15.2-1/scylla-cpp-driver_2.15.2-1_amd64.deb
226
206
[ Homebrew ] : https://brew.sh
227
207
[ CMake ] : http://www.cmake.org/download
228
- [ k4w-32 ] : http://web.mit.edu/kerberos/dist/kfw/4.0/kfw-4.0.1-i386.msi
229
- [ k4w-64 ] : http://web.mit.edu/kerberos/dist/kfw/4.0/kfw-4.0.1-amd64.msi
230
208
[ libuv ] : http://libuv.org
231
- [ Heimdal ] : https://www.h5l.org
232
- [ MIT ] : https://web.mit.edu/kerberos
233
209
[ OpenSSL ] : https://www.openssl.org
0 commit comments