Questions tagged [openldap]

OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP).

OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol. The suite includes:

slapd - stand-alone LDAP daemon (server)
libraries implementing the LDAP protocol, and
utilities, tools, and sample clients. 
82 questions
13
votes
1 answer

Error trying to get a non-existent value (appearance, password_hash) in LDAP

I have installed LDAP and phpLDAPadmin on my Ubuntu 14.04 (Trusty Tahr). It is working, and I'm able to access phpLDAPadmin GUI and am also able to create OU and groups using the GUI, but I'm not able to create users. When I try to create a user I…
user5402
  • 133
10
votes
1 answer

How do I remove manually installed packages?

I have followed this tutorial http://www.openldap.org/doc/admin24/quickstart.html on installing OpenLDAP, but now I want to remove it. I'm not sure which command should I use for that. Can somebody point me in right direction? Cheers
user769182
10
votes
1 answer

slapd with back_sock does not create a socket

I have installed slapd on Ubuntu 12.04 and configured it with the following under /etc/ldap/slapd.conf: modulepath /usr/lib/ldap moduleload back_sock.la database sock socketpath /tmp/slapd.sock However, if I start slapd with service slapd restart…
asiouser
  • 101
9
votes
7 answers

OpenLDAP error configuring StartTLS: ldap_modify: Other (e.g., implementation specific) error (80)

Configuring StartTLS for OpenLDAP. Ubuntu server 16.04 Slapd 2.4.42+dfsg-2ubuntu3.2 I have my own internal Certificate authority that is providing certificates. I have set up certificates and key: in /etc/ssl/certs: -rw-r----- 1 root ssl-cert …
Ph4edrus
  • 121
8
votes
5 answers

Cannot login into new install of OpenLDAP

In Oracle VM Virtualbox I installed a fresh new copy of Ubuntu Server 14.04.1 64 bit version, with OpenSSH installed as well. Steps I done: sudo apt-get install slapd ldap-utils nano /etc/ldap/ldap.conf Here I entered BASE dc=elemer,dc=local URI…
elemer82
  • 491
7
votes
2 answers

How to allow LDAP user to change password?

I want to allow ldap user to change their password but how? passwd? or ldappasswd? It won't work for me this time. What will be the configurations for this in order the user will successfully change their passwords? Any help will do. Thanks.
ckknight
  • 303
5
votes
1 answer

How to have a OpenLDAP Multi master replication setup?

This is the setup I would like to have. LDAP clients | ________________|________________ / \ |___________LoadBalancer1___________| | | | …
Neo
  • 61
5
votes
2 answers

How to configure Master-Slave LDAP replication

How do I configure Master-Slave LDAP server on Ubuntu with session replication. For example If and ldap client changes his password on the master server. I want the new password to be synchronized automatically to the slave server
4
votes
1 answer

Unable to login Lubuntu Desktop openLDAP

Our admin is trying to install an openLDAP system for some network machines. I'm listing all the steps here so that someone may point out the breaking mistake. Objective Setup a centralized authentication system with Ubuntu server and lubuntu…
4
votes
4 answers

Ubuntu 12.04 LDAP client issue

I followed the guide described here configure LDAP, but I keep getting following error when running "getent passwd", is there any reason for that? Error: Jul 16 15:58:33 wso2-VirtualBox getent: nss_ldap: could not search LDAP server - Server is…
4
votes
4 answers

How to completely remove ldap and remove the directory tree

so I followed this guide: https://help.ubuntu.com/11.04/serverguide/C/openldap-server.html to install and configure ldap but then I discoverd both phpLDAPadmin and Luma and have decided to rebuild my tree from scratch using one of those tools.…
rugbert
  • 236
3
votes
1 answer

"ldap_add: Naming violation (64)" error when configuring OpenLDAP

I am following the Ubuntu server guide to configure OpenLDAP on an Ubuntu 10.04 server, but can not get it to work. When I try to use sudo ldapadd -x -D cn=admin,dc=don,dc=com -W -f frontend.ldif I'm getting the following error: Enter LDAP Password:…
user3215
  • 5,475
3
votes
0 answers

ubuntu 12.10 lock-screen unlockable with old ldap password

I have an ldap server that serves Ubuntu clients and there is a problem when unlocking the screen after a user has changed their password. Initial login works as expected: the user can log in with the new password and cannot with the old one.…
3
votes
1 answer

How to set up centralized user authentication on Ubuntu?

I have installed OpenLDAP, and configured some basic users. Next, I want to configure users in my directory to be able to authenticate through my server. I was reading a little about something called PAM. Is this what I should use? If so, can…
Mark
  • 121
2
votes
1 answer

How to unlock a locked user in openldap

We have a user who locked itself by using a faulty password. We have a standard openldap install following the LTS server guide. The locked user has an extra attribute now that it got locked: pwdAccountLockedTime: 201702161256Z
user185396
1
2 3 4 5 6