Home
last modified time | relevance | path

Searched defs:username (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js115 async createUser({ dispatch }, { username, password, privilege, status }) { field in UserManagementStore.actions.AnonymousClassf362ce950701
127 username, field in AnonymousClassf362ce950801
136 username: username, property in AnonymousClassf362ce950901
156 username: originalUsername, property in AnonymousClassf362ce950c01
166 username: originalUsername, property in AnonymousClassf362ce950d01
171 async deleteUser({ dispatch }, username) { argument
177 username, field in AnonymousClassf362ce950f01
185 username, field in AnonymousClassf362ce951001
192 const promises = users.map(({ username }) => { field in UserManagementStore.actions.deleteUsers.AnonymousClassf362ce951201
235 const promises = users.map(({ username }) => { field in UserManagementStore.actions.enableUsers.AnonymousClassf362ce951601
[all …]
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py83 def __init__(self, username=None, password=None): argument
241 async def auth(self, username, token): argument
248 async def refresh_token(self, username=None): argument
261 async def set_user_perms(self, username, permissions): argument
266 async def get_user(self, username=None): argument
275 async def new_user(self, username, permissions): argument
280 async def delete_user(self, username): argument
283 async def become_user(self, username): argument
342 def __init__(self, username=None, password=None): argument
H A Dsqlalchemy.py79 username = Column(Text, nullable=False) variable in Users
117 def __init__(self, url, username=None, password=None): argument
501 async def _get_user(self, username): argument
514 async def lookup_user_token(self, username): argument
520 async def lookup_user(self, username): argument
523 async def set_user_token(self, username, token): argument
536 async def set_user_perms(self, username, permissions): argument
555 async def new_user(self, username, permissions, token): argument
570 async def delete_user(self, username): argument
H A Dsqlite.py469 def _get_user(self, username): argument
481 async def lookup_user_token(self, username): argument
487 async def lookup_user(self, username): argument
490 async def set_user_token(self, username, token): argument
504 async def set_user_perms(self, username, permissions): argument
523 async def new_user(self, username, permissions, token): argument
541 async def delete_user(self, username): argument
H A D__init__.py72 def create_client(addr, username=None, password=None): argument
91 async def create_async_client(addr, username=None, password=None): argument
/openbmc/bmcweb/scripts/
H A Dgenerate_auth_certificates.py34 def __init__(self, client, username="root", password="0penBmc"): argument
63 def get_hostname(redfish_session, username, password, url): argument
372 def generate_pk12(certs_dir, key, client_cert, username): argument
451 username, argument
567 url, username, password, use_http2, use_intermediate=False argument
/openbmc/qemu/qga/
H A Dcommands-posix-ssh.c39 #define g_unix_get_passwd_entry(username, err) \ argument
44 get_passwd_entry(const char *username, Error **errp) in get_passwd_entry()
113 qmp_guest_ssh_add_authorized_keys(const char *username, strList *keys, in qmp_guest_ssh_add_authorized_keys()
163 qmp_guest_ssh_remove_authorized_keys(const char *username, strList *keys, in qmp_guest_ssh_remove_authorized_keys()
212 qmp_guest_ssh_get_authorized_keys(const char *username, Error **errp) in qmp_guest_ssh_get_authorized_keys()
H A Dcommands-windows-ssh.c104 static char *get_ssh_folder(const char *username, const bool isAdmin, in get_ssh_folder()
459 static bool get_user_info(PWindowsUserInfo *userInfo, const char *username, in get_user_info()
554 GuestAuthorizedKeys *qmp_guest_ssh_get_authorized_keys(const char *username, in qmp_guest_ssh_get_authorized_keys()
603 void qmp_guest_ssh_add_authorized_keys(const char *username, strList *keys, in qmp_guest_ssh_add_authorized_keys()
665 void qmp_guest_ssh_remove_authorized_keys(const char *username, strList *keys, in qmp_guest_ssh_remove_authorized_keys()
H A Dcommands-windows-ssh.h18 char *username; member
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp643 std::string username = "user"; in TEST_F() local
660 const char* username = "user"; in TEST_F() local
708 std::string username = "user001"; in TEST_F() local
731 std::string username = "user001"; in TEST_F() local
766 std::string username = "user001"; in TEST_F() local
782 std::string username = "user001"; in TEST_F() local
927 std::string username = "user001"; in TEST_F() local
943 std::string username = "user001"; in TEST_F() local
957 std::string username = "user001"; in TEST_F() local
987 std::string username = "user001"; in TEST_F() local
[all …]
/openbmc/phosphor-webui/app/login/controllers/
H A Dlogin-controller.js24 $scope.tryLogin = function(host, username, password, event) { argument
31 $scope.login = function(host, username, password) { argument
/openbmc/openbmc-test-automation/ffdc/
H A Dcollect_ffdc.py87 username, argument
155 remote, username, password, port_ssh, port_https, port_ipmi, config, type argument
/openbmc/bmcweb/include/
H A Ddbus_privileges.hpp136 const std::string& username, in requestUserInfo()
181 const std::string& username, in getUserInfo()
H A Dsessions.hpp47 std::string username; member
265 std::string_view username, const boost::asio::ip::address& clientIp, in generateUserSession()
380 void removeSessionsByUsername(std::string_view username) in removeSessionsByUsername()
392 std::string_view username, const std::shared_ptr<UserSession>& session) in removeSessionsByUsernameExceptSession()
H A Dpam_authenticate.hpp127 inline int pamAuthenticateUser(std::string_view username, in pamAuthenticateUser()
175 inline int pamUpdatePassword(const std::string& username, in pamUpdatePassword()
H A Duser_monitor.hpp20 std::string username = p.filename(); in onUserRemoved() local
H A Dcredential_pipe.hpp53 void asyncWrite(std::string&& username, std::string&& password, in asyncWrite()
/openbmc/qemu/crypto/
H A Dtlscredspsk.c35 lookup_key(const char *pskfile, const char *username, gnutls_datum_t *key, in lookup_key()
76 const char *username; in qcrypto_tls_creds_psk_load() local
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dtelnet_execution.py21 def telnet_execute_cmd(hostname, username, password, command, timeout=60): argument
H A Dscp_execution.py23 hostname, username, password, port_ssh, filename, local_dir_path argument
H A Dssh_execution.py23 hostname, username, password, port_ssh, command, timeout=60, type=None argument
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp283 const std::string& newUser, const std::string& username) in userErrorMessageHandler() argument
745 const std::string& username, in handleUserNamePatch() argument
1112 std::string username; member
1213 updateUserProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username,const std::optional<std::string> & password,const std::optional<bool> & enabled,const std::optional<std::string> & roleId,const std::optional<bool> & locked,const std::optional<std::vector<std::string>> & accountTypes,bool userSelf,const std::shared_ptr<persistent_data::UserSession> & session) updateUserProperties() argument
1796 processAfterCreateUser(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username,const std::string & password,const boost::system::error_code & ec,sdbusplus::message_t & m) processAfterCreateUser() argument
1842 processAfterGetAllGroups(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username,const std::string & password,const std::string & roleId,bool enabled,std::optional<std::vector<std::string>> accountTypes,const std::vector<std::string> & allGroupsList) processAfterGetAllGroups() argument
1927 std::string username; handleAccountCollectionPost() local
2171 handleAccountDelete(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username) handleAccountDelete() argument
2207 handleAccountPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username) handleAccountPatch() argument
[all...]
H A Dredfish_sessions.hpp199 const crow::Request& req, const std::string& username, in processAfterSessionCreation()
238 std::string username; in handleSessionCollectionPost() local
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.js122 function createUser(username, password, role, enabled) { argument
142 originalUsername, username, password, role, enabled, locked) { argument
/openbmc/openbmc-test-automation/lib/
H A Devent_notification.py21 def __init__(self, host, username, password): argument

123