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

How to Change maxPasswdAge parameter in OpenLDAP in Linux

I am trying to find how to change some password policy settings in openLDAP (on a system-wide level - not on a per user level) such that ALL LDAP account users (ie existing and new users) have their passwords set to expire after 90 days. I know…
Dominiqs
  • 167
  • 3
  • 7
  • 12
-1
votes
1 answer

How to install LDAP server and add a user?

I need to test that our application can connect to more than one LDAP servers. We have one working one (running on OSX server). I need to setup another one. We tried to set LDAP server on SuSE using Yast. I can connect but I don't know how to add…
Radek
  • 1,153
  • 4
  • 26
  • 39
-1
votes
5 answers

OpenLDAP and Samba, can't log onto Samba share from Windows

The former jackass IT-guy that I'm taking over for had a Samba share setup on a Fedora server that uses our OpenLDAP server to authenticate users who want to log in from Windows. We recently added a new employee and I jumped through the LDAP hoops…
Jake Wilson
  • 8,814
  • 29
  • 97
  • 125
-1
votes
1 answer

OPEN LDAP Sync Test

Could someone experienced in open ldap give me answers for these questions please ? I'm looking into a pre configured two open ldap servers that are in mirror sync. What is the best way to identify that these two are actually in sync? what are…
mbdow
  • 9
  • 2
-1
votes
1 answer

Can I use both LDAP and LDAPS on the same server​?

I have plan to push log from the Windows Server to log server. The log server use only LDAPS and my current server use LDAP. Is it required to enable LDAPS on the Windows Server to do this task. Can I enable both LDAPS and LDAP on the same AD…
-2
votes
2 answers

Shell script to enumerate the (already existing) LDAP group called "VPN Users"

I am new to LDAP and learning about the ldapsearch and ldap in general. Would like to write a shell script that enumerate the (already existing) LDAP group "VPN Users", then get all user "samaccountname" (e.g.joe.smith). Can someone please help?…
Irina I
  • 1
  • 2
-2
votes
2 answers

Bad hdb.ldif, need help to configure it

contents of /etc/openldap/slapd.d/cn=config/olcDatabase={2}hdb.ldif 1 # AUTO-GENERATED FILE - DO NOT EDIT!! Use ldapmodify. 2 # CRC32 2e34b404 3 dn: olcDatabase={2}hdb 4 objectClass: olcDatabaseConfig 5 objectClass: olcHdbConfig 6…
vector8188
  • 111
  • 1
  • 6
-2
votes
1 answer

Are the UID of users from a domain maintained locally in a machine?

I have seen many of my office Linux machines connected to some domain. I am wondering as if a machine maintains the list of UID of users in a domain, locally? If yes, then how and who does it? if not then can there be a possibility that a local…
-2
votes
1 answer

How to disable anonymous read on OpenLDAP using cn=config

I am a newbie with openldap 2.4 and I need to restrict read access to anonymous. Actually, if someone write ldapsearch -x -H ldap://myipaddrr he can see all entries of my HDB database. How can I solve this using cn=config (dynamic configuration). By…
Cyrill Gremaud
  • 63
  • 1
  • 3
  • 12
-3
votes
2 answers

AH00094: Command line: '/usr/sbin/apache2'

i have installed ldap and phpldapadmin 3 weeks ago and everything was good. yesterday i wanted to configure web server, so the web server works fine, and the command service apache2 restart it gives as result : * Restarting web server apache2 …
azert123
  • 35
  • 2
  • 2
  • 5
-3
votes
1 answer

ldap client failed to bind to ldap server

I have a windows ldap client setup and I have been able to connect to it using the gui ldap admin client. When I try to connect to it using my ubuntu 12.04 client I get the following error in my auth.log: Aug 21 16:38:20 uby getent: nss_ldap:…
rahrahruby
  • 587
  • 6
  • 12
  • 21
-3
votes
1 answer

How to build OpenLDAP in windows and get binaries?

How can i get binaries for these tools: [ldapadd ldapcompare ldapdelete ldapexop ldapmodify ldapmodrdn ldappasswd ldapsearch ldapurl ldapvc ldapwhoami] I tried to build openLDAP version 2.6.3 from here: https://www.openldap.org/software/download/ in…
MajdAlo
  • 1
  • 1
1 2 3
96
97