

$servers->setValue('server','base',array(' dc=kifarunix-demo,dc=com')) ĭefine your phpLDAPadmin authentication type. * Array of base DNs of your LDAP server. In our setup, OpenLDAP base DN is set to dc=kifarunix-demo,dc=com. * The port your LDAP server listens on (no quotes). In our demo, our OpenLDAP is configured with StartTLS (port 389). $servers->setValue('server','name',' Kifarunix-demo LDAP Server') ĭefine the IP address or resolvable hostname of your OpenLDAP server $servers->setValue('server','host',' ') ĭefine the port on which your OpenLDAP server is listening on. PhpLDAPadmin to identify this LDAP server to users. * A convenient name that will appear in the tree viewer and throughout * Define your LDAP servers in this section * This is the name that will appear on phpLDAPadmin web interface.

Set a suitable name for your LDAP server. We are only going to make a few changes in this demo, enough to access and run phpLDAPadmin to administer LDAP server. The configuration file is highly commented. This is the file that we are going to edit to make our configuration changes as per LDAP server settings. The default configuration file for phpLDAPadmin is /etc/phpldapadmin/config.php. So expect a number of warnings on deprecation when running phpLDAPadmin. Note that will install phpLDAPadmin with PHP 7.4. You can simply install it by running the command below apt install phpldapadmin Original-Maintainer: Fabio Tranchitella ĭepends: php, php-ldap, php-xml, ucf (>= 0.28), debconf (>= 0.5) | debconf-2.0ĪPT-Sources: focal/universe amd64 Packages PhpLDAPadmin is available on Ubuntu 20.04 repos apt show phpldapadmin Package: phpldapadmin Install phpLDAPAdmin on Debian 10/Debian 11 Install phpLDAPadmin on Ubuntu 20.04 Want to use Debian 10/11 instead? Check the link below Install and Setup OpenLDAP Server on Ubuntu 20.04 Install and Setup phpLDAPadmin on Ubuntu 20.04
