Questions tagged [openldap]

For questions about OpenLDAP Software, an open source implementation of the Lightweight Directory Access Protocol (LDAP).

Primary website: http://www.openldap.org/

The suite includes:

  • slapd - stand-alone LDAP daemon (server)
  • libraries implementing the LDAP protocol, and
  • utilities, tools, and sample clients.
188 questions
8
votes
2 answers

Why does LibreOffice (at least as packaged for Debian) depend on libldap?

The Debian package libreoffice-core (which is described in the Debian repositories as containing " the architecture-dependent core files of LibreOffice," and which is itself a dependency for libreoffice-writer and similar packages) has an absolute…
Chris Henry
  • 197
  • 8
8
votes
2 answers

Active Directory to OpenLDAP synchronisation

We have a domain controller with Active Directory with a number of basic users with custom attributes. We are looking for a way to synchronise the active directory users to OpenLDAP (currently running on Debian 6) and wondered if anyone has…
David Hawkins
  • 181
  • 1
  • 3
7
votes
1 answer

ldap.conf simple auth

I am trying to configure ldap.conf for openldap. I am trying to do simple authentication like you can do with the -x in the ldapsearch commad. We currently have a script that uses a complex ldapsearch command and we want to default many of the…
jacksonecac
  • 337
  • 1
  • 3
  • 12
7
votes
0 answers

How to change password of LDAP user?

Is it possible to change password for logged in LDAP user using passwd command? I have logged in to server1 using testuser. Trying to change password for itself (testuser) and got the below error. [testuser@server1 ~]$ passwd Changing password…
Sourav
  • 1,253
  • 2
  • 11
  • 16
7
votes
2 answers

How can I list active schemes, classes etc?

I'm using openldap-server-2.4.38_1 on FreeBSD 9.1-RELEASE-p5. 1) can I get list of active (connected) schemes without viewing slapd.conf file? 2) how can I get description of obectClasses and/or it's attributes in this schemes whiout viewing scheme…
setevoy
  • 894
  • 4
  • 15
  • 28
6
votes
1 answer

Openldap backup restore

I am trying to setup backup and restore and make sure it works. Please note that database size on ldap.old is lot more then the ldap. The /var/lib/ldap.old is my existing database. I have renamed /var/lib/ldap for backup/restore testing. I am…
Raza
  • 4,059
  • 7
  • 28
  • 33
6
votes
2 answers

Central user management with multiple servers with SSH keys, LDAP?

the number of my servers and users is growing and I would like to adopt a central database to manage users accounts. I'm thinking about OpenLDAP, but I have a question. Is it possible in LDAP to somehow restrict specific users to access only certain…
Kamil
  • 1,311
  • 2
  • 14
  • 31
5
votes
2 answers

how do I configure my RHEL5 or RHEL6 system to use ldap for authentication?

I have root access to a RHEL6 system and I want to use the corporate ldap server where I work for user authentication. I ran authconfig-tui and checked [*] Use LDAP and left [*] Use Shadow Passwords checked, then I checked [*] Use LDAP…
Red Cricket
  • 2,183
  • 6
  • 25
  • 37
5
votes
1 answer

Samba - use LDAP for authentication only?

I am trying to set up a Samba server to use an LDAP server for authentication only, but pull all account information (user ID etc.) from SSSD, PAM etc. Basically, the server should act as a standalone server except that the user names and passwords…
Kevin Keane
  • 619
  • 7
  • 14
5
votes
1 answer

Limit Openldap Transaction Log Disk Usage

Openldap (specifically version 2.4) stores transaction history in log files by default in the ldap data directory (so /var/lib/ldap/log.###########). Currently these log files take up a lot of space, are never removed automatically, and grow…
Centimane
  • 4,420
  • 2
  • 21
  • 45
5
votes
1 answer

Java could not get the TGT from cache in Linux client

I have set up a Kerberos server and OpenLDAP in RHEL5.5. I also have a RHEL6 machine as a client. I have run my Java program using jaas to query the OpenLDAP server from the Linux client. I can query the OpenLDAP server if I copy the client's keytab…
ricky_ru
  • 51
  • 1
  • 1
  • 3
4
votes
1 answer

OpenLDAP v2.4 enable logging

I have openldap v 2.4 running on centos7 and working but i cannot get it to log anything. I have tried adding the below line to the rsyslog.conf file but i still do not get any log file. LOCAL4.* /var/log/openldap/slapd.log When i added this…
a.smith
  • 705
  • 4
  • 13
  • 28
4
votes
1 answer

Linux and Azure AD sync possible?

I am currently considering to shuffle some infrastructure around, but my question boils down to: Can I sync a list of users and passwords to Azure AD (only for Office 365) from a linux samba server? Currently there's an on premise Windows Server…
4
votes
1 answer

Yum Update Broke Slapd

First, I am not an OpenLDAP expert. I have openldap (slapd) running on a server that has been working for years. Today, I ran yum update and it updated quite a few packages, including the openldap packages. Once it finished (without errors) our…
MSF004
  • 295
  • 4
  • 9
4
votes
1 answer

Change default login shell to /bin/bash for ALL ldap users from LDAP server - not client

Perhaps my google kungfu is not doing great today, but I found ways to apparently do this for each user (one by one) on the client side, or even a way to do it from the ldap side with ldapmodify again one by one. What I am trying to setup is ssh…
FreeSoftwareServers
  • 2,482
  • 10
  • 37
  • 57
1
2 3
12 13