Skip to content

Commit 7f7296d

Browse files
authored
Make Include Realm the default (#6341)
Closes #4628
1 parent 7b6ac49 commit 7f7296d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Npgsql/NpgsqlConnectionStringBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ public string KerberosServiceName
614614
[Category("Security")]
615615
[Description("The Kerberos realm to be used for authentication.")]
616616
[DisplayName("Include Realm")]
617+
[DefaultValue(true)]
617618
[NpgsqlConnectionStringProperty]
618619
public bool IncludeRealm
619620
{

0 commit comments

Comments
 (0)