About
4,729 lines changed-
Committer is not mapped to a user
- First commit: 31 March 2011
- Last commit: 07 March 2012
| Last Week | All Time | |
|---|---|---|
| Commits: | 0 | 55 |
| Files changed: | 0 | 58 |
| Change in LOC: | 0 | 4,729 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
gael in openicf
gael
Fixes JIRA OPENIDM-9 & OPENIDM-20
modified
CSVFileConnector.java
gael
- integrated omebold fixes wrt create/update and IA5String type for RACF attributes over LDAP.
added to
RacfConfiguration.java and modified RacfConnector.java
gael
-fixed issues related to default values for attributes and the zOS version (before TDS)
-fixed a few dates conversion issues (again related to TDS)
-fixed a few dates conversion issues (again related to TDS)
modified 2
java files
gael
useBlocks should always default to FALSE and not default to use VLV indexes...
modified
LdapConfiguration.java
gael
added dynamic import
modified
pom.xml
gael
added dynamic import
added to
pom.xml
gael
- 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
They're not needed to build the connector anymore. And it runs fine if using LDAP mode only
modified
pom.xml
gael
fixed issues related to PASSWORD_EXPIRED, RESUME_DATE, REVOKE_DATE and the zOS version (TDS)
modified 2
java files
gael
added the isTivoliDirectoryServer (zOS>1.10) config property. Important for the LDAP approach - different behaviors on returned values
added to
RacfConfiguration.java
gael
optimized group update to avoid useless ldap replace
modified
LdapUtil.java
gael
-no more need to verify datamodel and attributes
modified
LdapUtil.java
gael
- improved filtering of attributes RacfAttributes and RacfDataSetModel when having their default value
added to
LdapUtil.java
gael
- 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
- 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
modified 2
java files
gael
better handling of group membership in LDAP mode
modified 2
java files
gael
better update procedure by doing a diff on attrs values and only update real changes instead of blind jndi replace
modified 2
java files
gael
fixed the default group bad assumption...
modified 2
java files
gael
inserted some important TODOs
modified 2
java files
gael
minor changes
deleted from
RacfConstants.java and modified 2 java files
gael
more bug fixes on the search part
modified
LdapUtil.java
gael
few more ldap tests on groups
modified
RacfConnectorTestBase.java
gael
Stop calling schema() for each query
modified
RacfConnector.java
gael
Added config option for SunIdm compat
modified
RacfConfiguration.java
gael
Schema updates (missing attributes) + schema doc
added to
RacfConstants.java and modified RacfConnector.java
gael
First attempt with the LDAP part of the connector now dealing with real user and group UID instead of LDAP DNs.
added
LdapUtil.java and modified 2 java files
gael
minor updates
modified 3
java files
gael
- temporary fixed some exceptions throwing
modified
LdapUtil.java
gael
- added possibility to do user search based on racfid attribute
added to
RacfUserFilterTranslator.java
gael
- added possibility to do group search based on racfid attribute
added to
RacfGroupFilterTranslator.java
gael
- 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
- Added Group queries method so that group searches can also be split in subqueries like for users
modified
LdapUtil.java
gael
- 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.
RACF has the 4096 entries returned limit that needs this workaround.
added to
RacfConfiguration.java
