Ldap Client: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Installation == <syntaxhighlight lang="bash"> apt-get install ldap-auth-client ldap-auth-config libldap-2.4-2:amd64 libnet-ldap-perl libnss-ldap:amd64 libpam-ldap:amd64 pos...") |
(→Setup) |
||
Line 5: | Line 5: | ||
=== Setup === | === Setup === | ||
<pre> | |||
/etc/ldap.conf | /etc/ldap.conf | ||
/etc/ldap.secret | /etc/ldap.secret | ||
/etc/ldap/ldap.conf | /etc/ldap/ldap.conf | ||
</pre> | |||
==== Webmin === | ==== Webmin === |
Revision as of 03:23, 1 June 2016
Installation
apt-get install ldap-auth-client ldap-auth-config libldap-2.4-2:amd64 libnet-ldap-perl libnss-ldap:amd64 libpam-ldap:amd64 postfix-ldap
Setup
/etc/ldap.conf /etc/ldap.secret /etc/ldap/ldap.conf
= Webmin
in the file /etc/webmin/ldap-useradmin/config replace auth_ldap=/etc/libnss-ldap.conf by auth_ldap=/etc/ldap.conf