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
0
votes
1 answer

I am trying to install openldap on centos 7 but getting error while checking configurationslaptest -u

i am trying to run the following command [root@ldap cn=config]# slaptest -u And the following exception is thrown 5a716d94 ldif_read_file: checksum error on "/etc/openldap/slapd.d/cn=config/old1_olcDatabase={1}monitor.ldif" database init…
Lalit
  • 11
  • 2
0
votes
0 answers

Having attributetype in new objectclass with

I am new to LDAP, I have created a new objectclass as below: attributetype ( 1.3.6.1.4.1.42.2.27.4.1.7 NAME 'functions' DESC 'Admin functions' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26…
Razmin
  • 75
  • 1
  • 1
  • 8
0
votes
1 answer

OpenLDAP CLI Authentication failed

I have a OpenLDAP Server running on my Ubuntu 16.04 machine. I also installed PhpLDAPAdmin, the PHPLdapAdmin works fine and I can authenticate. Also if I run for example at the CLI ldapsearch it works fine. But as soon as I try to run a CLI Function…
user8080556
0
votes
1 answer

Tell OpenLdap to use already encrypted pw

I'm new to Ldap and try to import all my User. I try to add a Person like this: dn: cn=Thomas Bendler,ou=Development,o=selflinux,dc=selflinux,dc=de objectclass: top objectclass: person objectclass: organizationalperson objectclass:…
roadis
  • 83
  • 5
0
votes
1 answer

Where to find data from phpldapadmin in ldapserver in ubuntu

I am using ldap server in Ubuntu. From phpldapadmin I created a new entry. In ldap server I can see all my created data when i use command $ ldapsearch -x: # leja, example, people, ldap.com dn: cn=leja,cn=example,ou=people,dc=ldap,dc=com givenName:…
fueggit
  • 859
  • 1
  • 22
  • 44
0
votes
1 answer

Struggling with OpenLDAP configuration (on AWS EC2)

I've been configurating a LDAP server on a linux instance using AWS EC2. Up to now, I successfully set up LDAP and phpLDAPadmin to work together. I've created Users and Groups "Organisation Units". I've added users and groups to those "OU"s. Now I…
Jsncrdnl
  • 3,005
  • 5
  • 28
  • 43
0
votes
0 answers

phpLDAPadmin: managing permissions

I'm developping a LDAP authentification server and I want to provide access to my users to a phpLDAPadmin panel. Let's say that I have my LDAP with following structure: admin ROOT Groups Admin group admin New app group user3 Users admin, …
Jsncrdnl
  • 3,005
  • 5
  • 28
  • 43
0
votes
1 answer

How to change phpldapadmin default port?

I am installing phpldapadmin in CentOS 6.5,the login address is: http://localhost/phpldapadmin The problem is the 80 port have been used by another program.So I need to modify the port,but how to? I have aready search Google,but get nothing. The…
Dolphin
  • 29,069
  • 61
  • 260
  • 539
0
votes
1 answer

Password field(s) not rendering in phpldapadmin

I tried setting up LDAP in a VM running on Ubuntu 14.04, and I also tried installing phpldapadmin. Now, I can access phpldapadmin, but when I try to create a new user account, it gives me this error: Error trying to get a non-existant value …
tdm092015
  • 1
  • 4
0
votes
3 answers

connecting openldap with phpldapadmin

I have 3 servers meant for openldap, phpldapadmin and client access. i have done phpldapadmin installation and i can access it through server 3 in browser http://example.local/ldapadmin and in server 1 (openldap) i have open ldap protocol, port…
AnD
  • 3,060
  • 8
  • 35
  • 63
0
votes
1 answer

Unable to connect my ohp application to Openldap server with ldap_connect() , return ressource id#2

I'v installed Openldap in Ubuntu 14.04 and i'v also installed phpldapadmin everything looks fine until this step , but when i try to connect my php application with this script i have the same response as a result resource id #2 this is my script…
S.Amine
  • 13
  • 10
0
votes
0 answers

Can't get php5-ldap module to be enabled

I have installed php5-ldap module in ubuntu and running dpkg -l|grep ldap shows ldap-utils 2.4.28-1.1ubuntu4.6 OpenLDAP utilities ii libaprutil1-ldap 2+deb.sury.org~precise+1 …
techno
  • 111
  • 3
  • 14
0
votes
1 answer

Error in creating new entry in Active Directory using ldap_add() in php

I am trying to create a new user in Active Directory using php by the following codes: $server = "ldaps://172.16.0.2"; $user = 'someuser'.'@domain.com'; //admin user $psw = "somepassword"; //admin password echo "

Mag dagdag ako ng bagong…

user7282
  • 5,106
  • 9
  • 41
  • 72
0
votes
0 answers

phpldapadmin expand users list produces error

When hitting the + symbol next to users after logging into ldapphpadmin the error There was a problem with the request is produced and, in the log, the error PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate…
tehb0rg
  • 1
  • 1
0
votes
2 answers

Can a LDAP 3 client access a LDAP 2 server?

I'm writing a PHP client that would allow access to any LDAP server. For various reasons I'd like to be able to access both LDAP 2 and 3 servers. If I don't make use of any LDAP 3 specific functionality, would it be a reasonable thing to use an LDAP…
Rui Gomes
  • 332
  • 1
  • 3
  • 16