Alex Houlton
|
9f4a9f528c
|
add option to mirror ldap groups into netbox
this commit allows ldap assigned groups to be mirrored into
netbox users.
The default is None as this is not the primary way to do this
change.
|
2020-10-19 07:50:33 -07:00 |
mbchristoff
|
bed40b0d05
|
Add STARTTLS option. (#277)
* Add STARTTLS option.
|
2020-05-14 16:41:42 +02:00 |
Kevin Newland
|
74eaae6bc8
|
Update ldap_config.py
|
2020-01-28 17:43:35 -06:00 |
Kevin Newland
|
00986573d9
|
Update LDAP Caching Options
Update LDAP caching configuration to match changes made to django-auth-ldap in 1.6.0
Django social auth now uses different cache configuration options: https://github.com/django-auth-ldap/django-auth-ldap/blob/master/django_auth_ldap/backend.py#L1041-L1056
NetBox settings.py reference: https://github.com/netbox-community/netbox/blob/master/netbox/netbox/settings.py#L360
|
2020-01-28 17:36:45 -06:00 |
Matthew Yauch
|
7362e275b0
|
Add AUTH_LDAP_GROUP_TYPE env variable support
Dynamically imports the correct class/subclass from django_auth_ldap.config based on the AUTH_LDAP_GROUP_TYPE environment variable.
|
2019-05-09 07:47:28 -07:00 |
Matthew Yauch
|
5107fb7c6b
|
AUTH_LDAP_BIND_PASSWORD secret file support
|
2019-04-30 14:24:22 -07:00 |
Christian Mäder
|
5a09659278
|
Code style improvements
|
2019-01-30 13:58:23 +01:00 |
jacob
|
2f5d293fd6
|
ldap_config: resolve AUTH_LDAP_USER_SEARCH_ATTR and AUTH_LDAP_GROUP_SEARCH_CLASS from env
|
2019-01-19 05:12:36 -05:00 |
Demian
|
c4b51e4006
|
Merge branch 'master' into master
|
2018-08-05 12:13:02 +02:00 |
Nicolas Boufidjeline
|
9d1a602f71
|
Update ldap_config.py
|
2018-07-20 12:24:17 +02:00 |
Nicolas Boufidjeline
|
5f24972bb7
|
Change default value of AUTH_LDAP_USER_DN_TEMPLATE
|
2018-07-20 12:21:47 +02:00 |
Nicolas Boufidjeline
|
4c49cad744
|
Add auth-ldap-user-dn-template in ldap_config.py
|
2018-07-11 16:50:02 +02:00 |
Benjamin
|
1835f0b05c
|
resolve AUTH_LDAP_GROUP_CACHE_TIMEOUT from env
Resolve ValueError: invalid literal for int() for AUTH_LDAP_GROUP_CACHE_TIMEOUT
|
2018-07-11 11:52:25 +02:00 |
Christian Mäder
|
fc5e008bb7
|
🐞 Parse config correctly
Fixes #56
|
2018-03-26 11:08:09 +02:00 |
Tobias Genannt
|
6a01a3379d
|
Add django_ldap_auth
In the ldap.Dockerfile the django_ldap_auth module is installed to
enable authentication againt LDAP servers.
|
2018-02-27 10:09:14 +01:00 |