Kerberos.NET icon indicating copy to clipboard operation
Kerberos.NET copied to clipboard

A Kerberos implementation built entirely in managed code.

Results 59 Kerberos.NET issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.1.0 to 4.0.0. Commits 64bf627 Update certificate id 7785261 Update lisence url 5d6e25b Handle early disconnects #141 0156279 Update version to 4.0.0-rtm 6ab8574 Update IdentityModel dependencies to...

dependencies

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.1.0 to 4.0.0. Commits 64bf627 Update certificate id 7785261 Update lisence url 5d6e25b Handle early disconnects #141 0156279 Update version to 4.0.0-rtm 6ab8574 Update IdentityModel dependencies to...

dependencies

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.1.0 to 4.0.0. Commits 64bf627 Update certificate id 7785261 Update lisence url 5d6e25b Handle early disconnects #141 0156279 Update version to 4.0.0-rtm 6ab8574 Update IdentityModel dependencies to...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

My users in domain in cyrillic names as "Галиев Ренат@domain.com". Bruce return its: "Unable to translate Unicode character \\u0413 at index 0 to specified code page". Can you add cyrillic...

bug

**Describe the bug** Commit https://github.com/dotnet/Kerberos.NET/commit/85eca6c936312a39078873b6a05bab39915ec01b added support for domain-to-realm mappings. If I understand correctly, the project seems to try to be compatible with MIT/Heimdal's `[domain_realm]` section – in this case...

bug

TBD **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution...

enhancement

TBD **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution...

enhancement

Setting `RenewTickets` seems to "forget" cache configuration of the client and revert back to default cache location. Code used: ```csharp var client = new KerberosClient(config, loggerFactory); client.CacheInMemory = false; client.Cache...

bug
waiting-for-repro

**Describe the bug** When I go to get a TGT from the FreeIPA Kerberos server, the Kerberos.NET client is adding a backslash to the username instead of sending it as...

bug
waiting-for-repro
waiting-for-logs