Questions tagged [ldapmodule]
8 questions
9
votes
3 answers
Add GSSAPI to OpenLdap in supportedSASLMechanisms
I'm looking how to add the GSSAPI support into my OpenLDAP ?
Current setup
MIT Kerberos V + OpenLDAP
Kerberos bind to openldap
Able to issue kerberos tickets to my users (with kinit exampluser)
Able to ldapsearch -x uid=exampluser
Openldap…

Tolsadus
- 1,183
- 11
- 23
0
votes
1 answer
DB_NOTFOUND: No matching key/data pair found (-30988)
Could anyone please explain why I get this error. I got this error(on server) while trying to bind any user in ldap server. Also I get "Insufficient access rights" output when I run the program. And I dont get it while trying to bind admin. I…

Praneetha
- 101
- 1
- 4
0
votes
1 answer
memberof not working with ldapmodify
I have an openldap instance with the memberof and refint modules configured.
The memberof overlay is configured like this:
dn: cn=module{1},cn=config
cn: module{1}
objectClass: olcModuleList
olcModuleLoad: memberof
olcModulePath:…

htz
- 113
- 7
0
votes
1 answer
Enable memberof overlay - module is empty
I am trying to enable the memberof overlay for my ldap using this article. The only difference is that I am using a custom schema I am using an objectClass out of this schema. So my ldif looks like this
dn: cn=module,cn=config
cn:…

htz
- 113
- 7
0
votes
0 answers
adding vlv(virtual list view) extension to openLDAP (LDAP) Server
Im currently working with LDAPRecord library in a Laravel project. I want to use a pagination function but it's required having virtual list view (vlv) extension to my ldap server
, I dont quite know the steps to add it but from what i found , I…
0
votes
0 answers
Is Certificates are required for STARTTLS connection on LDAP
My LDAP server's ldap.conf file
#
# LDAP Defaults
#
# See ldap.conf(5) for details
# This file should be world readable but not world writable.
BASE dc=coretesting,dc=com
URI ldap://ldap.coretesting.com…

ram ajay
- 11
- 2
0
votes
0 answers
Is it possible to add memberUid as bind DN
Can we use memberUid for bind dn string.
Here is my sample ldif file
dn: cn=posixgroup,dc=memtesting,dc=com
objectClass: top
objectClass: posixGroup
gidNumber: 1001
cn: posixgroup
memberUid: posixuser
dn:…

ram ajay
- 11
- 2
-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