aws-adfs icon indicating copy to clipboard operation
aws-adfs copied to clipboard

Update README.md

Open rsilvareberth opened this issue 2 years ago • 1 comments

Prerequirements for install aws-adfs on linux using pip. Without python-gssapi cause problems with pip install aws-adfs command.

rsilvareberth avatar Mar 17 '22 18:03 rsilvareberth

aws-adfs does not use the python-gssapi you mention (https://pypi.org/project/python-gssapi/), but the gssapi python package (https://pypi.org/project/gssapi/).

That gssapi package is properly installed as a transitive dependency from request-kerberos on linux:

  • https://github.com/venth/aws-adfs/blob/2.0.1/pyproject.toml#L39-L41
  • https://github.com/venth/aws-adfs/blob/2.0.1/poetry.lock#L178-L184

Wasn't your issue more related to libkrb5-dev? https://github.com/venth/aws-adfs/blame/2.0.1/README.md#L318-L324

pdecat avatar Apr 08 '22 13:04 pdecat