Skip to content

Commit d70a735

Browse files
author
stroeder
committed
removed obsolete comments
1 parent eaffed8 commit d70a735

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

Modules/LDAPObject.c

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* See https://www.python-ldap.org/ for details.
2-
* $Id: LDAPObject.c,v 1.97 2017/09/07 09:03:00 stroeder Exp $ */
2+
* $Id: LDAPObject.c,v 1.98 2017/10/09 13:51:45 stroeder Exp $ */
33

44
#include "common.h"
55
#include "patchlevel.h"
@@ -529,27 +529,6 @@ l_ldap_simple_bind( LDAPObject* self, PyObject* args )
529529
defresult) has to return a string (or maybe None). The id
530530
argument specifies, which information should be passed back to
531531
the SASL lib (see SASL_CB_xxx in sasl.h)
532-
533-
534-
A nice "Howto get LDAPv3 up and running with Kerberos and SSL" can
535-
be found at http://www.bayour.com/LDAPv3-HOWTO.html. Instead of
536-
MIT Kerberos, I used Heimdal for my tests (since it is included
537-
with SuSE Linux).
538-
539-
Todo:
540-
541-
* Find a better interface than the python callback. This is
542-
really ugly. Perhaps one could make use of a sasl class, like
543-
in the perl ldap module.
544-
545-
* Thread safety?
546-
547-
* Memory Management?
548-
549-
* Write more docs
550-
551-
* ...
552-
553532
*/
554533
static int interaction ( unsigned flags,
555534
sasl_interact_t *interact,

0 commit comments

Comments
 (0)