Name
[Windows]
Installation_folder\Manager\bin\rcxadm authctl - user management using directory service
[Linux]
/opt/FJSVrcvmr/bin/rcxadm authctl - user management using directory service
Format
rcxadm authctl register -ip ip_address [-port port] -base base_dn -bind bind_dn [-method {SSL|PLAIN}] {-passwd password|-passwd_file password_file} [-auth {serverview|ldap}] rcxadm authctl unregister rcxadm authctl show rcxadm authctl modify -ip ip_address [-port port] -base base_dn -bind bind_dn [-method {SSL|PLAIN}] {-passwd password|-passwd_file password_file} [-auth {serverview|ldap}] rcxadm authctl sync
Description
rcxadm authctl is the command to operate the directory server holding user and user group information.
Subcommands
Register a directory server with Resource Orchestrator.
Unregister a directory server registered with Resource Orchestrator. User and user group information registered in the directory server are not deleted, the information is only deleted from Resource Orchestrator.
Modify settings of the directory service registered with Resource Orchestrator.
The registered directory server information is displayed in the following format.
ip address: IP_address |
Reflect the resource information managed by Resource Orchestrator on the resource information in the directory server.
Options
Specify the IP address of the directory server to register.
Specify the port number of the directory server to register. When omitted, the following port numbers are regarded as having been specified using the -method value.
SSL : 636 |
Specify the search base of the directory server to register in DN format.
Specify the administrative privilege user name of the directory server to register in DN format.
Specify the encryption communication method to use with the directory server to register. Specify one of following.
If this option is omitted, SSL is specified automatically. If PLAIN is specified, encryption is not performed.
SSL
PLAIN
Specify the password for the administrative privilege user of the directory server to register.
Specify the administrative privilege user name of the directory server to register.
Specify the method for user authentication. Specify one of following items.
If omitted, serverview is set.
serverview
Operation using ServerView Operations Manager and Single Sign-On is performed.
ldap
Only user authentication using directory service is performed. Operation is not performed using Single Sign-On.
Examples
To display the registered directory service information:
>rcxadm authctl show <RETURN>
ip address: 127.0.0.1
port: 389
base: dc=fujitsu,dc=com
bind: cn=manager,dc=fujitsu,dc=com
method: PLAIN
auth: ldap |