Changeset 834 for server/common


Ignore:
Timestamp:
Sep 7, 2008, 1:36:17 PM (16 years ago)
Author:
andersk
Message:
Rephrase the vhostedit LDAP query.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/accountadm/vhostedit

    r826 r834  
    66fi
    77
    8 exec ldapvi -b dc=scripts,dc=mit,dc=edu "(&(|(objectClass=apacheConfig)(objectClass=scriptsVhost))(|(apacheServerName=$1)(apacheServerAlias=$1)(scriptsVhostName=$1)(scriptsVhostAlias=$1)))"
     8exec ldapvi -b dc=scripts,dc=mit,dc=edu "(|(&(objectClass=apacheConfig)(|(apacheServerName=$1)(apacheServerAlias=$1)))(&(objectClass=scriptsVhost)(|(scriptsVhostName=$1)(scriptsVhostAlias=$1))))"
Note: See TracChangeset for help on using the changeset viewer.