A small script to automate the LDAP authentication for IIT Mandi students and faculty.
- Python 3
- Selenium package : How to install selenium
- chromedriver : How to download and install chromedriver
Clone the repository
git clone https://github.com/Mukarr/ldap_auth.git
cd ldap_auth
Edit autheticate.py to add your username and password
####Change permissions
Through cd
command (in general), go to the folder where autheticate.py
is. Then, run the following commands:
chmod +x authenticate.py # Change the access permissions
##How to Contribute Feel free to contribute by submitting an issue at https://github.com/Mukarr/ldap_auth/issues or a pull request