File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 1
1
/* 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 $ */
3
3
4
4
#include "common.h"
5
5
#include "patchlevel.h"
@@ -529,27 +529,6 @@ l_ldap_simple_bind( LDAPObject* self, PyObject* args )
529
529
defresult) has to return a string (or maybe None). The id
530
530
argument specifies, which information should be passed back to
531
531
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
-
553
532
*/
554
533
static int interaction ( unsigned flags ,
555
534
sasl_interact_t * interact ,
You can’t perform that action at this time.
0 commit comments