24 Dec, 2009
3 commits
-
…tch timeout is too short (TBD: experiment with the optimal value) git-svn-id: https://svn.forgerock.org/openicf/trunk@5593 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5592 05b3e5af-d696-470f-a577-fd7599f74d3c
-
into GuardedString, instead of plain String. SolarisConnectionTest#testSudoAuthorization unit test was still expecting plain String password, this commit fixes the issue. git-svn-id: https://svn.forgerock.org/openicf/trunk@5591 05b3e5af-d696-470f-a577-fd7599f74d3c
23 Dec, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5588 05b3e5af-d696-470f-a577-fd7599f74d3c
22 Dec, 2009
1 commit
-
…o. Bug: wrong IP/port read. git-svn-id: https://svn.forgerock.org/openicf/trunk@5584 05b3e5af-d696-470f-a577-fd7599f74d3c
21 Dec, 2009
1 commit
-
…g is run now for quicker response; DeleteNISUser - cleaned imports. git-svn-id: https://svn.forgerock.org/openicf/trunk@5580 05b3e5af-d696-470f-a577-fd7599f74d3c
18 Dec, 2009
1 commit
-
…wrong root shell prompt. As 'david' is user, it has $ prompt, moreover it should be escaped due to that expect interprets stuff as regular expression. $ matches end of line git-svn-id: https://svn.forgerock.org/openicf/trunk@5573 05b3e5af-d696-470f-a577-fd7599f74d3c
16 Dec, 2009
5 commits
-
…, example: SolarisCreate). Leaving the Command suffix for subimplementations: CreateNativeUser, CreateNISUser, CreateNativeGroup... etc. git-svn-id: https://svn.forgerock.org/openicf/trunk@5567 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5566 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5565 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5563 05b3e5af-d696-470f-a577-fd7599f74d3c
-
…n of new ScriptOnResrouce operation. rev rev 5557) git-svn-id: https://svn.forgerock.org/openicf/trunk@5562 05b3e5af-d696-470f-a577-fd7599f74d3c
15 Dec, 2009
4 commits
-
…n of new ScriptOnResrouce operation. git-svn-id: https://svn.forgerock.org/openicf/trunk@5561 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5557 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5556 05b3e5af-d696-470f-a577-fd7599f74d3c
-
- Added unit tests - altered Configuration#validate to match the changed constraints. git-svn-id: https://svn.forgerock.org/openicf/trunk@5553 05b3e5af-d696-470f-a577-fd7599f74d3c
11 Dec, 2009
3 commits
-
…ange in SolarisConnection (adding timeout for the primitive executeCommand(String), but keeping the other methods private, as no other use cases came up yet.) Refactored blockSize property. git-svn-id: https://svn.forgerock.org/openicf/trunk@5547 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5545 05b3e5af-d696-470f-a577-fd7599f74d3c
-
- configuration names, types - refactoring: getNisPwdDir(), isDefaultNisPwdDir() - introducing concept of rootUser vs. loginUser (TBD: alters to SolarisConnection) git-svn-id: https://svn.forgerock.org/openicf/trunk@5544 05b3e5af-d696-470f-a577-fd7599f74d3c
10 Dec, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5542 05b3e5af-d696-470f-a577-fd7599f74d3c
04 Dec, 2009
1 commit
-
…ses are involved in the tests now. git-svn-id: https://svn.forgerock.org/openicf/trunk@5534 05b3e5af-d696-470f-a577-fd7599f74d3c
01 Dec, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5517 05b3e5af-d696-470f-a577-fd7599f74d3c
30 Nov, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5512 05b3e5af-d696-470f-a577-fd7599f74d3c
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
25 Nov, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5507 05b3e5af-d696-470f-a577-fd7599f74d3c
24 Nov, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5503 05b3e5af-d696-470f-a577-fd7599f74d3c
-
+ unit tests TODO add NIS GROUP delete too. git-svn-id: https://svn.forgerock.org/openicf/trunk@5497 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5495 05b3e5af-d696-470f-a577-fd7599f74d3c
-
…ass. The underlying implementations were ready earlier: CreateNISGroupCommand, CreateNativeGroupCommand) - added tests (OpCreateImplTest#createGroupTest()) to test creating of a /native/ account. -- TODOs: handle double attempt to create the same group/account with InvalidArgumentException (check the contract) git-svn-id: https://svn.forgerock.org/openicf/trunk@5493 05b3e5af-d696-470f-a577-fd7599f74d3c
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
09 Nov, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5472 05b3e5af-d696-470f-a577-fd7599f74d3c
-
…to satisfy connapter. git-svn-id: https://svn.forgerock.org/openicf/trunk@5471 05b3e5af-d696-470f-a577-fd7599f74d3c
-
…ls on the given resource. -- Literature on generation of /etc/shell files: http://docs.sun.com/app/docs/doc/817-1717/6mhe95f7e?l=en&a=view&q=%2Fetc%2Fshells git-svn-id: https://svn.forgerock.org/openicf/trunk@5470 05b3e5af-d696-470f-a577-fd7599f74d3c
05 Nov, 2009
1 commit
-
-- org.identityconnectors.contract.test.SearchApiOpTests.testCaseInsensitiveSearch() * config.groovy -- org.identityconnectors.contract.test.DeleteApiOpTests.testDeleteThrowUnknownUid() * OpDeleteImpl.java git-svn-id: https://svn.forgerock.org/openicf/trunk@5466 05b3e5af-d696-470f-a577-fd7599f74d3c
04 Nov, 2009
1 commit
-
… of Update. Turning off generation of inactive attribute. git-svn-id: https://svn.forgerock.org/openicf/trunk@5464 05b3e5af-d696-470f-a577-fd7599f74d3c
03 Nov, 2009
3 commits
-
…P__ related stuff in Schema and config.groovy temporarily. git-svn-id: https://svn.forgerock.org/openicf/trunk@5458 05b3e5af-d696-470f-a577-fd7599f74d3c
-
…read as much users as it can (best effor). git-svn-id: https://svn.forgerock.org/openicf/trunk@5450 05b3e5af-d696-470f-a577-fd7599f74d3c
-
…ry to read as much users as it can (best effor). git-svn-id: https://svn.forgerock.org/openicf/trunk@5449 05b3e5af-d696-470f-a577-fd7599f74d3c
30 Oct, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5444 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5443 05b3e5af-d696-470f-a577-fd7599f74d3c