OpenDS Tips: dsconfig Advanced Mode…

Opends Logo TagOpenDS LDAP directory service comes with a command-line user interface to manage every configuration parameter of the server: dsconfig.

The dsconfig tool can be run in interactive mode (and this is the default) or non interactive mode for use in scripts. Because there are many properties, and most of them would not be changed, some properties are hidden by default.They can still be managed through dsconfig, but with the Advanced mode :

$ dsconfig –advanced

The list-properties command displays the properties sorted by category. You can filter out all properties for a given category with the –category option (-c). And have the advanced properties displayed with the –advanced option.

$ dsconfig list-properties –category global

or with the advanced properties:

$dsconfig list-properties –category global –advanced

Technorati Tags: , ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s