This commit is contained in:
Kurt Zeilenga 2003-11-29 22:37:07 +00:00
parent 62e6779e4c
commit f0cd57eb9b
2 changed files with 7 additions and 9 deletions

View File

@ -37,7 +37,7 @@ init_module(
return 0;
}
#endif /* SLAPD_SHELL_DYNAMIC */
#endif /* SLAPD_SQL_DYNAMIC */
int
sql_back_initialize(

View File

@ -1694,14 +1694,12 @@ done:
#endif /* HAVE_CYRUS_SASL */
/* 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
by the calling process.
-Mark Adamson, Carnegie Mellon
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.
*/
* string returned in *dn is in its own allocated memory, and must be free'd
* by the calling process. -Mark Adamson, Carnegie Mellon
*
* 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.
*/
#define SET_NONE 0
#define SET_DN 1