Christian Gräfe

Results 7 comments of Christian Gräfe

Hi, the underlying library (Novell.Directory.Ldap.NETStandard) isn't supporting async methods yet. There is development effort to implement this. see here: issue: https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard/issues/27 branch (develop): https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard/tree/develop please stay tuned

Okay, I will submit a PR for documentation. What is the theoretical amount of SQL Agent log entries due to the increased polling intervall?

Hi, I'm talking about the encryption of the user password of the central repository user stored in the app.config file of the importer

Hi Marc, this my configuration (extract) My missing point is, how to encrypt the key "CentralRepositorySqlSecret". ```xml ```

Hi I don't need the encryption, but decryption is applied for the CentralRepositorySqlSecret in the source code. https://github.com/marcingminski/sqlwatch/blob/7a57ce4f617772a97f28391f8d31182b15cd7171/SqlWatch.Monitor/Project.SqlWatchImport/SqlWatchInstance.cs#L43

Yes, I'm totally fine with it, but the same logic for en-/decryption is used for die central repository. Look here: https://github.com/marcingminski/sqlwatch/blob/7a57ce4f617772a97f28391f8d31182b15cd7171/SqlWatch.Monitor/Project.SqlWatchImport/Program.cs#L91

Yes, this right, but for the SqlWatchRepository the code is using the same logic of class "SqlWatchInstance" for repository and remote instances. https://github.com/marcingminski/sqlwatch/blob/7a57ce4f617772a97f28391f8d31182b15cd7171/SqlWatch.Monitor/Project.SqlWatchImport/Program.cs#L86