[Freeipa-users] memberof plugin?

Martin Kosek mkosek at redhat.com
Fri Aug 1 08:26:25 UTC 2014


On 08/01/2014 12:40 AM, Kat wrote:
> Hi,
> 
> I must be missing something obvious in getting memberof plugin to work.. Any
> ideas?
> 
> Thanks in advance...
> ~K
> 
> ----------------------------------
> 
> ./fixup-memberof.pl  -D 'cn=Directory Manager' -b 'dc=red,dc=lemon,dc=com' -w - -v
> ldap_initialize( ldap://localhost:7389 )
> add objectclass:
>     top
>     extensibleObject
> add cn:
>     memberOf_fixup_2014_7_26_22_33_31
> add basedn:
>     dc=red,dc=lemon,dc=com
> adding new entry "cn=memberOf_fixup_2014_7_26_22_33_31, cn=memberOf task,
> cn=tasks, cn=config"
> ldap_add: No such object (32)
> 

Are you using FreeIPA or just standalone 389-ds-base instance?

Does the memberOf task object exist?

$ ldapsearch -x -D "cn=Directory Manager" -w Secret123 -b "cn=memberOf task,
cn=tasks, cn=config"

Is the MemberOf plugin enabled? (cn=MemberOf Plugin,cn=plugins,cn=config)

Are there any /var/log/dirsrv/slapd-YOUR-REALM/errors?

HTH,

Martin




More information about the Freeipa-users mailing list