Home
last modified time | relevance | path

Searched refs:ipmiMaxUserNameLen (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp57 static constexpr size_t ipmiMaxUserNameLen = 16; variable
235 if (userName.length() > ipmiMaxUserNameLen) in throwForUserNameConstraints()
240 "LIMIT", ipmiMaxUserNameLen); in throwForUserNameConstraints()