Skip to content

Commit 5fe2620

Browse files
committed
docs: add a hint here for ansible users (#2246)
1 parent 303bce5 commit 5fe2620

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/config.php.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ $config = [
194194
* This password will give access to the installation page of SimpleSAMLphp with
195195
* metadata listing and diagnostics pages.
196196
* You can also put a hash here; run "bin/pwgen.php" to generate one.
197+
*
198+
* If you are using Ansible you might like to use
199+
* ansible.builtin.password_hash(hashtype='blowfish', ident='2y', rounds=13)
200+
* to generate this hashed value.
197201
*/
198202
'auth.adminpassword' => '123',
199203

0 commit comments

Comments
 (0)