login             216 daemons/based/based_remote.c cib_remote_auth(xmlNode * login)
login             222 daemons/based/based_remote.c     crm_log_xml_info(login, "Login: ");
login             223 daemons/based/based_remote.c     if (login == NULL) {
login             227 daemons/based/based_remote.c     if (!pcmk__xe_is(login, T_CIB_COMMAND)) {
login             229 daemons/based/based_remote.c         crm_log_xml_info(login, "bad");
login             233 daemons/based/based_remote.c     tmp = crm_element_value(login, "op");
login             239 daemons/based/based_remote.c     user = crm_element_value(login, "user");
login             240 daemons/based/based_remote.c     pass = crm_element_value(login, "password");
login             328 lib/cib/cib_remote.c     xmlNode *login = NULL;
login             383 lib/cib/cib_remote.c     login = create_xml_node(NULL, T_CIB_COMMAND);
login             384 lib/cib/cib_remote.c     crm_xml_add(login, "op", "authenticate");
login             385 lib/cib/cib_remote.c     crm_xml_add(login, "user", private->user);
login             386 lib/cib/cib_remote.c     crm_xml_add(login, "password", private->passwd);
login             387 lib/cib/cib_remote.c     crm_xml_add(login, "hidden", "password");
login             389 lib/cib/cib_remote.c     pcmk__remote_send_xml(connection, login);
login             390 lib/cib/cib_remote.c     free_xml(login);