Questions tagged [openldap]

OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP) developed by the OpenLDAP Project. LDAP is a platform-independent protocol for querying and modifying data using directory services running over TCP/IP.

OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP) developed by the OpenLDAP Project. LDAP is a platform-independent protocol for querying and modifying data using directory services running over TCP/IP.

It is released under its own BSD-style license called the OpenLDAP Public License. The OpenLDAP Project was started in 1998 by Kurt Zeilenga which was initially based on a clone of the LDAP reference implementation from the University of Michigan.

1452 questions
0
votes
0 answers

How to get ldap working on OpenSUSE 15.4

I am at my wits end in trying to get openldap working on OpenSUSE 15.4. I don't need directory services or user management, but it would be helpful for configuration for my DHCP and DNS servers. I upgraded the system from 15.1 to 15.4 and everything…
0
votes
0 answers

Sorry i'm stuck with freeradius to LDAP

Ok Im a little stuck with FreeRadus. I think I have found the problem, I just don't understand why so If I try to auth over the wifi it looks like its not getting the password below is the debug of that Ready to process requests (0) Received…
0
votes
1 answer

How to change base dn from "dc=example,dc=org" to "ou=example,o=org" in openldap

How to change base dn from "dc=example,dc=org" to "ou=example,o=org" in openldap This is what i have... ~# slapcat dn: dc=example,dc=org objectClass: top objectClass: dcObject objectClass: organization o: org dc: example structuralObjectClass:…
aps10234
  • 1
  • 1
0
votes
1 answer

Samba 4.16 integration with openldap 2.6 on Centos8 for 2FA

I want to setup 2factor authentication for both Linux and windows machine and want to manage the password via LDAP server. For this, I am using LDAP(which provides TOTP functionality) to authenticate Linux machine and Samba for windows machines. My…
0
votes
2 answers

SSSD direct bind

I use openldap with the following structure: dc=example,dc=org ├── ou=groups │ ├── cn=wheel │ └── cn=adm └── ou=users ├── uid=firstname.lastname └── uid=firstname.lastname Every setup of SSSD I found use the setting ldap_search_base.…
ange
  • 13
  • 3
0
votes
1 answer

Trying to import a schema into OpenLDAP olcAttributeTypes: AttributeType inappropriate USAGE:

I'm trying to update my schema on OpenLDAP. I want to add the following item: objectGUID To add it, I've tried exporting the raw definition from a functioning LDAP to install on my OpenLDAP, I have done this using apache directory studio. ( see…
Mr Giggles
  • 103
  • 4
0
votes
1 answer

OpenLDAP ACLs not cooperating

I had a simple ACL in place on my server that was working fine. I've decided to set up SSSD to authenticate user logins via LDAP, so I need to give more access to the SSSD bind account. In the process I've somehow blocked all access beyond the first…
miken32
  • 942
  • 1
  • 13
  • 35
0
votes
0 answers

CentOS Stream 9 OpenLDAP failing to start slapd service

I'm trying to set up an OpenLDAP server on CentOS Stream 9, currently the server is only used to host a Wiki.JS wiki. I've installed the OpenLDAP server and client packages through yum without any problems but when I try to start slapd services it…
0
votes
1 answer

Custom LDAP Schema

I want to create a LDAP schema for my university. I want to create three sub organization unit in people such as below. Is it a true…
fdas
  • 1
0
votes
1 answer

FreeIPA and Kerberos [Cannot contact any KDC for realm while getting initial credentials]

I hope this is the correct forum to ask. We run a cluster (Centos 7) using FreeIPA for account management. On Sunday the IPA server suddenly restarted and since then, users are no longer able to login via ssh and Kerberos credentials can no longer…
Yannick
  • 1
  • 3
0
votes
0 answers

Using public / private key in SSH authentification through LDAP and NFS mounted home folder

I would like to use a public / private key to connect to a server which using LDAP for authentification. The issue is that the home folder is only mounted after login via AutoFS. How can I store the public key in the LDAP server for a specific user…
doom4
  • 101
  • 1
0
votes
1 answer

Nextcloud ignores openLDAP password policy

I have a NextCloud server which is connected to an openLDAP server. All users can change their passwords which should follow a password policy. For users which only have a NextCloud account, this works fine with the setting in NextCloud. However,…
0
votes
1 answer

How can I make an attribute mandatory in OpenLDAP?

Our legacy OpenLDAP environment has entries, e.g. "Manager" that should always be present, but that are missing. If the Manager field is present and correct, it contains the OU of the person who is responsible for the person with that attribute. …
Chris K
  • 13
  • 3
0
votes
1 answer

Changing default values for LDAP loginShell and homeDirectory

Is it possible to set default values in the LDAP server for every newly created LDAP user for loginShell and homeDirectory for Linux users? I know how to change it on a per user bases but this is very inconvenient.
doom4
  • 101
  • 1
0
votes
1 answer

ldap_add - Invalid Syntax - Additional Info: ObjectClass - Value #1 Invalid Peer Syntax

I have the following content in adam.ldif dn: uid=adam,ou=users,dc=wesgibbs,dc=com objectClass: top objectClass: account objectClass: posixAccount objectClass: shadowAccount cn: adam uid: adam uidNumber: 16859 gidNumber: 100 homeDirectory:…