DSEE7 cant populate data
The directory server is up and listening but I cannot get the data into the directory server so that it can act as an authentication server:
[:/]#ldapaddent -a simple -D "cn=Directory Manager" -f /etc/passwd passwd
Enter password:
LDAP Configuration problem.
2: Unable to load configuration '/var/ldap/ldap_client_file' ('').
The goal is for this server to authenticate Solaris 10 clients so we can get away from using local files (passwd, shadow etc). I'm following the docs but running into the error above.
0