gael in openicf

gael

committed 6216 to openicf

07 Mar
gael

committed 6182 to openicf

24 Oct 11
- integrated omebold fixes wrt create/update and IA5String type for RACF attributes over LDAP.
gael

committed 6179 to openicf

14 Oct 11
-fixed issues related to default values for attributes and the zOS version (before TDS)
-fixed a few dates conversion issues (again related to TDS)
gael

committed 6178 to openicf

13 Oct 11
useBlocks should always default to FALSE and not default to use VLV indexes...
gael

committed 6174 to openicf

06 Oct 11
added dynamic import
gael

committed 6173 to openicf

06 Oct 11
added dynamic import
gael

committed 6172 to openicf

05 Oct 11
- got rid of the dependencies to IBM HOD and AttacheMate WRQ 3270 jars.
They're not needed to build the connector anymore. And it runs fine if using LDAP mode only
gael

committed 6168 to openicf

29 Sep 11
gael

committed 6166 to openicf

28 Sep 11
added the isTivoliDirectoryServer (zOS>1.10) config property. Important for the LDAP approach - different behaviors on returned values
gael

committed 6165 to openicf

28 Sep 11
optimized group update to avoid useless ldap replace
gael

committed 6163 to openicf

26 Sep 11
-no more need to verify datamodel and attributes
gael

committed 6162 to openicf

22 Sep 11
- improved filtering of attributes RacfAttributes and RacfDataSetModel when having their default value
gael

committed 6161 to openicf

22 Sep 11
- got rid of the attributes normalizer. We should not need it anymore since we don't use DNs for UIDs
- improved filtering of attributes with <null> values. Seems zos 1.5 put the "NONE" or "NONE SPECIFIED"
string in empty attributes. Rather confusing. They are now filtered and replaced by null
gael

committed 6155 to openicf

15 Sep 11
better update procedure by doing a diff on attrs values and only update real changes instead of blind jndi replace
gael

committed 6150 to openicf

08 Sep 11
more bug fixes on the search part
gael

committed 6149 to openicf

08 Sep 11
few more ldap tests on groups
gael

committed 6148 to openicf

08 Sep 11
Stop calling schema() for each query
gael

committed 6147 to openicf

08 Sep 11
Added config option for SunIdm compat
gael

committed 6146 to openicf

08 Sep 11
gael

committed 6139 to openicf

26 Aug 11
- temporary fixed some exceptions throwing
gael

committed 6124 to openicf

01 Jul 11
- added possibility to do user search based on racfid attribute
gael

committed 6123 to openicf

30 Jun 11
- added possibility to do group search based on racfid attribute
gael

committed 6122 to openicf

30 Jun 11
- got rid of the members and groups lookup in the connect branch. Enough information is contained within group and user entry itself. Connect branch should only be read when information about user/group relation is needed (revoke etc..).
- Added Group queries method so that group searches can also be split in subqueries like for users
gael

committed 6121 to openicf

30 Jun 11
- added groupQueries as a config parameter to be able to split search queries not only for users but for groups too...
RACF has the 4096 entries returned limit that needs this workaround.