Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp58 static constexpr size_t systemMaxUserNameLen = 30; variable
246 if (userName.length() > systemMaxUserNameLen) in throwForUserNameConstraints()
251 systemMaxUserNameLen); in throwForUserNameConstraints()