Hide Forgot
Description of problem: Installed system with: authconfig --enablemd5 --enableshadow --enableldap --enableldapauth --ldapserver=ldap.cora.nwra.com --ldapbasedn=dc=nwra,dc=com --enableldaptls --ldaploadcacert=http://www.cora.nwra.com/cgi-bin/getca.pl After install, I see: Mar 14 08:50:01 vmsl6 crond[16211]: PAM unable to dlopen(/lib64/security/pam_ldap.so): /lib64/security/pam_ldap.so: cannot open shared object file: No such file or directory Mar 14 08:50:01 vmsl6 crond[16211]: PAM adding faulty module: /lib64/security/pam_ldap.so and ldap users cannot log in. Installing nss-pam-ldapd and configuring /etc/nslcd.conf with: uri ldap://ldap.cora.nwra.com/ base dc=nwra,dc=com ssl start_tls tls_cacertdir /etc/openldap/cacerts fixes. Version-Release number of selected component (if applicable): 13.21.82
Yeah, the authconfig command has never worked like that. If you want to use ldap, you need to add the packages to your %packages section too. We simply pass the authconfig arguments straight through to the program.