https://github.com/ashcrow/ocupado_plugin_ldap
LDAP plugin for the ocupado tool.
https://github.com/ashcrow/ocupado_plugin_ldap
Last synced: about 1 year ago
JSON representation
LDAP plugin for the ocupado tool.
- Host: GitHub
- URL: https://github.com/ashcrow/ocupado_plugin_ldap
- Owner: ashcrow
- License: agpl-3.0
- Created: 2015-07-13T20:24:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T12:23:53.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T18:27:54.925Z (over 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# ocupado_plugin_ldap
LDAP plugin for the [ocupado tool](https://github.com/ashcrow/ocupado).
[](https://travis-ci.org/ashcrow/ocupado_plugin_ldap/)
## Usage
Add the plugin to your configuration backend.
### ini
```ini
[plugin]
# ...
ocupado_plugin_ldap = LDAP
[ocupado_plugin_ldap]
uri = ldaps://127.0.0.1:389
base = ou=testing,dc=example,dc=org
filter = (cn=%s)
#user =
#passwd =
```