Procházet zdrojové kódy

Update README for generating znc password hash

Luke Cyca před 10 roky
rodič
revize
d8e0b4ba40
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. 10
    0
      README.textile

+ 10
- 0
README.textile Zobrazit soubor

119
 
119
 
120
 Remove @{SHA512-CRYPT}@ and insert the rest as the @password_hash@ value.
120
 Remove @{SHA512-CRYPT}@ and insert the rest as the @password_hash@ value.
121
 
121
 
122
+Same for the IRC password hash...
123
+
124
+bc. # znc --makepass
125
+[ ?? ] Enter Password: foo
126
+[ ?? ] Confirm Password: foo
127
+[ ** ] Use this in the <User> section of your config:
128
+[ ** ] Pass = sha256#4bfc209c5e19874337fd89c80675ad194836efea5efd4189b7f73cd9e0a6094f#,i*Msa0B;w9yR23nm1ZB#
129
+
130
+Take the string beginning with @sha256#@ and insert it as the value for @irc_password_hash@.
131
+
122
 h3. 5. Run the Ansible Playbooks
132
 h3. 5. Run the Ansible Playbooks
123
 
133
 
124
 First, make sure you've "got Ansible installed":http://ansibleworks.com/docs/gettingstarted.html#getting-ansible.
134
 First, make sure you've "got Ansible installed":http://ansibleworks.com/docs/gettingstarted.html#getting-ansible.

Loading…
Zrušit
Uložit