# /etc/nsswitch.conf # # This file is read once by the first process in a Cygwin process tree. # To pick up changes, restart all Cygwin processes. # # passwd: # group: # # "files" only use /etc/passwd or /etc/group file. # "db" only use SAM/AD retrieval. # "files db" both, files preferred. This is the default. # # "db files" does not make any sense # passwd: files db group: files db # # Configuration of "db" style passwd/group handling: # # db_prefix: # # "auto" If "auto", prepend domain to account name if the account # is not a member of the machine's primary domain. Prepend # just the separator char if the account is a well-known # or builtin group. # # "primary" "primary" is like "auto", but prepend domain to account name # as well, if the account is a member of the machine's primary # domain. # # "always" If set to "always", always prepend domain, even for # well-known and builtin accounts. # db_prefix: auto # # db_cache: # # "yes" If yes, cache once retrieved DB values in local process, # hand cache down to child processes. # # "no" If no, fetch passwd or group entries anew, every time an # entry is requested. Default is "no". # db_cache: no # # db_separator: # # Set separator character between domain and account name to # the ASCII char X. Default is '+'. # db_separator: +