Tried to setup crackQ with EntraID SAML idp. When trying to issue the following command:
sudo docker exec -it crackq make_metadata.py ./crackq/sp_conf.py > ./sp_meta_file.xml
i got a file containing: OCI runtime exec failed: exec failed: unable to start container process: exec: "make_metadata.py": executable file not found in $PATH: unknown
After checking i found that make_metadata.py is neither existing in the container nor in the github repo.
Tried to setup crackQ with EntraID SAML idp. When trying to issue the following command:
sudo docker exec -it crackq make_metadata.py ./crackq/sp_conf.py > ./sp_meta_file.xml
i got a file containing: OCI runtime exec failed: exec failed: unable to start container process: exec: "make_metadata.py": executable file not found in $PATH: unknown
After checking i found that make_metadata.py is neither existing in the container nor in the github repo.