Skip to content

Commit 0d8ea83

Browse files
committed
Move ADPassword down in the list
1 parent bee0b31 commit 0d8ea83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/odbc/dsn-connection-string-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ Sets the authentication mode to use when connecting to SQL Server. For more info
167167
| |SQL_AU_NONE|(Default) Not set. Combination of other attributes determines authentication mode.|
168168
|SqlPassword|SQL_AU_PASSWORD|SQL Server authentication with username and password.|
169169
|ActiveDirectoryIntegrated|SQL_AU_AD_INTEGRATED|Microsoft Entra integrated authentication.|
170-
|ActiveDirectoryPassword|SQL_AU_AD_PASSWORD|[DEPRECATED] Microsoft Entra password authentication.<br/><br/>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).|
171170
|ActiveDirectoryInteractive|SQL_AU_AD_INTERACTIVE|Microsoft Entra Interactive authentication.|
172171
|ActiveDirectoryMsi|SQL_AU_AD_MSI|Microsoft Entra managed identity authentication. For user-assigned identity, UID is set to the object ID of the user identity. |
173172
|ActiveDirectoryServicePrincipal|SQL_AU_AD_SPA|Microsoft Entra service principal authentication. UID is set to the client ID of the service principal. PWD is set to the client secret. |
173+
|ActiveDirectoryPassword|SQL_AU_AD_PASSWORD|[DEPRECATED] Microsoft Entra password authentication.<br/><br/>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).|
174174
| |SQL_AU_RESET|Unset. Overrides any DSN or connection string setting.|
175175

176176
> [!NOTE]

0 commit comments

Comments
 (0)