deref.h 711 B

1234567891011121314151617181920212223242526272829
  1. /** BEGIN COPYRIGHT BLOCK
  2. * Copyright (C) 2009 Red Hat, Inc.
  3. * All rights reserved.
  4. *
  5. * License: GPL (version 3 or any later version).
  6. * See LICENSE for details.
  7. * END COPYRIGHT BLOCK **/
  8. #ifdef HAVE_CONFIG_H
  9. # include <config.h>
  10. #endif
  11. /*
  12. * Dereference plug-in header file
  13. */
  14. #include "slapi-plugin.h"
  15. /*
  16. * Plug-in defines
  17. */
  18. #define DEREF_PLUGIN_SUBSYSTEM "deref-plugin"
  19. #define DEREF_FEATURE_DESC "Dereference"
  20. #define DEREF_PLUGIN_DESC "Dereference plugin"
  21. #define DEREF_INT_PREOP_DESC "Dereference internal preop plugin"
  22. #define DEREF_PREOP_DESC "Dereference preop plugin"
  23. #ifndef LDAP_CONTROL_X_DEREF
  24. #define LDAP_CONTROL_X_DEREF "1.3.6.1.4.1.4203.666.5.16"
  25. #endif