Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
[UPD] update const
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Oct 15, 2019
1 parent e67f77e commit 72e43b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class LdapPasswordChangeOptions : IAppSettings
public string DefaultDomain { get; set; }

/// <inheritdoc />
public int LdapPort { get; set; } = LdapConnection.DEFAULT_SSL_PORT;
public int LdapPort { get; set; } = LdapConnection.DefaultSslPort;

/// <summary>
/// Gets or sets a value indicating whether [LDAP uses SSL].
Expand Down

0 comments on commit 72e43b8

Please sign in to comment.