Skip to content
Snippets Groups Projects
Commit b3d383bb authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

*** empty log message ***

parent 52ca931b
No related branches found
No related tags found
No related merge requests found
......@@ -157,24 +157,24 @@ typedef struct entry {
/* the "by" part */
struct access {
#define ACL_NONE 0x01
#define ACL_COMPARE 0x02
#define ACL_SEARCH 0x04
#define ACL_READ 0x08
#define ACL_WRITE 0x10
#define ACL_SELF 0x40
int a_access;
char *a_dnpat;
char *a_addrpat;
char *a_domainpat;
char *a_dnattr;
long a_access;
#ifdef SLAPD_ACLGROUPS
char *a_group;
char *a_objectclassvalue;
char *a_groupattrname;
#endif
#define ACL_NONE 0x01
#define ACL_COMPARE 0x02
#define ACL_SEARCH 0x04
#define ACL_READ 0x08
#define ACL_WRITE 0x10
#define ACL_SELF 0x40
struct access *a_next;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment