|
CruiseControl.NET : User Name Authentication
This page last changed on Dec 10, 2009 by csut017.
User Name AuthenticationUser name authentication checks that the user name is valid. VersionAvailable from version 1.5 ExamplesSimple example <simpleUser name="johndoe" display="John Doe" />
Wildcard example <simpleUser name="*" />
The following example shows how this user definition can be used with an internal security definition. Example in Context <internalSecurity> <users> <simpleUser name="johndoe" display="John Doe" /> </users> <permissions> <!-- Omitted for brevity --> </permissions> </internalSecurity> Configuration Elements
NotesThis element simply stores a user name - authentication is that the user name is a valid name.
|
| Document generated by Confluence on Jan 23, 2011 08:52 |