Index: server/fedora/config/etc/httpd/vhosts.d/reify-vhost.py
===================================================================
--- server/fedora/config/etc/httpd/vhosts.d/reify-vhost.py	(revision 977)
+++ server/fedora/config/etc/httpd/vhosts.d/reify-vhost.py	(revision 978)
@@ -18,5 +18,5 @@
 import sys
 
-ll = ldap.initialize("ldap://scripts.mit.edu/")
+ll = ldap.initialize("ldapi://%2fvar%2frun%2fdirsrv%2fslapd-scripts.socket/")
 ll.simple_bind_s("", "")
 
Index: server/fedora/config/etc/ssh/sshd_config
===================================================================
--- server/fedora/config/etc/ssh/sshd_config	(revision 977)
+++ server/fedora/config/etc/ssh/sshd_config	(revision 978)
@@ -13,9 +13,4 @@
 Banner /etc/issue.net
 Subsystem sftp /usr/libexec/openssh/sftp-server
-# See trac #23
-HostbasedAuthentication yes
-IgnoreRhosts yes
-IgnoreUserKnownHosts yes
-DenyUsers root@old-faithful.mit.edu root@better-mousetrap.mit.edu
 LogLevel VERBOSE
 
