openconfig-aaa-types

This module defines shared types for data related to AAA (authentication, authorization, accounting).

Typedef Base type Abstract
crypt-password-type string A password that is hashed based on the hash algorithm indicated by the prefix in the string. The string takes the following form, based on the Unix crypt function: $<id>[$<param>=<value>(,<param>=<value>)*][$<salt>[$<hash>]] Common hash functions include: id | hash function ---+--------------- 1 | MD5 2a| Blowfish 2y| Blowfish (correct handling of 8-bit chars) 5 | SHA-256 6 | SHA-512 These may not all be supported by a target device.
crypt-password-type string A password that is hashed based on the hash algorithm indicated by the prefix in the string. The string takes the following form, based on the Unix crypt function: $<id>[$<param>=<value>(,<param>=<value>)*][$<salt>[$<hash>]] Common hash functions include: id | hash function ---+--------------- 1 | MD5 2a| Blowfish 2y| Blowfish (correct handling of 8-bit chars) 5 | SHA-256 6 | SHA-512 These may not all be supported by a target device.
crypt-password-type string A password that is hashed based on the hash algorithm indicated by the prefix in the string. The string takes the following form, based on the Unix crypt function: $<id>[$<param>=<value>(,<param>=<value>)*][$<salt>[$<hash>]] Common hash functions include: id | hash function ---+--------------- 1 | MD5 2a| Blowfish 2y| Blowfish (correct handling of 8-bit chars) 5 | SHA-256 6 | SHA-512 These may not all be supported by a target device.

© 2023 YumaWorks, Inc. All rights reserved.