-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtemplate.h
More file actions
20 lines (14 loc) · 743 Bytes
/
Copy pathtemplate.h
File metadata and controls
20 lines (14 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* This is the configuration file for PamUUID. */
/* Add users that you want to authenticate to the list bellow. */
/* The format is as described. An example is given for the user John. */
/* You may modify the given line. The other lines are comments. */
/* In version 0.2.0-alpha.2 the only available authentication method is plain. */
static const Rule rules[] =
{
/* {"UserName", "Directory", "UUID", "Authentication mode"}, */
/* {"UserName", "/dev/disk/by-uuid/", "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "plain"}, */
/* Linux, udev */
{"John", "/dev/disk/by-uuid/", "7cec6c81-9eaa-44ad-8d6c-e607f3101627", plain},
/* FreeBSD, devd */
/* {"John", "/dev/diskid/", "DISK-7CEC6C819EAA44AD8D6CE607", plain}, */
};