Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add password change capacity #9

Open
wants to merge 4 commits into
base: master
from
Open

Conversation

@belleck65536
Copy link

belleck65536 commented Feb 20, 2020

This only concern NPS with Windows client, may be other (not tested)

str2unicode reworked with mb_convert_encoding
added functions for password change as described in RFC2759
Additions
Add of constants and variables used for password change
Add of EAP helpers for code clarity
@belleck65536

This comment has been minimized.

Copy link
Owner Author

belleck65536 commented on src/EAPPacket.php in b8c1cee Feb 20, 2020

when radius server return eap.id=0, php consider eap.id as null
0 should be used as valid ID and not be set to a new random value
https://stackoverflow.com/questions/1782759/php-considers-null-is-equal-to-zero

EAP-MS-Chapv2 auth modified and EAP-MS-Chapv2 passchange created with depedancy on EAP-MS-Chapv2 auth
mistake
and changing private to protected desparity function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.