Wednesday, January 21, 2009

Simple test for Unix auth module in OpenSSO

To do Unix module authentications, we need to start helper daemon. This can be obtained from zip file.

1. Do configuration of port and other information by following steps provided in this doc:
http://docs.sun.com/app/docs/doc/820-3320/ggnpg?a=view

2. Create an auth module say testunix.

3. Create a test user on the unix machine where OpenSSO is running. Commands are:
* useradd testuser
* passwd testuser

4. Start unix helper daemon after unzipping opensso.zip and giving execute permissions.
cd zip-root/opensso/tools/helpers/bin
# ./amunixd
5. Login using URL:
http://host:port/opensso/UI/Login?module=testunix

No comments:

Post a Comment