Changeset 2771 for trunk/locker


Ignore:
Timestamp:
May 12, 2016, 12:02:02 AM (8 years ago)
Author:
leee
Message:
use scripts-ldap-1 for vhostadd/edit
Location:
trunk/locker/sbin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker/sbin/vhostadd

    r2759 r2771  
    5959EOF
    6060
    61 exec ldapvi --bind sasl -Y GSSAPI -h scripts5.mit.edu -b dc=scripts,dc=mit,dc=edu --add --in "$tmpfile"
     61exec ldapvi --bind sasl -Y GSSAPI -h scripts-ldap-1.mit.edu -b dc=scripts,dc=mit,dc=edu --add --in "$tmpfile"
  • trunk/locker/sbin/vhostedit

    r2759 r2771  
    66fi
    77
    8 exec ldapvi --bind sasl -Y GSSAPI -h scripts5.mit.edu -b dc=scripts,dc=mit,dc=edu \
     8exec ldapvi --bind sasl -Y GSSAPI -h scripts-ldap-1.mit.edu -b dc=scripts,dc=mit,dc=edu \
    99       "(&(objectClass=scriptsVhost)(|$(printf '(scriptsVhostName=%s)' "$@")$(printf '(scriptsVhostAlias=%s)' "$@")))"
Note: See TracChangeset for help on using the changeset viewer.