1. Для начала попробовал ввести свой комп (рабочий десктоп в авторизацию через лдап)
Код: Выделить всё
# cat /etc/openldap/ldap.conf
#
# LDAP Defaults
#
# See ldap.conf(5) for details
# This file should be world readable but not world writable.
#BASE dc=example,dc=com
#URI ldap://ldap.example.com ldap://ldap-master.example.com:666
#SIZELIMIT 12
#TIMELIMIT 15
#DEREF never
URI ldap://domain
BASE cn=skyb,dn=domain,dn=ru
#TLS_CACERTDIR /etc/openldap/cacerts
# Search the root DSE for the password policy (works
# with Netscape Directory Server)
pam_lookup_policy yes
# Use the OpenLDAP password change
# extended operation to update the password.
pam_password exopПользователь skyb в ldap это админ, и так же хочу запуститься сам на локальной машине
есть второй пользователь, с помощью него тоже пробовал, говорит что ошибка аутентификации.
fds
Код: Выделить всё
Configure OpenSSH to enable PAM authentication. Modify /etc/ssh/sshd_config
# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication mechanism.
# Depending on your PAM configuration, this may bypass the setting of
# PasswordAuthentication, PermitEmptyPasswords, and
# "PermitRootLogin without-password". If you just want the PAM account and
# session checks to run without PAM authentication, then enable this but set
# ChallengeResponseAuthentication=no
#UsePAM no
UsePAM yesтоже не взлетело. Что я делаю не так?
2. Остальные сервисы как вводятся? Я так понимаю эту проблему(первую) устраню и все заработает?