login             214 daemons/based/based_remote.c cib_remote_auth(xmlNode * login)
login             220 daemons/based/based_remote.c     crm_log_xml_info(login, "Login: ");
login             221 daemons/based/based_remote.c     if (login == NULL) {
login             225 daemons/based/based_remote.c     tmp = crm_element_name(login);
login             231 daemons/based/based_remote.c     tmp = crm_element_value(login, "op");
login             237 daemons/based/based_remote.c     user = crm_element_value(login, "user");
login             238 daemons/based/based_remote.c     pass = crm_element_value(login, "password");
login             210 lib/cib/cib_remote.c     xmlNode *login = NULL;
login             264 lib/cib/cib_remote.c     login = create_xml_node(NULL, "cib_command");
login             265 lib/cib/cib_remote.c     crm_xml_add(login, "op", "authenticate");
login             266 lib/cib/cib_remote.c     crm_xml_add(login, "user", private->user);
login             267 lib/cib/cib_remote.c     crm_xml_add(login, "password", private->passwd);
login             268 lib/cib/cib_remote.c     crm_xml_add(login, "hidden", "password");
login             270 lib/cib/cib_remote.c     pcmk__remote_send_xml(connection, login);
login             271 lib/cib/cib_remote.c     free_xml(login);