ServiceNow is one of the widely used ticketing systems in the IT industry. ServiceNow can be integrated and automated using …
STEP BY STEP GUIDE TO DEVELOP AN IVR SYSTEM IN ASTERISK PBX USING JAVA AGI
This article provides step by step instructions to develop a Java AGI based IVR (Interactive Voice Response) program on top …
MYSQL TABLE AUDIT TRAIL USING TRIGGERS
This article will explain how to implement an audit trail for MySQL table using Triggers. Maintaining an audit trail of …
STEP BY STEP GUIDE TO IMPLEMENT AWS COGNITO AUTHENTICATION TO A PHP APPLICATION WITH HOSTED UI
Amazon Cognito is a cloud service that provides authentication, authorization, and user management functionalities for your custom web or mobile …
USER SECURITY GROUP IN OpenLDAP
The LDAP security groups help us to enforce access restrictions to LDAP users. By implementing security groups, we can make …
INSTALLING OpenLDAP SERVER WITH phpLDAPadmin on Ubuntu 18.04
Recently I was tasked with installing and configuring OpenLDAP/phpLDAPadmin on a Ubuntu 18.04 server. I googled for the same, and …