Difference between revisions of "OpenLDAP"
Jump to navigation
Jump to search
↑ https://www.youtube.com/watch?v=bp8ffdY7Mu4
↑ https://wiki.samba.org/index.php/OpenLDAP_as_proxy_to_AD
↑ https://doc.owncloud.org/server/10.0/admin_manual/configuration/ldap/ldap_proxy_cache_server_setup.html
↑ https://www.itzgeek.com/how-tos/linux/centos-how-tos/step-step-openldap-server-configuration-centos-7-rhel-7.html
Michael.mast (talk | contribs) (Created page with "==AD Proxy== ===Purpose=== To proxy secure LDAP requests from the internet to MS AD. ===Notes=== *Interesting YouTube Video that covers everything except enabling TLS<ref>http...") |
Michael.mast (talk | contribs) (→Notes) |
||
Line 6: | Line 6: | ||
*openLDAP as proxy to Active Directory as stated by SAMBA<ref>https://wiki.samba.org/index.php/OpenLDAP_as_proxy_to_AD</ref> | *openLDAP as proxy to Active Directory as stated by SAMBA<ref>https://wiki.samba.org/index.php/OpenLDAP_as_proxy_to_AD</ref> | ||
*A guide by owncloud.org<ref>https://doc.owncloud.org/server/10.0/admin_manual/configuration/ldap/ldap_proxy_cache_server_setup.html</ref> | *A guide by owncloud.org<ref>https://doc.owncloud.org/server/10.0/admin_manual/configuration/ldap/ldap_proxy_cache_server_setup.html</ref> | ||
+ | *Possible howto on enabling TLS<ref>https://www.itzgeek.com/how-tos/linux/centos-how-tos/step-step-openldap-server-configuration-centos-7-rhel-7.html</ref> |
Revision as of 12:41, 1 March 2018
AD Proxy
Purpose
To proxy secure LDAP requests from the internet to MS AD.
Notes
- Interesting YouTube Video that covers everything except enabling TLS[1]
- openLDAP as proxy to Active Directory as stated by SAMBA[2]
- A guide by owncloud.org[3]
- Possible howto on enabling TLS[4]