Stop the manager.
For information on stopping managers, refer to "7.2 Starting and Stopping the Manager".
Register the directory service as an external authentication function of Resource Orchestrator.
To register the directory service, execute the rcxadm authctl command.
For details on the rcxadm authctl command, refer to "1.7.10 rcxadm authctl" of the "Reference Guide (Resource Management) CE".
Example
When Using Active Directory
>rcxadm authctl register -ip 192.168.1.1 -port 636 -base dc=example,dc=local -bind cn=Administrator,cn=Users,dc=example,dc=local -method SSL -passwd mypasswd -auth ldap <RETURN> |
When using OpenDS
>rcxadm authctl register -ip 192.168.1.1 -port 1474 -base dc=fujitsu,dc=com -bind "cn=Directory Manager" -method SSL -passwd admin -auth serverview <RETURN> |
When Using OpenLDAP
>rcxadm authctl register -ip 192.168.1.1 -port 636 -base dc=example,dc=local -bind cn=manager,dc=example,dc=local -method SSL -passwd mypasswd -auth ldap <RETURN> |
Start the manager.
For information on starting managers, refer to "7.2 Starting and Stopping the Manager".
Register the user information in Resource Orchestrator.
For details on how to register the user information, refer to "Appendix C User Management Using Directory Service" of the "Operation Guide CE".