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

(slightly) better comments

parent f5ab390e
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#ifndef _SLDAPD_H_
#define _SLDAPD_H_
#ifndef _SLAP_H_
#define _SLAP_H_
#include "ldap_defaults.h"
......@@ -1021,9 +1021,10 @@ typedef struct slap_conn {
#endif
void *c_authstate; /* SASL state data */
/* authentication backend */
Backend *c_authc_backend;
/* authorization backend */
/* authorization backend - normally same as c_authc_backend */
Backend *c_authz_backend;
#ifdef SLAP_AUTHZID
......@@ -1085,4 +1086,4 @@ LDAP_END_DECL
#include "proto-slap.h"
#endif /* _slap_h_ */
#endif /* _SLAP_H_ */
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