-
Notifications
You must be signed in to change notification settings - Fork 38
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
Users are not validated through custom plugin #157
Comments
I am trying to login on Windows using Remote Desktop Connection it seems that it checks only for local accounts password instead of custom plugin accounts. In that way with RDP it works only last synchronized user password, instead of last valid one on my custom plugin. |
Can anyone help? |
In Windows 10 a login has to happen fast not like in Windows 7 where you had plenty of time. the next problem is pgina itself. Sometimes, out of the blue, the pipe breaks down .... I need to change the whole pipe stuff from c# to c++ code. In my environment is see the error extreme seldom, and if it happens no harm was done. Is there a need to let Local Machine process all those groups again? To your problem |
The problem is pGina.Plugin.WPMC.WpmcPlugin is not invoked when user logs off and login. |
In your example you lock and unlock the user 2020-02-17 07:47:32,311 [2268|6|INFO ] pGina.Service.Impl: SessionChange:5 7 and the pipe error always occurs during a remotedisconnect while logging on. So no harm is done. |
Hi,
I have a custom authentication and authorization plugin written and configured in pgina.
Only first time when user logs in, the users are authenticated and authorized against the plugin. However for subsequent login, only LocalMachine is used for authentication and authorization.
I am using pGina fork 3.9.9.12.
Can anyone help?
pGina.Service.ServiceHost_log.txt
The text was updated successfully, but these errors were encountered: