Re: ldap_get_values() called on binary data - does this return an error, or garbage data?

2024-04-03 Thread Jordan Brown
On 4/3/2024 10:22 AM, Howard Chu wrote: > Jordan Brown wrote: >> Is there even a straightforward way in the protocol to get type information?  >> If the protocol won't tell you, a client library can't tell you. > Any client can retrieve the schema definition of any schema elemen

Re: ldap_get_values() called on binary data - does this return an error, or garbage data?

2024-04-03 Thread Jordan Brown
Is there even a straightforward way in the protocol to get type information?  If the protocol won't tell you, a client library can't tell you. -- Jordan Brown, Oracle ZFS Storage Appliance, Oracle Solaris

Re: SASL Binds and meaning of "users"

2023-04-18 Thread Jordan Brown
Always remember that authentication and authorization are different things.  Many more entities might be able to authenticate than are authorized to take any particular action. -- Jordan Brown, Oracle ZFS Storage Appliance, Oracle Solaris

Re: ldap_sasl_interactive_bind_s and LDAP_SASL_QUIET

2021-03-24 Thread Jordan Brown
Any comments on this? On 3/4/2021 4:05 PM, Jordan Brown wrote: > ldap_sasl_interactive_bind_s prints SASL-related messages on stderr by > default, unless you specify LDAP_SASL_QUIET. > > This seems wrong.  The whole point of the "interact" function is to > handle

ldap_sasl_interactive_bind_s and LDAP_SASL_QUIET

2021-03-04 Thread Jordan Brown
SASL username: somen...@example.com SASL SSF: 56 SASL data security layer installed. -- Jordan Brown, Oracle ZFS Storage Appliance, Oracle Solaris