RE: How to disable SSF (integrity) on GSSAPI mech?

2015-04-21 Thread Osipov, Michael
> Dan White wrote: > > On 04/19/15 17:11 +, Osipov, Michael wrote: > >>> On 04/15/15 21:10 +, Osipov, Michael wrote: > >>> >Hi folks, > >>> > > >>> >I am binding against Active Directory with GSSAPI mech and would > >>> like to > >>> disable SASL integrity for debugging purposes with Wiresh

Re: How to disable SSF (integrity) on GSSAPI mech?

2015-04-20 Thread Howard Chu
Dan White wrote: On 04/19/15 17:11 +, Osipov, Michael wrote: On 04/15/15 21:10 +, Osipov, Michael wrote: >Hi folks, > >I am binding against Active Directory with GSSAPI mech and would like to disable SASL integrity for debugging purposes with Wireshark. Unfortunately, this call fails:

Re: How to disable SSF (integrity) on GSSAPI mech?

2015-04-20 Thread Dan White
On 04/19/15 17:11 +, Osipov, Michael wrote: On 04/15/15 21:10 +, Osipov, Michael wrote: >Hi folks, > >I am binding against Active Directory with GSSAPI mech and would like to disable SASL integrity for debugging purposes with Wireshark. Unfortunately, this call fails: Setting a minssf

RE: How to disable SSF (integrity) on GSSAPI mech?

2015-04-19 Thread Osipov, Michael
> On 04/15/15 21:10 +, Osipov, Michael wrote: > >Hi folks, > > > >I am binding against Active Directory with GSSAPI mech and would like to > disable SASL integrity for debugging purposes with Wireshark. > Unfortunately, this call fails: > > > >char *secprops = "minssf=0,maxssf=0"; > >rc = ldap_

Re: How to disable SSF (integrity) on GSSAPI mech?

2015-04-17 Thread Dan White
On 04/15/15 21:10 +, Osipov, Michael wrote: Hi folks, I am binding against Active Directory with GSSAPI mech and would like to disable SASL integrity for debugging purposes with Wireshark. Unfortunately, this call fails: char *secprops = "minssf=0,maxssf=0"; rc = ldap_set_option(ld, LDAP_

How to disable SSF (integrity) on GSSAPI mech?

2015-04-17 Thread Osipov, Michael
Hi folks, I am binding against Active Directory with GSSAPI mech and would like to disable SASL integrity for debugging purposes with Wireshark. Unfortunately, this call fails: char *secprops = "minssf=0,maxssf=0"; rc = ldap_set_option(ld, LDAP_OPT_X_SASL_SECPROPS, secprops); with: Diagnostic