| 68 | //Note -// Sometime you will get an Unrecognized error. |
| 69 | |
| 70 | For ubuntu 22.04 users: There is no actual fix version available on official repositories, you need to download the package from ubuntu archive and install it manually. follow the steps below: |
| 71 | |
| 72 | Download the phpldapmyadmin 1.2.6.3-0.3 |
| 73 | {{{ |
| 74 | wget http://archive.ubuntu.com/ubuntu/pool/universe/p/phpldapadmin/phpldapadmin_1.2.6.3-0.3_all.deb |
| 75 | }}} |
| 76 | |
| 77 | Install it : |
| 78 | {{{ |
| 79 | dpkg -i phpldapadmin_1.2.6.3-0.3_all.deb |
| 80 | }}} |
| 81 | |
| 82 | Fix/install dependencies: |
| 83 | {{{ |
| 84 | sudo apt-get -f install |
| 85 | }}} |
| 86 | |
| 87 | Refresh the web browser. |