Searched defs:tlmi_pwd_setting (Results 1 – 1 of 1) sorted by relevance
53 struct tlmi_pwd_setting { struct54 struct kobject kobj;55 bool valid;56 char password[TLMI_PWD_BUFSIZE];57 const char *pwd_type;58 const char *role;59 int minlen;60 int maxlen;61 enum encoding_option encoding;62 char kbdlang[TLMI_LANG_MAXLEN];[all …]