Node Director
|
Passwd file URI
i.e.
The shadow file database driver implements reading from/writing to the classic shadow file commonly used on Unix systems as a supplement to the /etc/passwd file. Each entry in the shadow file reflects a user account.
When used in write mode, this driver accepts user records as input and emits a shadow entry for each of them.
In read mode, the driver parses input in shadow file format and emits a user record for each of them as a shadowAccount object.
The driver accepts the following options:
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.