Im attempting to move from rfc2307 to rfc2307bis
Ive had no issue doing this. I scripted it :)
Before, when i did not add the memberof module/overlay, i attempted to do an ldapsearch uid=bla memberof but would return nothing.
So i thought i missed something… So i was going to add the module and then the overlay. But looks like im misunderstanding something altogether by your response… :)
Maybe my ldapsearch was wrong to begin with…
What could i be missing? On Aug 27, 2021, 5:47 PM -0400, Quanah Gibson-Mount quanah@symas.com, wrote:
--On Friday, August 27, 2021 6:09 PM -0400 Dave Macias davama@gmail.com wrote:
Hello again...
On a clean rocky linux install i cannot seem to be able to add the memberof.la module. Get below output:
First question is, why are you installing memberOf module at all? :)
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
So i rebuild but without memberof module/overlay
Still my ldapsearch memberof not working :(
$ ldapsearch -xLLL uid=davetest dn: uid=davetest,ou=People,dc=domain,dc=net uid: davetest cn: Dave Test givenName: Dave sn: Test objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson objectClass: posixAccount objectClass: top objectClass: shadowAccount shadowLastChange: 18829 shadowMin: 0 shadowMax: 99999 shadowWarning: 7 loginShell: /bin/bash uidNumber: 1096 gidNumber: 100 homeDirectory: /home/davetest gecos: Dave Test mail: blabla
dn: cn=config,ou=Group,dc=domain,dc=net objectClass: posixGroup objectClass: groupOfNames objectClass: top cn: config gidNumber: 1000 member: uid=davetest,ou=People,dc=domain,dc=net
$ ldapsearch -xLLL uid=davetest memberof dn: uid=davetest,ou=People,dc=domain,dc=net
Thats all i get… what am i doing wrong?? Any input is much appreciated!
Thanks, Dave On Aug 27, 2021, 6:01 PM -0400, Dave Macias davama@gmail.com, wrote:
Im attempting to move from rfc2307 to rfc2307bis
Ive had no issue doing this. I scripted it :)
Before, when i did not add the memberof module/overlay, i attempted to do an ldapsearch uid=bla memberof but would return nothing.
So i thought i missed something… So i was going to add the module and then the overlay. But looks like im misunderstanding something altogether by your response… :)
Maybe my ldapsearch was wrong to begin with…
What could i be missing? On Aug 27, 2021, 5:47 PM -0400, Quanah Gibson-Mount quanah@symas.com, wrote:
--On Friday, August 27, 2021 6:09 PM -0400 Dave Macias davama@gmail.com wrote:
Hello again...
On a clean rocky linux install i cannot seem to be able to add the memberof.la module. Get below output:
First question is, why are you installing memberOf module at all? :)
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
--On Friday, August 27, 2021 8:10 PM -0400 Dave Macias davama@gmail.com wrote:
So i rebuild but without memberof module/overlay
From the slapo-memberof(5) man page for OpenLDAP 2.5:
Note that this overlay is deprecated and support will be dropped in future OpenLDAP releases. Installations should use the dynlist overlay instead. Using this overlay in a replicated environment is especially discouraged.
The point was you should be using dynlist rather than memberOf.
Regards, Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
openldap-technical@openldap.org