I have created an ldap server on a solaris 10 machine using PeterVG's setup. The installation all goes according to his instructions. Then I run the /usr/sadm/bin/dtsetup storeCred command with the following input:
Administrator DN:cn=Directory Manager
Password:xxxxxxx
Password (confirm) :xxxxxxx
This appears to complete successfully.
Then I go to verify communication with directory service via the following command:
/usr/sadm/bin/dtsetup scopes
The only return I'm getting is:
Scope 1 file:/myhost/myhost
I should be getting Scope 2 ldap:/myhost/dc=myhost,dc=
blah_blah,
dc=blah
Can anyone help, thanks.