Updated README to list the current credentials.
Also added notes about the presence of alternate configs - and warned novice users away from them for now.
This commit is contained in:
@@ -1,19 +1,22 @@
|
|||||||
This is a very simple setup just to check that all your gear are in order.
|
This is a very simple setup just to check that all your gear are in order.
|
||||||
|
|
||||||
The setup consists of one IdP and one SP.
|
The setup consists of one IdP and one SP, in idp2/ and sp-wsgi/ respectively.
|
||||||
The IdP authenticates users by using a htpasswd plugin and gets the identity information
|
|
||||||
from the ini-plugin.
|
|
||||||
|
|
||||||
All this is in the idp/who.ini configuration file, the file used for authentication
|
(There are alternate IdP and SP configs in idp2_repoze/ and sp-repoze/ that
|
||||||
is idp/passwd and the ini file is idp/idp_user.ini.
|
are still in flux; do not use them unless you know what you are doing.)
|
||||||
|
|
||||||
The passwords in passwd in clear text:
|
The IdP authenticates users using a dictionary built in to idp2/idp.py;
|
||||||
|
look for the dictionary called PASSWD inside that file.
|
||||||
|
|
||||||
roland:friend
|
Other metadata about the accounts (names, email addresses, etc) are
|
||||||
ozzie:two
|
stored in idp2/idp_user.py.
|
||||||
derek:three
|
|
||||||
ryan:four
|
The username:password pairs in PASSWD:
|
||||||
ischiro:five
|
|
||||||
|
haho0032:qwerty
|
||||||
|
roland:dianakra
|
||||||
|
babs:howes
|
||||||
|
upper:crust
|
||||||
|
|
||||||
The SP doesn't do anything but show you the information that the IdP sent.
|
The SP doesn't do anything but show you the information that the IdP sent.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user