You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

users.conf 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [user "admin"]
  2. password = admin
  3. cookie = dd94709528bb1c83d08f3088d4043f4742891f4f
  4. accountType = LOCAL
  5. role = "#admin"
  6. role = "#notfederated"
  7. [user "userthree"]
  8. password = "#externalAccount"
  9. cookie = d7d3894fc517612aa6c595555b6e1ab8e147e597
  10. displayName = User Three
  11. emailAddress = userthree@gitblit.com
  12. accountType = LDAP
  13. role = "#admin"
  14. [user "userone"]
  15. password = "#externalAccount"
  16. cookie = c97cd38e50858cd0b389ec61b18fb9a89b4da54c
  17. displayName = Mr. User One
  18. emailAddress = userone@gitblit.com
  19. accountType = LDAP
  20. role = "#admin"
  21. [user "usertwo"]
  22. password = "#externalAccount"
  23. cookie = 498ca9bd2841d39050fa45d1d737b9f9f767858d
  24. displayName = User Two
  25. emailAddress = usertwo@gitblit.com
  26. accountType = LDAP
  27. role = "#admin"
  28. [user "basic"]
  29. password = MD5:f17aaabc20bfe045075927934fed52d2
  30. cookie = dd94709528bb1c83d08f3088d4043f4742891f4f
  31. accountType = LOCAL
  32. role = "#fork"
  33. repository = RW:~repocreator/shb.git
  34. repository = V:test/gitective.git
  35. [user "repocreator"]
  36. password = MD5:b77e53bb561c47368d133b22e285f60b
  37. cookie = dd94709528bb1c83d08f3088d4043f4742891f4f
  38. accountType = LOCAL
  39. role = "#create"
  40. [team "Git_Admins"]
  41. role = "#none"
  42. accountType = LOCAL
  43. user = userone
  44. [team "Git_Users"]
  45. role = "#none"
  46. accountType = LOCAL
  47. user = userone
  48. user = usertwo
  49. user = userthree
  50. [team "Git Admins"]
  51. role = "#none"
  52. accountType = LOCAL
  53. user = usertwo