Changes between Version 8 and Version 9 of campuswifiandeduroam2023Agenda/Lab


Ignore:
Timestamp:
Jul 29, 2024, 5:58:50 PM (7 weeks ago)
Author:
tuwan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • campuswifiandeduroam2023Agenda/Lab

    v8 v9  
    6666At this point, you are logged into the phpLDAPadmin interface. You have the ability to add users, organizational units, groups, and relationships.
    6767
     68//Note -// Sometime you will get an Unrecognized error.
     69
     70For 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
     72Download the phpldapmyadmin 1.2.6.3-0.3
     73{{{
     74wget http://archive.ubuntu.com/ubuntu/pool/universe/p/phpldapadmin/phpldapadmin_1.2.6.3-0.3_all.deb
     75}}}
     76
     77Install it :
     78{{{
     79dpkg -i phpldapadmin_1.2.6.3-0.3_all.deb
     80}}}
     81
     82Fix/install dependencies:
     83{{{
     84sudo apt-get -f install
     85}}}
     86
     87Refresh the web browser.