Changeset 977
- Timestamp:
- Feb 13, 2009, 11:45:39 PM (17 years ago)
- Location:
- server/fedora/config/etc
- Files:
- 
          - 1 added
- 2 edited
 
 - 
          httpd/vhosts.d/reify-vhost.py (modified) (1 diff)
- 
          ssh/sshd_config (modified) (1 diff)
- 
          vimrc (added)
 
Legend:
- Unmodified
- Added
- Removed
- 
        server/fedora/config/etc/httpd/vhosts.d/reify-vhost.pyr870 r977 18 18 import sys 19 19 20 ll = ldap.initialize("ldap i://%2fvar%2frun%2fdirsrv%2fslapd-scripts.socket/")20 ll = ldap.initialize("ldap://scripts.mit.edu/") 21 21 ll.simple_bind_s("", "") 22 22 
- 
        server/fedora/config/etc/ssh/sshd_configr946 r977 13 13 Banner /etc/issue.net 14 14 Subsystem sftp /usr/libexec/openssh/sftp-server 15 # See trac #23 16 HostbasedAuthentication yes 17 IgnoreRhosts yes 18 IgnoreUserKnownHosts yes 19 DenyUsers root@old-faithful.mit.edu root@better-mousetrap.mit.edu 15 20 LogLevel VERBOSE 16 21 
Note: See TracChangeset
          for help on using the changeset viewer.
      
