Sun Java System Portal Server 7.2 Command-Line Reference

modify-sharepointcrawler-site

The modify-sharepointcrawler-site subcommand modifies a SharePoint crawling site.

Long-Named Format

psadmin modify-sharepointcrawler-site --adminuser admin_user [--passwordfile password_file] --searchserver searchserver_id --site site_id [--url url] [--name name] [--description description] [--database database] [--user user] [--password password] [--subsites state]

Short-Named Format

psadmin modify-sharepointcrawler-site -u admin_user [-f password_file] -s searchserver_id -t site_id [-r url] [-N name] [-c description] [-d database] [-U user] [-F password] [-S state]

Options

These are the list of options available for the modify-sharepointcrawler-site subcommand. The following three options are required:

[--adminuser | -u] uid

Specifies the distinguished name (DN) or the user identification name (uid) of the administrator.

[--searchserver | -s] searchserver_id

Search server id.

[--site | -t] site_id

Site Id.

The following eight options are optional:

[--url | -r] url

Site URL.

[--name | -N] name

Site name.

[--description | -c] description

Site description.

[--database | -d] database

Target search database.

[--user | -U] user

SharePoint user.

[--password | -F] password

SharePoint password.

[--subsites | -S] state

Process subsites (true/false).

[--passwordfile | -f] passwordFile

Specifies the administrator password in the password file. When the --passwordfile option is specified, the password file should contain the password without any other text. If this option is not specified, the password will be prompted.