From 72e43b828b18e51359e4f4339a462a2ca4446770 Mon Sep 17 00:00:00 2001 From: Geo Perez <1775792+geoperez@users.noreply.github.com> Date: Mon, 14 Oct 2019 20:31:49 -0500 Subject: [PATCH] [UPD] update const --- .../LdapPasswordChangeOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Zyborg.PassCore.PasswordProvider.LDAP/LdapPasswordChangeOptions.cs b/src/Zyborg.PassCore.PasswordProvider.LDAP/LdapPasswordChangeOptions.cs index 236921cd..fe420954 100644 --- a/src/Zyborg.PassCore.PasswordProvider.LDAP/LdapPasswordChangeOptions.cs +++ b/src/Zyborg.PassCore.PasswordProvider.LDAP/LdapPasswordChangeOptions.cs @@ -22,7 +22,7 @@ public class LdapPasswordChangeOptions : IAppSettings public string DefaultDomain { get; set; } /// - public int LdapPort { get; set; } = LdapConnection.DEFAULT_SSL_PORT; + public int LdapPort { get; set; } = LdapConnection.DefaultSslPort; /// /// Gets or sets a value indicating whether [LDAP uses SSL].