iRulesLX
105 TopicsiRules LX for APM password reset
We are attempting to use APM as a Self-Service Password Reset resolution. I can modify Active Directory attributes than to this article https://devcentral.f5.com/s/articles/apm-cookbook-modify-ldap-attribute-values-using-iruleslx-21850 , however, has anyone used iRules LX to reset a password. I'll validate the user first with other methods but want to reset a forgotten password rather than the APM built-in Kerberos API reset with the current password to update to a new one. Thanks835Views1like1CommentiRulesLX broken after upgrade to v13, any ideas?
Just wondering if anyone had ever run into this before. I had a perfectly working iRulesLX project in version 12.1.3.3. After upgrading to 13.1.0.5, it's now completely broken. Specifically, the issue is that in my iRule, when I try to make the call to the iRulesLX method, the TCL command ILX::call times out. There is no explanation of why it times out. I've got a log statement as the first line of the method I'm calling in index.js, and it is not logging, so it's like the method is not even running. I know node.js is running though, because when I restart the plugin I can see sdmd start it up, and a node.js log statement I have right before the ilx.listen() method does log to the ltm log, and I can see that it at least got that far.201Views1like1Comment