Home | History | Annotate | Download | only in scripts

Lines Matching refs:ATTR

348 ATTR=`grep roomNumber $SEARCHOUT` > $NOWHERE 2>&1
349 if test "$ATTR" != "roomNumber: 9N-21" ; then
394 ATTR=`grep roomNumber $SEARCHOUT` > $NOWHERE 2>&1
395 if test "$ATTR" != "roomNumber: 31J-2112" ; then
610 ATTR=`grep employeeType $SEARCHOUT` > $NOWHERE 2>&1
611 if test "$ATTR" != "employeeType: consultant" ; then
617 ATTR=`grep preferredLanguage $SEARCHOUT` > $NOWHERE 2>&1
618 if test "$ATTR" != "preferredLanguage: ISO8859-1" ; then
726 ATTR=`grep dn: $SEARCHOUT` > $NOWHERE 2>&1
727 if test -n "$ATTR" ; then
728 echo "got result $ATTR, should have been no result"
751 ATTR=`grep dn: $SEARCHOUT` > $NOWHERE 2>&1
752 if test -z "$ATTR" ; then
759 ATTR=`grep dn: $SEARCHOUT` > $NOWHERE 2>&1
760 if test -z "$ATTR" ; then
769 ATTR=`grep dn: $SEARCHOUT` > $NOWHERE 2>&1
770 if test -n "$ATTR" ; then
771 echo "got result $ATTR, should have been no result"
794 ATTR=`grep dn: $SEARCHOUT` > $NOWHERE 2>&1
795 if test -z "$ATTR" ; then
804 ATTR=`grep dn: $SEARCHOUT` > $NOWHERE 2>&1
805 if test -z "$ATTR" ; then