Wechseln zu:Navigation, Suche
Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 167: Zeile 167:
| {{Alert}}'''Please note:'''<br>When using a hardware token, the prefix (e.g. '''hex(60)''' )must be specified in the AD attribute before the PSK. }}
| {{Alert}}'''Please note:'''<br>When using a hardware token, the prefix (e.g. '''hex(60)''' )must be specified in the AD attribute before the PSK. }}
{{var | OTP Geheimcode Syntax
{{var | OTP Geheimcode Syntax
| Der Syntax des OTP Geheimcode lautet folgendermaßen:<br>'''${HASH_ALGO}:${CODING}'''
| Der Syntax des OTP Geheimcode lautet folgendermaßen:<br>'''${HASH_ALGO}:${CODING}<nowiki>(</nowiki>${INTERVAL}<nowiki>)</nowiki>${SECRET}'''
* ${HASH_ALGO}: der Hash-Algorithmus, also ob ''sha1'', ''sha256'', oder ''sha512''
* ${HASH_ALGO}: der Hash-Algorithmus, also ob ''sha1'', ''sha256'', oder ''sha512''
** wird dieser '''nicht''' mit angegeben, so ist per default ''sha1''
** wird dieser '''nicht''' mit angegeben, so ist per default ''sha1''
Zeile 173: Zeile 173:
* ${INTERVAL}: das Intervall, welches in Klammern stehen '''muss'''
* ${INTERVAL}: das Intervall, welches in Klammern stehen '''muss'''
* ${Secret}: der oben generierte Geheimcode  
* ${Secret}: der oben generierte Geheimcode  
| The syntax of the OTP secret code is as follows:
| The syntax of the OTP secret code is as follows:<br>'''${HASH_ALGO}:${CODING}<nowiki>(</nowiki>${INTERVAL}<nowiki>)</nowiki>${SECRET}'''
* ${HASH_ALGO}: the hash algorithm, i.e. whether ''SHA1'', ''SHA256'', or ''SHA512''
* ${HASH_ALGO}: the hash algorithm, i.e. whether ''sha1'', ''sha256'', or ''sha512''
** If this is '''not''' specified, the default is ''SHA1''
** If this is '''not''' specified, the default is ''sha1''
* ${CODING}: the input format, i.e. ''base32''(b32), ''base64''(b64). or ''hex''
* ${CODING}: the input format, i.e. ''base32''(b32), ''base64''(b64). or ''hex''
* ${INTERVAL}: the interval that '''must'''' be in brackets
* ${INTERVAL}: the interval that '''must'''' be in brackets

Aktuelle Version vom 26. Januar 2024, 12:10 Uhr