Denis Mikhalkin
Denis Mikhalkin
Same issue here, game is in "G:\Guild Wars 2"
Definitely would prefer to compress - from the cost point of view, and reliability as well (less dependency on guaranteed write throughput). For us it's all about ensuring we have...
Hello, 1. ldapsearch is not part of the project. it's just a tool that you can use to verify whether the server works. You can install it manually - exectly...
At the moment any logged in user can see other users, see their groups and keys. Even worse, they can MODIFY those, for example, can add themselves to all groups...
I don't think the current implementation supports MFA. Denis From: Shellcat-Zero [email protected] To: denismo/aws-iam-ldap-bridge [email protected] Sent: Friday, 17 April 2015, 6:15 Subject: [aws-iam-ldap-bridge] Authentication fails for users configured with MFA...
I don't have much experience with AWS MFA so I'm not sure if it is possible to work around it or implement support for it in some way.
1. It could be the search command I usually execute something like this for testing:ldapsearch -H ldap://localhost:10389 -D "uid=Pam,ou=users,dc=iam,dc=aws,dc=org" -x -w ... -b "dc=iam,dc=aws,dc=org" "(objectclass=posixaccount)" But it is meant to...
Hi James, this is usually an indication that the Acess key/Secret key don't match. Either simple typo, or the secret key has special characters which got cut off, you may...
Packer is just if you want to create your own AMI. You use apacheds.sh to actually run the server. From: james-dekker [email protected] To: denismo/aws-iam-ldap-bridge [email protected] Cc: Denis Mikhalkin [email protected] Sent:...
Thanks, though this only builds the source. I have since created scripts/install.sh which does the job, so it can be wrapped in Chef if necessary or executed directly.