1. NetApp ONTAP Documentation
Name Services Management Guide: In the section "How name service switch configuration works
" it is stated: "The ns-switch configuration file specifies the order in which sources are searched for a given database... For example
you can configure ONTAP to search local files first
and then LDAP for user information (the passwd database)." This directly confirms that the passwd database is for user information and the order shown in the command output is the search order.
2. NetApp ONTAP 9 Commands Manual Page Reference
vserver name-service ns-switch show: The documentation for this command explains that it displays the current name service switch source lookup order for the specified databases (passwd
group
hosts
etc.). The order of sources displayed in the output is the order in which ONTAP performs the lookups.
3. NetApp Technical Report 4067 (TR-4067)
NFS in NetApp ONTAP: Section 3.1
"Name Services
" discusses the importance of the name service switch file (ns-switch) in determining the lookup order for different databases
including passwd for user information. It clarifies that the order listed dictates the search path for identity resolution.