bipmkpass => bipmkpw in bin.conf sample
This commit is contained in:
parent
5574a6d335
commit
de0d5efc34
@ -65,7 +65,7 @@ network {
|
||||
# - Use the multi server feature of your client, the server beeing each time
|
||||
# the server where bip is running. In your client setup server password to:
|
||||
# username:password:connectionname
|
||||
# - do not store the password in clear here, use the bipmkpass util to generate
|
||||
# - do not store the password in clear here, use the bipmkpw util to generate
|
||||
# a hash
|
||||
|
||||
# User structure is grouping information for a given user
|
||||
@ -73,7 +73,7 @@ user {
|
||||
# The name in bip of the user
|
||||
# This is used by bip only
|
||||
name = "nohar";
|
||||
# this user's password (md5(md5("tata"))) with seed - generated by bipmkpass
|
||||
# this user's password (md5(md5("tata"))) with seed - generated by bipmkpw
|
||||
password = "3880f2b39b3b9cb507b052b695d2680859bfc327";
|
||||
|
||||
# SSL certificates checking mode for user:
|
||||
|
Loading…
Reference in New Issue
Block a user