ssh abc1234@gibson.rit.edu mkdir passwords chmod 755 passwords cd passwords /usr/local/apache2/bin/htpasswd -c passwords.txt tonethar /usr/local/apache2/bin/htpasswd passwords.txt stupid AuthType Basic AuthName "Who art Thou?" AuthUserFile /home/acjvks/passwords/passwords.txt Require user tonethar stupid AuthType Basic AuthName "RIT" AuthBasicProvider ldap SSLRequireSSL AuthLDAPUrl ldaps://ldap.rit.edu/ou=people,dc=rit,dc=edu?uid?sub require ldap-user acjvks jld7283 AuthType Basic AuthName "RIT" AuthBasicProvider ldap SSLRequireSSL AuthLDAPUrl ldaps://ldap.rit.edu/ou=people,dc=rit,dc=edu?uid?sub AuthzLDAPAuthoritative off require valid-user