login             215 daemons/based/based_remote.c cib_remote_auth(xmlNode * login)
login             221 daemons/based/based_remote.c     crm_log_xml_info(login, "Login: ");
login             222 daemons/based/based_remote.c     if (login == NULL) {
login             226 daemons/based/based_remote.c     tmp = crm_element_name(login);
login             232 daemons/based/based_remote.c     tmp = crm_element_value(login, "op");
login             238 daemons/based/based_remote.c     user = crm_element_value(login, "user");
login             239 daemons/based/based_remote.c     pass = crm_element_value(login, "password");
login             208 lib/cib/cib_remote.c     xmlNode *login = NULL;
login             263 lib/cib/cib_remote.c     login = create_xml_node(NULL, "cib_command");
login             264 lib/cib/cib_remote.c     crm_xml_add(login, "op", "authenticate");
login             265 lib/cib/cib_remote.c     crm_xml_add(login, "user", private->user);
login             266 lib/cib/cib_remote.c     crm_xml_add(login, "password", private->passwd);
login             267 lib/cib/cib_remote.c     crm_xml_add(login, "hidden", "password");
login             269 lib/cib/cib_remote.c     pcmk__remote_send_xml(connection, login);
login             270 lib/cib/cib_remote.c     free_xml(login);