07 Dec, 2009

3 commits


05 Dec, 2009

1 commit


04 Dec, 2009

2 commits


03 Dec, 2009

1 commit


02 Dec, 2009

2 commits


01 Dec, 2009

5 commits


30 Nov, 2009

2 commits


27 Nov, 2009

1 commit

  • * UpdateNativeGroupCommand.java + basic unit test.
    * UpdateNISGroupCommand.java -- TODO needs some testing on special NIS resource.
     
    REFACTORINGS:
    - refactoring: OpCreateImpl, OpDeleteImpl - better naming of entry and account related variables.
    - cleanup of NativeAttribute (unused methods / fields)
    - refactoring UpdateNISUserCommand: sudoStart should be before the try/finally block. If something goes wrong in sudoStart, the program should stop immediately, and should not try to do sudoReset (that lies in the finally block).
    - united calls of getOwner script across all the NIS operations (AbstractNISOp#initGetOwner() is the central hub for all).
    - both Create/UpdateNISGroupCommand use the same logic for processing some output, so created a common method for them: AbstractNISOp#parseNisOutputForErrors(String outputFromCommand).
    - better naming in UpdateNISUserCommand.java, OpDeleteImpl.java, OpCreateImpl.java
    - erased unnecessary code from NativeAttribute.
    - doc update on SolarisConnection (needs review from Andrei TBD)
    
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@5509 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     

26 Nov, 2009

1 commit


25 Nov, 2009

4 commits


24 Nov, 2009

12 commits


20 Nov, 2009

1 commit


18 Nov, 2009

1 commit


16 Nov, 2009

1 commit

  • - implement Group search
    - align Group and Account search (for both Native and NIS use cases)
    - implement and test GroupIterator
    
    TODO:
    add javadoc where needed + more unit tests (w.r.t. search for Group in OpSearchImpl --> We have to wait with this, until other group operations are ready too. (CRUD))
    
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@5488 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     

13 Nov, 2009

3 commits