Configuration of /etc/nsswitch.conf
List of Global Functions
ReadDb - Reads a database entry from nsswitch_conf and returns it as a list
Write - Writes the edited files to the disk
WriteAutofs - Configures the name service switch for autofs according to chosen settings
WriteDb - Writes a database entry as a list to nsswitch_conf
List of Global Variables
Reads a database entry from nsswitch_conf and returns it as a list
Function parameters
string db
Return value
list<string> - eg. ["files", "nis"]
Configures the name service switch for autofs according to chosen settings
Function parameters
boolean start
string source
Return value
boolean - success?