Skip to content

[Feature request] Please add SASL/EXTERNAL for unix socket #33

@croessner

Description

@croessner

if ctx.get('auth','simple') == 'gssapi':

Is there any chance to get SASL/EXTERNAL added? Would help to use the local unix socket on a LDAP server.

I have similar stuff in my code:

auth_tokens = ldap.sasl.external(self.__authz_id)
con.sasl_interactive_bind_s("", auth_tokens)

self._authz_id defaults to "", if not specified.

So adding SASL/EXTERNAL for unix socket (not x509) should be simple.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions