Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukas However
OpenLDAP
Commits
3825f51b
Commit
3825f51b
authored
May 13, 2019
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Jun 20, 2019
Browse files
Resolve conflict between ITS#7492 and ITS#7520
parent
f16d6a15
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/back-ldap.h
View file @
3825f51b
...
...
@@ -288,7 +288,7 @@ typedef struct ldapinfo_t {
unsigned
li_flags
;
/* 0xFF
F
00000U are reserved for back-meta */
/* 0xFF
0
00000U are reserved for back-meta */
#define LDAP_BACK_F_NONE (0x00000000U)
#define LDAP_BACK_F_SAVECRED (0x00000001U)
...
...
@@ -332,7 +332,7 @@ typedef struct ldapinfo_t {
#define LDAP_BACK_F_NOUNDEFFILTER (0x00100000U)
#define LDAP_BACK_F_OMIT_UNKNOWN_SCHEMA (0x00200000U)
#define LDAP_BACK_F_ONERR_STOP (0x00
2
00000U)
#define LDAP_BACK_F_ONERR_STOP (0x00
4
00000U)
#define LDAP_BACK_ISSET_F(ff,f) ( ( (ff) & (f) ) == (f) )
#define LDAP_BACK_ISMASK_F(ff,m,f) ( ( (ff) & (m) ) == (f) )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment