Solaris LDAP client setup. part 2(management interface)

Now we have an environment which uses LDAP as Name Service.
And the question of proper data management in LDAP arises.
We can use:
  1. Sun Directory Server Webconsole Interface which is delivered with Directory server (which is a bad idea, you'll have to edit raw data) .
  2. Use SMC (Solaris Management Interface) related tools. (Howto)

Problems which took a lot of time:
When run:
  • #/usr/sadm/bin/smrole list -D ldap:/solaris10core.example.test/dc=example,dc=test -- Use LDAP form of domain declaration(dc=,dc=), there are no word in manuals about it.
  • #/usr/sadm/bin/dtsetup scopes - be careful with domain name resolving for all domains this command shows.
  • Better run SMC in environment with END user cluster.

Comments