Previous Topic: bulkupdateNext Topic: sd_sscmd importmsi


sd_sscmd libraryaccess

Valid on Windows and UNIX

The command libraryaccess sets the credentials that a connecting agent should use to access the SD software library. It runs also on the manager.

This command has the following format:

For Windows:

sd_sscmd libraryaccess {user=(domainname | local\)user password=password | REMOVE}

For UNIX/Linux:

sd_sscmd libraryaccess {user=(domainname | local\\)user password=password | REMOVE}

Note: The double backslash is required.

user

Name of the domain or "local" (current user on the local machine)\name of the user.

password

Password of the user.

REMOVE

Removes the user name and password.

Example:

sd_sscmd libraryaccess user=MyComputer\TheUser password=MyPassword 

The following command removes the user name and password stored encrypted in Comstore for library access:

sd_sscmd libraryaccess REMOVE