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

How to unlock account with expired password while still prohibiting passwords from their password-history

I have a password policy issue that I need help with. The password policy I am using is the following: objectClass: top objectClass: device objectClass: pwdPolicyChecker objectClass: pwdPolicy pwdAttribute: userPassword pwdLockoutDuration:…
OhaiMac
  • 1
  • 3
-1
votes
1 answer

Enable ssl on open ldap

I have a requirement to add ssl on ldap because the application use port 636. My question is both 636/ 3268 can enable same time or not? I havr multiple applications use one need regular 636 othet 3268. I am wobdering I need to build secondary ldap…
eli1128
  • 63
  • 1
  • 3
  • 6
-1
votes
1 answer

How to switch user in Linux with password

I have client with LDAP authenticatation, when user1 login to client, and switch to user2 (sudo su - user2), he just login without password. I want to make switching user in client with authentication password from ldap, how can I do that? Thanks…
user1070579
  • 141
  • 1
  • 3
  • 7
-1
votes
1 answer

Openldap Password change at first login

I have implemented openldap in centos 6, I want to push password change policy at first login. Which pwdPolicy ObjectClass and Attributes can accomplish this task ? # MyOrgPPolicy, Policies, eostest.com dn:…
-1
votes
1 answer

samba openldap user file premissions

we are testing openldap server with samba3 backend for a new domain in our company. How can we implement users with different permissions on home directory. we want some users to have full access to save data on desktop and home directory while…
-1
votes
2 answers

How to properly insert a set of olcAccess attributes to the configuration of an OpenLDAP database?

I need to add a bunch of ACLs for my database but am having hard time writing proper LDIF for it. Unfortunately, ldapmodify is not very helpful with its useless error message: modifying entry "olcDatabase={1}mdb,cn=config" ldap_modify: Other (e.g.,…
kostix
  • 1,150
  • 1
  • 7
  • 13
-1
votes
1 answer

Gitlab with OpenLDAP secured with TLS

I have a working, secure OpenLDAP server running at: auth..com I also have a reader account that Gitlab can use: cn=Reader Reader,ou=users,dc=auth,dc=,dc=com Our setup is secured with STARTTLS. Our server will accept no…
Andrew M.
  • 9
  • 3
-1
votes
1 answer

OpenLDAP data purged/whipped on Ubuntu server upgrade 12.04 to 14.04 LTS

I upgraded my Ubuntu server from 12.04 to 14.04 using standard do-release-upgrade. After upgrade I found that my OpenLDAP directory data is purged. This is an unexpected outcome of an upgrade. I don't think that many people expect data on a server…
onknows
  • 322
  • 2
  • 5
  • 15
-1
votes
2 answers

Set up LDAP on Redmine with Zimbra LDAP

I'm trying to enable LDAP authentication for a Redmine installation. My LDAP Server is the one provided by Zimbra, and I'm perfectly sure that it works good (I use LDAP also for ownCloud server, in the same machine of Redmine). Anyway, with the same…
-1
votes
1 answer

OpenLDAP modify member is not allowed

I am Struggeling with my LDAP attributes. I already created a few test users and groups, but I am unable to add users to the groups. #!DATE 2014-05-22T11:48:16.324 #!ERROR [LDAP: error code 65 - attribute 'member' not allowed] dn:…
Daywalker
  • 495
  • 5
  • 25
-1
votes
1 answer

Forwarding incoming ssh connections to virtual machine based on LDAP group

My Question is as follows: How can I forward all incoming SSH (Port 22) traffic (except one account) to a VM which is running on this server? The Server is based on Proxmox VE 3.1 The VM is Debian 7 with group-based LDAP-auth Goal is, to forward…
Mat Fluor
  • 111
  • 4
-1
votes
1 answer

What are the dependencies of sssd/nscd to function?

What are the dependencies of sssd to function as an LDAP-client? What are the dependencies of nscd to function as an LDAP-client? Does sssd need openldap to function as an LDAP-client? Does nscd?
ujjain
  • 3,983
  • 16
  • 53
  • 91
-1
votes
1 answer

openLDAP restrict user

Hi I'm newbie on LDAP but I was able to follow ubuntu's installation guide, add few user using posixgroup then successfully accessed the ssh using the created account. Now, lets say I have user1, and its connected to ssh with rbash shell, but still…
genpet
  • 101
-1
votes
1 answer

Why is slapd logging "connection_read(12): no connection!"?

Why is slapd logging "connection_read(12): no connection!" ? This is a fresh install. There are no other connections. Message also logged at olcLogLevel: none. the command kldap1 ~ # ldapwhoami SASL/EXTERNAL authentication started SASL username:…
84104
  • 12,905
  • 6
  • 45
  • 76
-1
votes
1 answer

Authenticate Teamcity against LDAP using StartTLS

I am running a 6.5 version of Teamcity on a Debian Squeeze server and I use OpenLDAP to authenticate users. I know I can use LDAPS to be able to use encrypted password authentication, however this has been deprecated by the OpenLDAP developers, see:…
aseq
  • 4,610
  • 1
  • 24
  • 48
1 2 3
96
97