turnuserdb.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. #This file can be used as user accounts storage for long-term credentials mechanism.
  2. #这个文件可以用作长期用户帐户存储凭证机制。
  3. #
  4. #username1:key1
  5. #username2:key2
  6. # OR:
  7. #username1:password1
  8. #username2:password2
  9. #
  10. # Keys must be generated by turnadmin utility. The key value depends
  11. # on user name, realm, and password:
  12. # 钥匙必须由turnadmin实用程序生成。键值取决于用户名称、领域和密码:
  13. #
  14. # Example:
  15. # 例子,使用以下命令:
  16. # $ turnadmin -k -u ninefingers -r north.gov -p youhavetoberealistic
  17. # Output: 0xbc807ee29df3c9ffa736523fb2c4e8ee
  18. # 输出是: 0xbc807ee29df3c9ffa736523fb2c4e8ee
  19. #
  20. # ('0x' in the beginning of the key is what differentiates the key from
  21. # password. If it has 0x then it is a key, otherwise it is a password).
  22. # ('0x'开始的关键是区分从密码的关键。如果它有0x,那么它是一个关键,否则这是一个密码)。
  23. #
  24. # The corresponding user account entry in the userdb file will be:
  25. # 相应的用户帐号在userdb文件中是:
  26. #
  27. #ninefingers:0xbc807ee29df3c9ffa736523fb2c4e8ee
  28. # Or, equivalently (less secure):
  29. #或者是这样(不安全的):
  30. #ninefingers:youhavetoberealistic
  31. #
  32. yourname:yourpsw