Windmill Group Configuration
Access within Windmill is controlled through the use of Windmill groups. Any number of groups can be created, each with permissions to a specific set of software packages.
- Define the necessary groups to be created. For this example, a single Windmill group named demo will be created with a password of access.
- Open Windows Explorer and browse to the
Windmilldirectory on the server (such asC:\inetpub\wwwroot\Windmill). - Open the
config.xmlfile in a simple text editor program.- Within the
<groups>tag, a<group>tag is created for each Windmill group. Each<group>tag contains a name and a password attribute, which correspond to the name and password of this Windmill group. For example, to create a group named demo with a password of access, the following line would be entered:<group name="demo" password="access"/>
- Within the
Last modified 2007-01-05 12:29 PM