Skip to content

Commit 277a6f1

Browse files
committed
Missed a place in ODBC docs
1 parent b8a09dd commit 277a6f1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/connect/odbc/windows/odbc-administrator-dsn-creation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Specifies that the driver authenticate to SQL Server using a login ID and passwo
6565

6666
### With Active Directory Password authentication
6767

68+
**ActiveDirectoryPassword is deprecated.** Migrate to multifactor authentication (ActiveDirectoryInteractive) for user principals. For more information, see [Planning for mandatory multifactor authentication for Azure](/entra/identity/authentication/concept-mandatory-multifactor-authentication).
69+
6870
Specifies that the driver authenticate to SQL Server using a Microsoft Entra login ID and password.
6971

7072
### With Active Directory Interactive authentication

docs/connect/odbc/windows/sql-server-login-dialog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ If you use a trusted connection, you can specify a service principal name (SPN)
4545

4646
### Login ID
4747

48-
Specifies the SQL Server or Microsoft Entra login ID to use for the connection if **Authentication Mode** is set to **SQL Server**, **Active Directory Password**, **Active Directory Interactive**, **Managed Service Identity**, or **Active Directory Service Principal**. Otherwise, the **Login ID** box is disabled.
48+
Specifies the SQL Server or Microsoft Entra login ID to use for the connection if **Authentication Mode** is set to **SQL Server**, **Active Directory Password [DEPRECATED]**, **Active Directory Interactive**, **Managed Service Identity**, or **Active Directory Service Principal**. Otherwise, the **Login ID** box is disabled.
4949

5050
### Password
5151

52-
Specifies the password for the SQL Server or Microsoft Entra login ID used for the connection if **Authentication Mode** is set to **SQL Server** or **Active Directory Password**. Otherwise, the **Password** box is disabled.
52+
Specifies the password for the SQL Server or Microsoft Entra login ID used for the connection if **Authentication Mode** is set to **SQL Server** or **Active Directory Password [DEPRECATED]**. Otherwise, the **Password** box is disabled.
5353

5454
### Options
5555

0 commit comments

Comments
 (0)