CiscoDevNet / iPSK-Manager

Identity PSK (IPSK) Manager for Cisco ISE provides an example of how to manage the full Life Cycle of Wi-Fi Pre Shared Keys for supported Hardware/Software through Cisco ISE.
Apache License 2.0
30 stars 16 forks source link

Is this still being developed? #25

Closed GD-Dal closed 11 months ago

GD-Dal commented 1 year ago

Is it? There are some issues that should be looked into

Thanks

garns78 commented 1 year ago

2nd this, please can this be updated to support php8

Thanks

ciesinsn commented 12 months ago

Short answer is, yes. @garns78 do you have specific items you've found not working with php8? I have a fix for one done and working on another for initial installation.

garns78 commented 11 months ago

Thanks, firstly, customer is sensitive about using unsupported versions. i.e rollback to php 7.4 required for installation.

Secondly we are having huge issues connecting to customer AD using LDAPS. Any support on this would be greatly appreciated.

ciesinsn commented 11 months ago

@garns78, funny enough AD/LDAPS was the item I am currently looking at and my hope is after that I'll push all the changes unless I find something else that needs to be corrected for php8.

ciesinsn commented 11 months ago

@garns78 changes for php8 have been merged into master. If you still have LDAP issues please open a new issue with details of the issue. Note, I added two lines of code to BaseLDAPClass.php where you can uncomment them and it won't enforce a certificate validation if that is your issue.