rootdn_access.h 733 B

123456789101112131415161718192021222324252627
  1. /** BEGIN COPYRIGHT BLOCK
  2. * Copyright (C) 2011 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. * Root DN access control plug-in header file
  13. */
  14. #include "slapi-plugin.h"
  15. #include "slapi-private.h"
  16. #include <nspr.h>
  17. #include <time.h>
  18. #include <ctype.h>
  19. #define ROOTDN_PLUGIN_SUBSYSTEM "rootdn-access-control-plugin"
  20. #define ROOTDN_FEATURE_DESC "RootDN Access Control"
  21. #define ROOTDN_PLUGIN_DESC "RootDN Access Control plugin"
  22. #define ROOTDN_PLUGIN_TYPE_DESC "RootDN Access Control plugin"
  23. #define ROOTDN_PLUGIN_DN "cn=RootDN Access Control,cn=plugins,cn=config"