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,215
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…
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
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
0
votes
1 answer

Creating ppolicy Overlay in OpenLDAP has no effect

I read +++ forums and docs. My OpenLDAP instance is configured in a Bitnami Container as follows: dn: cn=module,cn=config cn: module objectClass: olcModuleList olcModuleLoad: ppolicy.so olcModulePath: /opt/bitnami/openldap/lib/openldap dn:…
Peedy2495
  • 21
  • 3
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…
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:…
-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
  • 3