ldapsearch.in
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. #! @SHELL@
  2. # $Id: ldapsearch.in,v 1.1 2000/06/03 05:40:27 mrsam Exp $
  3. #
  4. # Copyright 2000 Double Precision, Inc.  See COPYING for
  5. # distribution information.
  6. #
  7. # This is a wrapper for your real ldapsearch.  You would use this ldapsearch
  8. # in order to provide site-specific values, such as timeouts and maximum number
  9. # of hits received.
  10. #
  11. # NOTE: you *must* quote the arguments as shown below -- otherwise you'd
  12. # have a typical security hole on your hands.  Do not alter the quoting
  13. # mechanism.
  14. #
  15. # This example sets the search timeout to 60 seconds, and a maximum of 20
  16. # hits returned.
  17. exec @ldapsearch@ -l 60 -z 20 "$@"