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.cpp57 static constexpr size_t systemMaxUserNameLen = 100; variable
265 if (userName.length() > systemMaxUserNameLen) in throwForUserNameConstraints()
270 systemMaxUserNameLen); in throwForUserNameConstraints()