DNNCommunity / DNNCommunity/DNN.ActiveDirectory

Add ability to use IP address mask for auto-login IP range

Open
#49 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Visual Basic .NET
Stars
26
Forks
25
PR merge metrics
No merged PRs in 30d

Description

## Is your feature request related to a problem?
**Please describe.**
Seems like the implementation/logic of autologin IP address range is weak - should be able to define ipnet with mask.
Now it just converts your IP to a long and checks if its equal to one of the ipadresses in the list(converted to long) or greater/less than the adresses(converted to long) in the provided range.

## Describe the solution you'd like
Should be able to define ipnet with mask.

## Describe alternatives you've considered

## Additional context

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.