Node Director
|
Passwd file URI
i.e.
The passwd file database driver implements reading from/writing to the classic passwd file commonly used on Unix systems. Each entry in the passwd file reflects a user account.
When used in write mode, this driver accepts user records as input and emits a passwd entry for each of them.
In read mode, the driver parses input in passwd file format and emits a user record for each of them as a posixAccount object.
The driver accepts the following options:
If the shadow option is set in write mode, the password field in the emitted records is set to 'x', assuming that the password hash will be available via a separate shadow file.
If set in write mode, the passwd file driver will prefer MD5 crypt hashes over traditional crypt hashes, when both are provided in the user record.