Edgewall Software

Changes between Version 7 and Version 8 of Slave Configuration


Ignore:
Timestamp:
Jul 25, 2009, 2:22:42 AM (15 years ago)
Author:
osimons
Comment:

Adding docs for authentication configuration.

Legend:

Unmodified
Added
Removed
Modified
  • Slave Configuration

    v7 v8  
    5656}}}
    5757
     58== Authentication ==
     59
     60Since 0.6dev r619, authentication information can also be included in configuration file:
     61{{{
     62#!ini
     63[authentication]
     64username = myusername
     65password = mypassword
     66}}}
     67
     68The authentication information will be removed as soon as it is read.
     69
    5870== Using Properties in BuildConfigurations ==
    5971