Questions tagged [phpldapadmin]

phpLDAPadmin (also known as PLA) is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server.

phpLDAPadmin (also known as PLA) is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server.

Its hierarchical tree-viewer and advanced search functionality make it intuitive to browse and administer your LDAP directory. Since it is a web application, this LDAP browser works on many platforms, making your LDAP server easily manageable from any location.

phpLDAPadmin is the perfect LDAP browser for the LDAP professional and novice alike. Its user base consists mostly of LDAP administration professionals.

68 questions
11
votes
2 answers

Forbidden location when using alias in nginx for relative urls

I am trying to set up roundcube / phpldapadmin / ... with Nginx on relative urls, e.g.: example.com/roundcube example.com/phpldapadmin The source are in the following folders: /var/www/roundcube /usr/share/phpldapadmin Everything was working fine…
Holt
  • 36,600
  • 7
  • 92
  • 139
9
votes
2 answers

Phpldapadmin does not work for an unknown reason

I'm trying to install LDAP. I've installed slapd and the PhpLDAPAdmin tool on Debian, but when I'm logged in, I cannot do anything. Despite I've logged in as 'cn=admin,dc=barbucha', I see on the right side instead of the tree: Logged in as:…
Theodor Keinstein
  • 1,653
  • 2
  • 26
  • 47
5
votes
2 answers

Cant create new entry. PHPLDAPADMIN

I just installed LDAP and PHPLDAPADMIN.Its work fine but when I want Create new entry page just refresh and nothing happend.There are a few errors: Unrecognized error number: 8192: Function create_function() is deprecated Errors in…
Jirka Vít
  • 51
  • 1
  • 1
  • 3
5
votes
2 answers

"This base cannot be created with PLA." PHPLDAPadmin error on login (initial entries?)

I've ended up being in charge of installing OpenLDAP with a MySQL back-end, and I'm having an issue with PHPLDAPAdmin that, while I believe I may know the problem, I have been unable to find a solution for. I'm working on Ubuntu 14.04.1 with…
Noah Lange
  • 61
  • 1
  • 1
  • 4
3
votes
1 answer

Can not connect to server via ldaps using Let's Encrypt certificates

I set up an OpenLDAP server using this docker image: https://github.com/osixia/docker-openldap For TLS support I used Let's Encrypt certificates following this: https://serverfault.com/questions/777017/using-lets-encrypt-certificates-with-openldap…
enricoba
  • 31
  • 2
2
votes
0 answers

phpldapadmin not working correctly on Ubuntu 22.04

I upgraded to the next Ubuntu LTS 22.04 and phpldapadmin doesn't seem to function correctly now. Before the upgrade, I could login with the admin account (cn=admin,dc=xxx,dc=local) and have full access to modify attributes and such, but now it only…
2
votes
0 answers

How to develop a phplapadmin custom page

I'm customizing a phpLdapAdmin web site and I need to create a new settings page where users will change various configuration values inside the config.php file. The page will not read or change any LDAP object. It will only read/write a config…
Matteo Conta
  • 1,423
  • 13
  • 17
2
votes
2 answers

How can I create multiple contacts in LDAP with the same email address?

I installed LDAP and phpLDAPadmin following this tutorial, and so far it is working. Now I am trying to create an entry in the address book with a duplicate email address. I'm trying to set up contact sharing in outlook, but we have groups of…
jjsteing
  • 67
  • 7
2
votes
1 answer

How can I add memberof attribute to ldap user via phpldapadmin

I am using openldap to create a simple user and simple group. dn: cn=User2 Engineer,ou=users,dc=example,dc=net cn: User2 Engineer gidnumber: 501 givenname: User2 homedirectory: /home/users/u2engineer loginshell: /bin/sh objectclass:…
smoking gun
  • 73
  • 1
  • 7
2
votes
2 answers

php ldap get all(recursive) activedirectory users in a node

I have an active directory here how it looks: Now I post a group name to ldap function and wants to get all users under this group.. I run this: ldap_search($ldap_con, "DC=Company,DC=Intra",…
user4005632
2
votes
0 answers

Using ldap memberof in phpldapadmin

Unless im not using it properly which is probable, but I am using ldap query clause member-of to find members of a group ou here is the code below: ldap_set_option($conn,LDAP_OPT_PROTOCOL_VERSION,3); $searchText= "ou=Aston…
JoelS
  • 89
  • 1
  • 1
  • 8
1
vote
1 answer

ldapadd auto generated comments contain broken characters

I have an issue with an ldap entry. I try to create a dn such as : dn: ou=élèves,ou=1A,ou=Classes,ou=Personnes,dc=ldap,dc=ecoleplurielle,dc=local as I have utf-8 characters in ou=élèves I translate this value in base-64 and add an extra colon after…
gchaste
  • 11
  • 1
1
vote
0 answers

Cannot display phpLDAPadmin login form

Trying to install phpLDAPadmin 1.2.5 from https://github.com/leenooks/phpLDAPadmin.git but running into an issue. On the one hand it seems to have installed (at least partly) correct, because from an ssh window I can login using "elinks…
1
vote
0 answers

Custom user creation template onchange not working

I'm trying to create a custom new user template that includes all the object classes and fields that I need, but for some reason, the onchange autoFills have all stopped working. I have no issue with them on the generic templates.
1
vote
1 answer

Why does "php --version" return "Segmentation fault (core dumped)" after installing phpLDAPadmin?

I'm running Apache 2.4 on FreeBSD (FAMP stack) and had Wordpress successfully hosting a website. However I recently tried to install phpLDAPadmin in order to manage an LDAP server and now whenever Apache is running, any page on my site displays the…
Joey Dodson
  • 38
  • 1
  • 7
1
2 3 4 5