Hi everyone,
I'm working on Windows XP SP2 with DB2 version 9.7 GA.
I want access to DB2 only for one specific ldap group, let's call them "test".
I enabled the plugins with:
db2set DB2_ENABLE_LDAP=YES
db2 UPDATE DBM CFG USING SRVCON_PW_PLUGIN IBMLDAPauthserver
db2 UPDATE DBM CFG USING GROUP_PLUGIN IBMLDAPgroups
and configured the IBMLDAPSecurity.ini.
The Problem is, I get access with every member from the ldap server whether or not it is in the "test" group.
I got right messages in db2diag.log if a member is in the group or not, but all members get access anyway.
Is there any other variable that I've forgot?
Greetings
Marcel