diff --git a/README.pod b/README.pod index 65c1bef..37bd33f 100644 --- a/README.pod +++ b/README.pod @@ -61,9 +61,9 @@ Authen::Simple::LDAP (and IO::Socket::SSL if LDAPS is used): # RedmineDbWhereClause "and members.role_id IN (1,2)" ## SCM transport protocol, used to detecte write requests - ## Valid values: dav-svn, git-smart-http - ## Default: dav-svn - # RedmineSCMProtocol dav-svn + ## Valid values: Subversion, Git, None + ## Default: Subversion + # RedmineRepositoryType Subversion ## Credentials cache size ## Default: 0 (disabled) @@ -97,17 +97,21 @@ Authen::Simple::LDAP (and IO::Socket::SSL if LDAPS is used): ## Default: Off # RedmineDenyNonMember On - ## Allow authentication by API key - ## Default: Off - # RedmineKeyAuthentication On + ## Allow authentication by API key + ## Default: Off + # RedmineKeyAuthentication On - ## Username for authentication by API key - ## Default: api-key - # RedmineKeyUsername key" + ## Username for authentication by API key + ## Default: api-key + # RedmineKeyUsername key ## Administrators have super-powers ## Default: On # RedmineSuperAdmin Off + + ## Sets firstname, lastname, email address to environment variables. + ## Default: Off + # RedmineSetUserAttributes Off