root@erp:/python-glpi/pyglpi# python examples/list_computers.py
examples/list_computers.py:25: RuntimeWarning: GLPI environment variables not locally set
warnings.warn("GLPI environment variables not locally set", RuntimeWarning)
Enter your GLPI hostname: localhost
Enter your GLPI username: glpi
Enter your password:
True
cnrdv6iq932r8gah49l0b9g037 <=== Session ID would seem to indicate the login has succeded?
{u'faultCode': 13, u'faultString': u'Not authenticated'}
{u'faultCode': 13, u'faultString': u'Not authenticated'}
root@erp:/python-glpi/pyglpi#