Password file format

The password file contains a series of user entries that specify the password and groups of each user.

Each user entry uses this format:
username:cleartextpassword:group1,group2,...groupN

The three fields are delimited by colons. Note that the cleartextpassword and group fields can be empty.

The following is a sample password file:
dave:en958:development,allcompany
sally:lopper39:development,allcompany
john:jhn931:marketing,allcompany
In this sample file: