eHMI with User Authentication by a Windows Active Directory server?
I have the following requirements:
- Simple HMI for a machine ( ✓ AXC F 2152 with eHMI)
- HMI users need to log in ( ✓ AXC F 2152 with eHMI)
- HMI users must be authenticated against a Windows Active Directory server. ( ??? )
Can a PLCnext guru tell me if this final requirement is currently possible and if not (which I suspect) - are there any plans to make this possible, or else any tips on how I can easily roll my own AD authentication with eHMI?
Comments
> - HMI users need to log in ( ✓ AXC F 2152 with eHMI)
Currently with AXC F 2152 (firmware 1.0.0.250) the eHMI user can not (needs not) log in. In 2018 we want to bind eHMI to the PLCnext User Manager.
> - HMI users must be authenticated against a Windows Active Directory server. ( ??? )
In the future we intend to combine the PLCnext User Manager with LDAP. This would also enable a combination with Active Directory Server.
Hi Martin,
If you are feeling really adventurous, you might (but it again... you probably shouldn't), cross-compile your own nginx-binary, and combine it with this module https://github.com/kvspb/nginx-auth-ldap. and swap it with the on-target binary.
This would enable you to have ldap-auth from within nging's config files, where you place certain URI's behind ldap auth.
You should at least compile with the current options:
But i highly advice against it, as it might break more than you bargained for.