2-78 SPARC Enterprise Mx000 Servers XSCF User’s Guide • January 2012
3. Use the showldapssl(8) command to confirm the usermapmode status.
Configuring or Clearing the Usermap
â– Command operation
1. Use the showldapssl(8) command to display the configuration of the usermap.
2. Use the setldapssl(8) command to configure the usermap.
3. Use the showldapssl(8) command to confirm the usermap.
XSCF> showldapssl
usermapmode: enabled
state: enabled
strictcertmode: disabled
timeout: 4
logdetail: none
XSCF> showldapssl usermap
attributeInfo: (none)
binddn: (none)
bindpw: (none)
searchbase: (none)
<Example1> Configures the attribute information.
XSCF> setldapssl usermap attributeInfo '(&(objectclass=
person)(uid=))'
<Example2> Configures the bind distinguished name.
XSCF> setldapssl usermap binddn CN=SuperAdmin,DC=aCompany,DC=com
<Example3> Configures the bind password.
XSCF> setldapssl usermap bindpw b.e9s#n
<Example4> Configures the search base.
XSCF> setldapssl usermap searchbase OU=yoshi,DC=aCompany,DC=com
XSCF> showldapssl usermap
attributeInfo: (&(objectclass=person)(uid=))
binddn: CN=SuperAdmin,DC=aCompany,DC=com
bindpw: Set
searchbase: OU=yoshi,DC=aCompany,DC=com