rootdn_access.h 714 B

1234567891011121314151617181920212223242526
  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 <nspr.h>
  16. #include <time.h>
  17. #include <ctype.h>
  18. #define ROOTDN_PLUGIN_SUBSYSTEM "rootdn-access-control-plugin"
  19. #define ROOTDN_FEATURE_DESC "RootDN Access Control"
  20. #define ROOTDN_PLUGIN_DESC "RootDN Access Control plugin"
  21. #define ROOTDN_PLUGIN_TYPE_DESC "RootDN Access Control plugin"
  22. #define ROOTDN_PLUGIN_DN "cn=RootDN Access Control,cn=plugins,cn=config"