Changeset 828 for server/common
- Timestamp:
- Aug 29, 2008, 6:36:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/execsys/ldapize.pl
r825 r828 12 12 13 13 # oh my gosh Net::LDAP::Filter SUCKS 14 my $filter = bless({or => 15 [{equalityMatch => {attributeDesc => 'scriptsVhostName', 16 assertionValue => $hostname}}, 17 {equalityMatch => {attributeDesc => 'scriptsVhostAlias', 18 assertionValue => $hostname}}]}, 14 my $filter = bless({and => 15 [{equalityMatch => {attributeDesc => 'objectClass', 16 assertionValue => 'scriptsVhost'}}, 17 {or => 18 [{equalityMatch => {attributeDesc => 'scriptsVhostName', 19 assertionValue => $hostname}}, 20 {equalityMatch => {attributeDesc => 'scriptsVhostAlias', 21 assertionValue => $hostname}}]}]}, 19 22 'Net::LDAP::Filter'); 20 23
Note: See TracChangeset
for help on using the changeset viewer.