3 | | For authentication only (no user database) make sure you have nss_pam_ldapd rpm installed and then run: |
4 | | authconfig --enableldapauth --ldapserver=ldaps://ldap.princeton.edu --disableldaptls --ldapbasedn="o=Princeton University,c=US" --ldaploadcacert=file:///etc/pki/tls/certs/ca-bundle.crt --disablesssdauth --update |
| 3 | For authentication only (no user database) make sure you have nss-pam-ldapd rpm installed and then run: |
| 4 | authconfig --enableldapauth --ldapserver=ldaps://ldap.princeton.edu --disableldaptls --ldapbasedn="o=Princeton University,c=US" --ldaploadcacert=/etc/pki/tls/certs/ca-bundle.crt --disablesssdauth --update |