Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update ntlm_auth_wrapper for to support curl API calls * remove logs * remove logs * changing Makefile used to compile ntlm_auth_wrapper * clean up * add form fields in domains * change form * add store module example, add test button to password * remove binary options for ntlm_auth_wrapper. * adds error handling for ntlm auth backend api * adds ntlm_auth backend api adds docker wrapper and systemd configs * change migration script to handle multiple AD sections * clean up * adds perl dependencies in SPEC * adds machine account test endpoint adds last active time for connection dropping and re-establishing * change docker wrapper to kill all ntlm-auth-api containers * mschap auth flow changes: adds PacketFence-NTLM-Auth-Host, PacketFence-NTLM-Auth-Port to be passed to ntlm_auth * mschap auth flow changes: adds PacketFence-NTLM-Auth-Host, PacketFence-NTLM-Auth-Port to be passed to ntlm_auth * ntlm auth backend will read from domains.conf * adds error handling for migration script * adds rewrite resolv.conf in containers * changes docker wrapper to run multiple containers * change build process for dev scenario. * test machine account * removes machine account * clean up, adds services that requires a restart * clean up, removes lint errors * UI change, adds domain admin user and password field for domain join and update * machine account test * change create / delete domain logic * change domain admin username and password back to bind_dn and bind_pass * change method to POST * fix a run multiple image failure issue * adds label for machine account password changes function name to a proper one * update domain.pm for better error handling * update domain config UI, show test button in machine account field only when editing a domain conf. * - adds http test alive router for service health check - change ntlm-auth-api service status logic to service unhealthy if any API is not available. * backups old config files before running migration script * change machine account password to "password" section by default * ntlm-auth-dockerwrapper will block * show message instead of http response in ntlm-auth-test * collect ntlm auth api using syslog * removes save and join option when editing domain * fix no "ntlm-auth-api" not shown in pfcmd * add isManaged status to fix "service not required / pfcmd service broken" * add domain validator to enforce unique workgroup and dns_name * adjust wording * remove join/rejoin/unjoin artifacts, lint cleanup * fix typos and bugs * remove winbindd * transfer ntlm-auth-api logs to packetfence.log * removes winbindd fix pfcmd * add new container in ci * wake up gitlab * Revert "wake up gitlab" This reverts commit 763aecc. * fix systemd services * removes winbindd from spec * Updated rpm packaging * Temp patch for missing libdigest-md4-perl package * fix ntlm machine account test check supports both plain text password and nt hash * remove services temporarily * add back * split ad_server into separate ip/fqdn fields, deprecate gethostbyaddr where external DNS is used and rDNS is not possible * fix password not being passed to python api for validation * adjust validations * adjust validations * remove generatedomainconfig and samba related * Removed winbindd from admin ui * Fixed packaging issue after rebase * Fix for rhel packaging * adds dns_resolve to pf util * change typos, form field labels * Updated dns lookup * Fixed missing impacket-addcomputer * Fixed typo * change typos, adds fallback option for dns resolve and gethostbyname * removes unused join unjoin stuff adds rejoin capability if machine account is deleted on AD without notifying Packetfence * change fqdn resolv logic * update required packetfence-perl version * resolve ad IP using util * remove NTLMv2 support * adds extra logs for troubleshooting purpose * address PR comments * address PR comments --------- Co-authored-by: Darren Satkunas <[email protected]> Co-authored-by: JeGoi <[email protected]> Co-authored-by: Durand Fabrice <[email protected]>
- Loading branch information