Skip to content

Commit c265c86

Browse files
fixes MicrosoftDocs/sql-docs/issues/6342 -- update link
1 parent 2429fa6 commit c265c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/odbc/linux-mac/using-integrated-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Ensure that you use `kinit` or PAM (Pluggable Authentication Module) to obtain a
5353

5454
When an application runs as a service, because Kerberos credentials expire by design, renew the credentials to ensure continued service availability. The ODBC driver does not renew credentials itself; ensure that there is a `cron` job or script that periodically runs to renew the credentials before their expiration. To avoid requiring the password for each renewal, you can use a keytab file.
5555

56-
[Kerberos Configuration and Use](https://commons.oreilly.com/wiki/index.php/Linux_in_a_Windows_World/Centralized_Authentication_Tools/Kerberos_Configuration_and_Use) provides details on ways to Kerberize services on Linux.
56+
[Kerberos Configuration and Use](https://www.oreilly.com/library/view/linux-in-a/0596007582/ch09.html) provides details on ways to Kerberize services on Linux.
5757

5858
## Tracking Access to a Database
5959

0 commit comments

Comments
 (0)