Microsoft KB Archive/238206

From BetaArchive Wiki
Knowledge Base


FIX: Password Dangling and Decrypted When Changing Security Mode For Replication

Article ID: 238206

Article Last Modified on 3/14/2006



APPLIES TO

  • Microsoft SQL Server 7.0 Standard Edition



This article was previously published under Q238206

BUG #: 56128(SQLBUG_70)

SYMPTOMS

If the connection information used by replication agents to login to the subscriber is changed from "SQL Server Authentication" to "Impersonating SQLServer Agent account", the encrypted password for the SQL User account in the MSsubscriber_info table is not removed and instead decrypted. The connection information can be changed by selecting "Configure Publishing and Distribution Wizard", located under the "Subscribers" tab.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

254561 INF: How to Obtain Service Pack 2 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0


For more information, contact your primary support provider.

MORE INFORMATION

Though decrypted, this information is about a SQL User account and is available only to the members of the Sysadmin role. The login and password fields in the MSsubscriber_info table in the Distribution database are used to store SQL Server username and password, not the Windows NT username and password.


Additional query words: repl security prb cleartext clear text pwd info

Keywords: kbbug kbfix KB238206