ansible-plugin-lookup_ldap icon indicating copy to clipboard operation
ansible-plugin-lookup_ldap copied to clipboard

Ansible LDAP lookup plugin

Results 14 ansible-plugin-lookup_ldap issues
Sort by recently updated
recently updated
newest added

This plugin currently crashes under python 3 for several reasons related to string encoding. In python 3 the unicode type no longer exists and is simply the type str. As...

I'm getting stated error while running a simple playbook using this role. Steps taken: 1. Downloaded the zip file and unzipped the content to /etc/ansible/roles/lookup_ldap directory 2. Created attached "ldap-test.txt"...

I have placed the ldap_search.py plugin in the ansible/plugins/lookup directory (along with the other lookup plugins). When I run 'ansible-doc -t lookup -l' to view all available lookup plugins, I...

https://github.com/quinot/ansible-plugin-lookup_ldap/blob/648c5395e1d6968f06d596266ed11d3e4ec5978b/lookup_plugins/ldap.py#L192 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 =...

I have a rather odd issue. I have everything working great to query my LDAP server, retrieve a list of users and do what I need with it. However, if...

I keep getting an error when attempting to use with python 3.7.2: ``` The full traceback is: Traceback (most recent call last): File "/home/mfaine/.virtualenvs/ansible/lib/python3.7/site-packages/ansible/executor/task_executor.py", line 98, in run items =...

Actually rebased abandoned #21, but without `builtins`. Tested with Ansible 2.7.4 (I cut sensitive debug information). Test data: ```yaml --- - name: jedi become: false gather_facts: fasle remote_user: k0ste no_log:...

It would be very helpful to get the actual error encountered by the Python script on a failure, rather than the opaque "Unexpected failure during module execution" from Ansible. Perhaps...