For some reason Google Groups won't let me attach and post files (An error 
(#340) occurred while communicating with the server)  so they're inline

gitorious.yml:
production: 
  cookie_secret: ****
  repository_base_path: "/var/www/gitorious/repositories"
  extra_html_head_data:
  system_message:  
  gitorious_client_port: 80
  gitorious_client_host: localhost
  gitorious_host: gitorious.tsi.lan
  gitorious_user: git
  gitorious_support_email: [email protected]
  exception_notification_emails: [email protected] 
  mangle_email_addresses: false
  public_mode: true
  locale: en
  disable_record_throttling: true
  enable_repository_dir_sharding: false
  enable_private_repositories: true
  repos_and_projects_private_by_default: false
  archive_cache_dir: "/var/www/gitorious/tarballs-cache"
  archive_work_dir: "/var/www/gitorious/tarballs-work"  
  only_site_admins_can_create_projects: false
  hide_http_clone_urls: false
  use_ssl: true
  is_gitorious_dot_org: false
  default_license: None
  ssh_fingerprint: "ae:5a:33:c5:fb:7d:e9:a9:30:91:3e:85:cf:6d:29:f7"
  turn_on_public_diagnostic_summary_page: true
  site_name: "Corp Gitorious"
  logo_url: /logo.gif
  custom_username_label: TSI.lan Username
  use_ldap_authorization: true
  sender_email_address: "Gitorious <[email protected]>"


authentication.yml:
production:
  disable_default: false
  methods:
    - adapter: Gitorious::Authentication::LDAPAuthentication
      host: '10.16.161.31'
      port: 389
      base_dn: 'DC=tsi,DC=lan'
      bind_username: '[email protected]'
      bind_password: 'foo'
      #group_search_dn: 'OU=TSI Groups,OU=User Groups,DC=tsi,DC=lan'
      #membership_attribute_name: memberof
      #members_attribute_name: member
      # Group lookup cache time, default is 0 (no caching)
      cache_expiry: 60
      user_filter:
      username_attribute: 'sAMAccountName'
      encryption: 'none'
      login_attribute: 'uid'
      distinguished_name_template: '{}@tsi.lan'
      attribute_mapping:
        mail: 'email'

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to