import { INTEGER } from "@wildboar/asn1"; import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; /** * @summary pwdMaxFailures * @description * * ### ASN.1 Definition: * * ```asn1 * pwdMaxFailures ATTRIBUTE ::= { * WITH SYNTAX INTEGER (1..MAX) * EQUALITY MATCHING RULE integerMatch * ORDERING MATCHING RULE integerOrderingMatch * SINGLE VALUE TRUE * USAGE directoryOperation * LDAP-SYNTAX integer.&id * LDAP-NAME {"pwdMaxFailures"} * ID id-oa-pwdMaxFailures } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const pwdMaxFailures: ATTRIBUTE; //# sourceMappingURL=pwdMaxFailures.oa.d.mts.map