Active
Project:
Secure Site
Version:
6.x-2.2
Component:
Documentation
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2009 at 20:00 UTC
Updated:
13 Mar 2009 at 20:04 UTC
# php stored_passwords.php username='test' realm='realm' password='test' op='create'
does not work, since "password=" has to be "pass=" .
# php stored_passwords.php username='test' realm='realm' pass='test' op='create'
The help provided by
Usage: stored_passwords.php [OPTIONS]...
Options:
username=STRING User identity. When not given, the delete op removes all
users from the realm.
realm=STRING Realm. Defaults to hostname.
password=STRING User password.
op=STRING Create or delete. By default, an existing user identity
will be updated.
is wrong or there is an error in the code (depends on how you like to see it).
Comments
Comment #1
Andreas Wolf commentedSorry, forgot to set the priority to minor