| | |
| | | ! |
| | | ! Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | ! --> |
| | | |
| | | <stax> |
| | | |
| | | <function name="_dsconfigCommonArgs"> |
| | |
| | | |
| | | </function> |
| | | |
| | | |
| | | |
| | | |
| | | <!-- generic wrapper on dsconfig --> |
| | | <!-- can be used to list, get or set a list of attribues --> |
| | | |
| | |
| | | <function-arg-property name="type" value="string"/> |
| | | </function-arg-def> |
| | | |
| | | <function-arg-def name="propertyName" type="optional"> |
| | | <function-arg-def name="objectType" type="optional"> |
| | | <function-arg-description> |
| | | Property type to modify, e.g. backend-name |
| | | Object type to modify, e.g. backend-name |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string"/> |
| | | </function-arg-def> |
| | | |
| | | <function-arg-def name="propertyValue" type="optional"> |
| | | <function-arg-def name="objectName" type="optional"> |
| | | <function-arg-description> |
| | | Property to modify, e.g. enabled |
| | | object name to modify, e.g. userroot |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string"/> |
| | | </function-arg-def> |
| | |
| | | |
| | | STAFCmdParamsList=[] |
| | | STAFCmdParamsList.append('%s' % (subcommand)) |
| | | if propertyName: |
| | | STAFCmdParamsList.append('--%s "%s" ' % (propertyName,propertyValue)) |
| | | if objectType: |
| | | STAFCmdParamsList.append('--%s "%s" ' % (objectType,objectName)) |
| | | if optionsString: |
| | | STAFCmdParamsList.append(' %s' % (optionsString)) |
| | | </script> |
| | |
| | | </sequence> |
| | | |
| | | </function> |
| | | |
| | | |
| | | |
| | | |
| | | </stax> |
| | | </stax> |