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...") |
(→Webmin) |
||
(3 intermediate revisions by the same user not shown) | |||
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 ==== | ||
<pre> | |||
in the file /etc/webmin/ldap-useradmin/config | in the file /etc/webmin/ldap-useradmin/config | ||
replace auth_ldap=/etc/libnss-ldap.conf | replace auth_ldap=/etc/libnss-ldap.conf | ||
by auth_ldap=/etc/ldap.conf | by auth_ldap=/etc/ldap.conf | ||
</pre> | |||
* Modify module Ldap-client configuration (In unused modules) | |||
* Change Ldap configuration file for : /etc/ldap.conf |
Latest revision as of 03:33, 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
- Modify module Ldap-client configuration (In unused modules)
- Change Ldap configuration file for : /etc/ldap.conf