Skip to content

Commit

Permalink
Correct invalid orders of callbacks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohei Tamura committed Mar 30, 2016
1 parent c7a8dba commit 0d1ec9f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jar://com/sun/identity/authentication/Auth_Module_Properties.dtd">

<ModuleProperties moduleName="JDBC" version="1.0" >
<Callbacks length="2" order="2" timeout="120" header="OpenAM へのサインイン" >
<Callbacks length="2" order="1" timeout="120" header="OpenAM へのサインイン" >
<NameCallback>
<Prompt>ユーザー名</Prompt>
</NameCallback>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


<ModuleProperties moduleName="LDAP" version="1.0" >
<Callbacks length="2" order="2" timeout="120" header="OpenAM へのサインイン" >
<Callbacks length="2" order="1" timeout="120" header="OpenAM へのサインイン" >
<NameCallback>
<Prompt>ユーザー名:</Prompt>
</NameCallback>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


<ModuleProperties moduleName="NT" version="1.0" >
<Callbacks length="2" order="2" timeout="120" header="OpenAM へのサインイン" >
<Callbacks length="2" order="1" timeout="120" header="OpenAM へのサインイン" >

<NameCallback>
<Prompt>ユーザー名:</Prompt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<ModuleProperties moduleName="OATH" version="1.0">
<Callbacks length="2" order="2" timeout="120" header="OpenAM へのサインイン" >
<Callbacks length="2" order="1" timeout="120" header="OpenAM へのサインイン" >
<PasswordCallback>
<Prompt>ワンタイムパスワード:</Prompt>
</PasswordCallback>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


<ModuleProperties moduleName="RADIUS" version="1.0" >
<Callbacks length="2" order="2" timeout="60" header="OpenAM へのサインイン" >
<Callbacks length="2" order="1" timeout="60" header="OpenAM へのサインイン" >
<NameCallback>
<Prompt>RADIUS ID</Prompt>
</NameCallback>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<ModuleProperties moduleName="SecurID" version="1.0" >
<Callbacks length="2" order="2" timeout="120" header="OpenAM へのサインイン" >
<Callbacks length="2" order="1" timeout="120" header="OpenAM へのサインイン" >
<NameCallback>
<Prompt>ユーザー ID を入力してください</Prompt>
</NameCallback>
Expand Down

0 comments on commit 0d1ec9f

Please sign in to comment.