slapd (Standalone LDAP Daemon) is an LDAP server implementation, part of the OpenLDAP open source project.
Questions tagged [slapd]
97 questions
0
votes
1 answer
ldapmodify failing implementing TLS certs
I'm probably overlooking a typo, but i cant find it.
~$ /usr/bin/ldapmodify -H ldapi:// -Y EXTERNAL -f /tmp/certs.ldif
SASL/EXTERNAL authentication started
SASL username:
gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
modifying…
0
votes
1 answer
LDAP slapd server not starting -> Modify ldap when server is offline
so im trying to get a LDAP server with ssl certificate running. I need to change the config by changing cn=config with ldapmodify and therefore cannot use a slapd.conf. It was quite hard finding proper guides on how to set it up with this... im…
0
votes
1 answer
slapd.conf ACL: ldap_modify: Insufficient access (50)
I am trying to limit write access to users own userPassword attribute. But failing miserably for hours now. Here is what I've done so far:
Installed OpenLDAP 2.4 on Arch linux
Configured a base DN (dc=exmaple,dc=org) and a Manager to modify,add and…

tuna
- 113
- 3
0
votes
1 answer
Specify Keytab Location for Slapd
I need help. How can I set up the ldap keytab location path in order that slapd uses it instead of the system /etc/krb5.keytab?
I can't find the configuration in documentation.
Thank you so much.

DG DM
- 35
- 5
0
votes
1 answer
ldapscripts ldapaddgroup fails with "No such object (32)" and "Error adding group ${groupname} to LDAP"
I had some issues and fixed them, but there is no post on stackexchange about it, so I'll post a question and answer too.
(EDIT: apparently there is a very related post...which I couldn't find any way other than looking for "GSUFFIX"... already…

Peter
- 2,756
- 1
- 20
- 26
0
votes
1 answer
Bind to slapd ldap server using uid instead of cn
I'm trying to connect to an LDAP server running slapd, using the net_ldap ruby gem. I'm able to perform the bind action using the cn of the user, but I need to use the uid.
The LDAP server was created by ClearOS and is otherwise untouched, standard…

AJFaraday
- 101
- 4
-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