mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup
This commit is contained in:
parent
62e6779e4c
commit
f0cd57eb9b
@ -37,7 +37,7 @@ init_module(
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SLAPD_SHELL_DYNAMIC */
|
#endif /* SLAPD_SQL_DYNAMIC */
|
||||||
|
|
||||||
int
|
int
|
||||||
sql_back_initialize(
|
sql_back_initialize(
|
||||||
|
@ -1694,14 +1694,12 @@ done:
|
|||||||
#endif /* HAVE_CYRUS_SASL */
|
#endif /* HAVE_CYRUS_SASL */
|
||||||
|
|
||||||
/* Take any sort of identity string and return a DN with the "dn:" prefix. The
|
/* Take any sort of identity string and return a DN with the "dn:" prefix. The
|
||||||
string returned in *dn is in its own allocated memory, and must be free'd
|
* string returned in *dn is in its own allocated memory, and must be free'd
|
||||||
by the calling process.
|
* by the calling process. -Mark Adamson, Carnegie Mellon
|
||||||
-Mark Adamson, Carnegie Mellon
|
*
|
||||||
|
* The "dn:" prefix is no longer used anywhere inside slapd. It is only used
|
||||||
The "dn:" prefix is no longer used anywhere inside slapd. It is only used
|
* on strings passed in directly from SASL. -Howard Chu, Symas Corp.
|
||||||
on strings passed in directly from SASL.
|
*/
|
||||||
-Howard Chu, Symas Corp.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define SET_NONE 0
|
#define SET_NONE 0
|
||||||
#define SET_DN 1
|
#define SET_DN 1
|
||||||
|
Loading…
Reference in New Issue
Block a user