http://defect.opensolaris.org/bz/show_bug.cgi?id=4406
Summary: skipping properties in walkprop broken
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: OpenSolaris
Status: ACCEPTED
Severity: normal
Priority: P4
Component: CLI
AssignedTo: Anurag.Maskey at Sun.COM
ReportedBy: Anurag.Maskey at Sun.COM
QAContact: nwam-dev at opensolaris.org
Estimated Hours: 0.0
Some properties are skipped in walkprop depending on values of other
properties. For example, nis, nisplus, and ldap configurations are skipped if
nameservices is dns. However, if nameservice is "dns,nis" then both properties
are skipped in the walk.
If only "dns" is picked:
# /usr/sbin/nwamcfg
nwamcfg> create loc test
nwamcfg:loc:test> walkprop
activation-mode
(manual)[manual|conditional-any|conditional-all|system]>
enabled (false) [true|false]>
nameservice-discover (true) [true|false]>false
nameservices [files|dns|nis|nisplus|ldap]>dns
dns-nameservice-servers>
dns-nameservice-domain>
dns-nameservice-search>
hosts-file>
...
If "dns,nis" is picked:
# /usr/sbin/nwamcfg
nwamcfg> create loc test
nwamcfg:loc:test> walkprop
activation-mode
(manual)[manual|conditional-any|conditional-all|system]>
enabled (false) [true|false]>
nameservice-discover (true) [true|false]>false
nameservices [files|dns|nis|nisplus|ldap]>dns,nis
hosts-file>
...
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.