You are not logged in.
Hi,
I am trying to configure openldap client from source.
Here is my ldap.conf file
BASE dc=cloud,dc=lab
URI ldap://idm01.cloud.lab:389
BINDDN cn=admin,dc=cloud,dc=lab
#SIZELIMIT 12
TIMELIMIT 5
#DEREF never
ldap_version 3
pam_filter objectclass=posixAccount
pam_login_attribute uid
pam_member_attribute memberuid
nss_base_passwd ou=Computers,dc=cloud,dc=lab
nss_base_passwd ou=People,dc=cloude,dc=lab
nss_base_shadow ou=People,dc=cloud,dc=lab
nss_base_group ou=Group,dc=cloud,dc=lab
pam configure
#system-authentication
auth required pam_env.so
auth sufficient pam_ldap.so
auth sufficient pam_unix.so nullok
auth required pam_deny.so
account sufficient pam_ldap.so
account required pam_unix.so
password sufficient pam_ldap.so
password sufficient pam_unix.so use_authtok nullok sha512
password required pam_deny.so
session required pam_limits.so
session required pam_unix.so
session optional pam_ldap.so
But I can not connect the ldap server. Do I need to start anything or my configuration wrong?
when I run getent, I am seeing local user.
Offline
Looks like you miss some settings, check https://wiki.archlinux.org/index.php/OpenLDAP
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline