Changeset 1749 for branches/locker-dev


Ignore:
Timestamp:
Dec 3, 2010, 7:27:23 AM (13 years ago)
Author:
mitchb
Message:
Fix vhostadd and vhostedit in the locker

They work particularly poorly when they point at a server that doesn't
exist.
Location:
branches/locker-dev/locker/sbin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/sbin/vhostadd

    r1748 r1749  
    7272EOF
    7373
    74 exec ldapvi --bind sasl -Y GSSAPI -h scripts4.mit.edu -b dc=scripts,dc=mit,dc=edu --add --in "$tmpfile"
     74exec ldapvi --bind sasl -Y GSSAPI -h scripts5.mit.edu -b dc=scripts,dc=mit,dc=edu --add --in "$tmpfile"
  • branches/locker-dev/locker/sbin/vhostedit

    r1748 r1749  
    66fi
    77
    8 exec ldapvi --bind sasl -Y GSSAPI -h scripts4.mit.edu -b dc=scripts,dc=mit,dc=edu \
     8exec ldapvi --bind sasl -Y GSSAPI -h scripts5.mit.edu -b dc=scripts,dc=mit,dc=edu \
    99       "(|(&(objectClass=apacheConfig)(|(apacheServerName=$1)(apacheServerAlias=$1)))(&(objectClass=scriptsVhost)(|(scriptsVhostName=$1)(scriptsVhostAlias=$1))))"
Note: See TracChangeset for help on using the changeset viewer.