Skip to content

Commit 9191a43

Browse files
committed
docs: remove mentions of Kerberos dependency
The driver does not support Kerberos authentication anymore, so the documentation has been updated to remove references to Kerberos and its installation instructions.
1 parent c05817f commit 9191a43

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Some tests are added to GitHub Actions workflows and are used to test every pull
395395

396396
To build and run the integration tests several requirements need to be met:
397397

398-
* Install `libuv`, `openssl` and `kerberos` on your system:
398+
* Install `libuv` and `openssl` on your system:
399399

400400
```shell
401401
# On Ubuntu

docs/source/topics/building.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,11 @@ The C/C++ driver depends on the following software:
2222
* [CMake] v2.6.4+
2323
* [libuv] 1.x
2424
* [OpenSSL] v1.0.x or v1.1.x \*
25-
* Kerberos v5 ([Heimdal] or [MIT]) \*\*\*
2625

2726
__\*__ Use the `CASS_USE_OPENSSL` CMake option to enable/disable OpenSSL
2827
support. Disabling this option will disable SSL/TLS protocol support
2928
within the driver; defaults to `On`.
3029

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-
3630
## Linux/Mac OS
3731

3832
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
7165
brew install autoconf automake cmake libtool
7266
```
7367

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-
8868
#### libuv
8969

9070
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 ..
225205
[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
226206
[Homebrew]: https://brew.sh
227207
[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
230208
[libuv]: http://libuv.org
231-
[Heimdal]: https://www.h5l.org
232-
[MIT]: https://web.mit.edu/kerberos
233209
[OpenSSL]: https://www.openssl.org

0 commit comments

Comments
 (0)