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].