/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | UserManagementStore.js | 115 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 D | client.py | 82 def __init__(self, username=None, password=None): argument 238 async def auth(self, username, token): argument 245 async def refresh_token(self, username=None): argument 258 async def set_user_perms(self, username, permissions): argument 263 async def get_user(self, username=None): argument 272 async def new_user(self, username, permissions): argument 277 async def delete_user(self, username): argument 280 async def become_user(self, username): argument 321 def __init__(self, username=None, password=None): argument
|
H A D | sqlalchemy.py | 79 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 D | sqlite.py | 452 def _get_user(self, username): argument 464 async def lookup_user_token(self, username): argument 470 async def lookup_user(self, username): argument 473 async def set_user_token(self, username, token): argument 487 async def set_user_perms(self, username, permissions): argument 506 async def new_user(self, username, permissions, token): argument 524 async def delete_user(self, username): argument
|
H A D | __init__.py | 72 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 D | generate_auth_certificates.py | 30 def __init__(self, client, username="root", password="0penBmc"): argument 326 def generate_pk12(certs_dir, key, client_cert, username): argument 357 username, argument 393 def generate_and_load_certs(url, username, password): argument
|
/openbmc/qemu/qga/ |
H A D | commands-posix-ssh.c | 39 #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 D | commands-windows-ssh.c | 104 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 D | commands-windows-ssh.h | 18 char *username; member
|
/openbmc/phosphor-user-manager/test/ |
H A D | user_mgr_test.cpp | 615 std::string username = "user"; in TEST_F() local 632 const char* username = "user"; in TEST_F() local 680 std::string username = "user001"; in TEST_F() local 703 std::string username = "user001"; in TEST_F() local 738 std::string username = "user001"; in TEST_F() local 754 std::string username = "user001"; in TEST_F() local 888 std::string username = "user001"; in TEST_F() local 904 std::string username = "user001"; in TEST_F() local 918 std::string username = "user001"; in TEST_F() local 948 std::string username = "user001"; in TEST_F() local [all …]
|
/openbmc/phosphor-webui/app/login/controllers/ |
H A D | login-controller.js | 24 $scope.tryLogin = function(host, username, password, event) { argument 31 $scope.login = function(host, username, password) { argument
|
/openbmc/openbmc-test-automation/ffdc/ |
H A D | collect_ffdc.py | 87 username, argument 155 remote, username, password, port_ssh, port_https, port_ipmi, config, type argument
|
/openbmc/bmcweb/include/ |
H A D | sessions.hpp | 47 std::string username; member 272 generateUserSession(std::string_view username,const boost::asio::ip::address & clientIp,const std::optional<std::string> & clientId,SessionType sessionType,bool isConfigureSelfOnly=false) generateUserSession() argument 387 removeSessionsByUsername(std::string_view username) removeSessionsByUsername() argument 399 removeSessionsByUsernameExceptSession(std::string_view username,const std::shared_ptr<UserSession> & session) removeSessionsByUsernameExceptSession() argument [all...] |
H A D | dbus_privileges.hpp | 137 const std::string& username, in requestUserInfo() 181 const std::string& username, in getUserInfo()
|
H A D | pam_authenticate.hpp | 127 inline int pamAuthenticateUser(std::string_view username, in pamAuthenticateUser() 175 inline int pamUpdatePassword(const std::string& username, in pamUpdatePassword()
|
H A D | user_monitor.hpp | 20 std::string username = p.filename(); in onUserRemoved() local
|
H A D | credential_pipe.hpp | 54 void asyncWrite(std::string&& username, std::string&& password, in asyncWrite()
|
/openbmc/qemu/crypto/ |
H A D | tlscredspsk.c | 35 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/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 286 const std::string& newUser, const std::string& username) in userErrorMessageHandler() 740 const std::string& username, in handleUserNamePatch() 1107 std::string username; member 1208 const std::string& username, const std::optional<std::string>& password, in updateUserProperties() 1797 const std::string& username, const std::string& password, in processAfterCreateUser() 1842 const std::string& username, const std::string& password, in processAfterGetAllGroups() 1926 std::string username; in handleAccountCollectionPost() local 2170 const std::string& username) in handleAccountDelete() 2205 const std::string& username) in handleAccountPatch()
|
H A D | redfish_sessions.hpp | 210 const crow::Request& req, const std::string& username, in processAfterSessionCreation() 249 std::string username; in handleSessionCollectionPost() local
|
/openbmc/openbmc-test-automation/ffdc/plugins/ |
H A D | telnet_execution.py | 21 def telnet_execute_cmd(hostname, username, password, command, timeout=60): argument
|
H A D | scp_execution.py | 22 def scp_remote_file(hostname, username, password, filename, local_dir_path): argument
|
H A D | ssh_execution.py | 23 hostname, username, password, port_ssh, command, timeout=60, type=None argument
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-controller.js | 122 function createUser(username, password, role, enabled) { argument 142 originalUsername, username, password, role, enabled, locked) { argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | event_notification.py | 21 def __init__(self, host, username, password): argument
|