Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. multiotp-database-format-v3
  2. ; If backend is set to something different than files,
  3. ; and backend_type_validated is set to 1,
  4. ; only the specific information needed for the backend
  5. ; is used from this config file.
  6.  
  7. encryption_hash=111
  8. server_secret:=111
  9. actual_version=5.2.0.2
  10. admin_password_hash:=111
  11. anonymous_stat=1
  12. anonymous_stat_last_update=1532264723
  13. anonymous_stat_random_id=111
  14. attributes_to_encrypt=
  15. auto_resync=1
  16. backend_encoding=UTF-8
  17. backend_type=files
  18. backend_type_validated=0
  19. cache_data=0
  20. cache_ldap_hash=1
  21. case_sensitive_users=0
  22. clear_otp_attribute=
  23. console_authentication=0
  24. debug=0
  25. default_algorithm=totp
  26. default_dialin_ip_mask=
  27. default_user_group=
  28. default_request_ldap_pwd=0
  29. default_request_prefix_pin=0
  30. demo_mode=0
  31. developer_mode=0
  32. display_log=0
  33. domain_name=
  34. email_admin_address=
  35. encode_file_id=0
  36. encryption_key_full_path=
  37. failure_delayed_time=300
  38. group_attribute=Filter-Id
  39. hash_salt_full_path=
  40. issuer=multiOTP
  41. language=en
  42. last_update=1532268849
  43. ldap_expired_password_valid=1
  44. ldap_account_suffix=
  45. ldap_activated=1
  46. ldap_base_dn=DC=tests1,DC=local
  47. ldap_bind_dn=CN=multiotp,CN=Users,DC=tests1,DC=local
  48. ldap_cache_folder=tempdir
  49. ldap_cache_on=1
  50. ldap_cn_identifier=sAMAccountName
  51. ldap_default_algorithm=totp
  52. ldap_domain_controllers=ldap://172.16.3.63:389
  53. last_failed_white_delay=60
  54. ldap_group_attribute=memberOf
  55. ldap_group_cn_identifier=sAMAccountName
  56. ldap_users_dn=
  57. ldap_hash_cache_time=604800
  58. ldap_in_group=VPN
  59. ldap_language_attribute=preferredLanguage
  60. ldap_network_timeout=10
  61. ldap_port=389
  62. ldap_recursive_cache_only=0
  63. ldap_recursive_groups=1
  64. ldap_server_password:111
  65. ldap_server_type=1
  66. ldap_ssl=0
  67. ldap_synced_user_attribute=
  68. ldap_time_limit=30
  69. ldaptls_reqcert=auto
  70. ldaptls_cipher_suite=auto
  71. log=0
  72. max_block_failures=6
  73. max_delayed_failures=3
  74. max_event_resync_window=10000
  75. max_event_window=100
  76. max_time_resync_window=90000
  77. max_time_window=600
  78. multiple_groups=0
  79. ntp_server=pool.ntp.org
  80. overwrite_request_ldap_pwd=1
  81. radius_error_reply_message=1
  82. radius_reply_attributor= +=
  83. radius_reply_separator_hex=2c
  84. radius_tag_prefix=
  85. scratch_passwords_digits=6
  86. scratch_passwords_amount=10
  87. self_registration=1
  88. server_cache_level=1
  89. server_cache_lifetime=15552000
  90. server_timeout=5
  91. server_type=xml
  92. server_url=
  93. sms_api_id:=
  94. sms_message_prefix=%s is your SMS-Code
  95. sms_originator=multiOTP
  96. sms_password:=
  97. sms_provider=
  98. sms_userkey:=
  99. sms_digits=6
  100. sms_timeout=180
  101. smtp_auth=0
  102. smtp_password:=
  103. smtp_port=25
  104. smtp_sender=
  105. smtp_sender_name=
  106. smtp_server=
  107. smtp_ssl=0
  108. smtp_username=
  109. sql_server=
  110. sql_username=
  111. sql_password:=
  112. sql_database=
  113. sql_schema=
  114. sql_config_table=multiotp_config
  115. sql_cache_table=multiotp_cache
  116. sql_devices_table=multiotp_devices
  117. sql_groups_table=multiotp_groups
  118. sql_log_table=multiotp_log
  119. sql_tokens_table=multiotp_tokens
  120. sql_users_table=multiotp_users
  121. syslog_facility=7
  122. syslog_level=5
  123. syslog_port=514
  124. syslog_server=
  125. tel_default_country_code=
  126. timezone=Europe/Moscow
  127. token_serial_number_length=12
  128. token_otp_list_of_length=6
  129. verbose_log_prefix=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement