amAuthOATH.properties revision b6e17ba1cff78995f19b876dcf45feebf615a2a6
12N/A# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
12N/A# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
12N/Aa500.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \
12N/Aa504.help.txt= HOTP uses a counter value that is incremented every time a new OTP is generated. TOTP generates a new OTP every few seconds as specified by the time step interval.
12N/Aa505.help.txt=This sets the window that the OTP device and the server counter can be out of sync. For example, if the window size is 100 and the servers last successful login was at counter value 2, then the server will accept a OTP from the OTP device that is from device counter 3 to 102.
30N/Aa506.help=The name of the attribute in the user profile to store the user counter. This is required if HOTP is chosen as the OATH algorithm.
12N/Aa507.help.txt=This adds a digit to the end of the OTP generated to be used as a checksum to verify the OTP was generated correctly. This is in addition to the actual password length. You should only set this if your device supports it.
12N/Aa508.help.txt=This is an option used by the HOTP algorithm that not all devices support. This should be left default unless you know your device uses a offset.
114N/Aa509.help.txt=This is the time interval that one OTP is valid for. For example, if the time step is 30 seconds, then a new OTP will be generated every 30 seconds. This makes a single OTP valid for only 30 seconds.
30N/Aa510.help.txt=This is the number of time step intervals to check the received OTP against both forward in time and back in time. For example, with 2 time steps and a time step interval of 30 seconds the server will allow a clock drift between client and server of 89 seconds. (2-30 second steps and 29 seconds for the interval that the OTP arrived in)
29N/Aa511.help=Attribute to store the time of the users last login. This is required if TOTP is chosen as the OATH algorithm.
29N/Aa511.help.txt=This attribute stores the last time a user logged in to prevent time based attacks. The value is stored as a number (Unix Time).