summaryrefslogtreecommitdiff
path: root/UserConfig.pm
diff options
context:
space:
mode:
authorMilan Bouchet-Valat <nalimilan@club.fr>2010-02-07 21:29:32 +0100
committerMilan Bouchet-Valat <nalimilan@club.fr>2010-02-08 23:40:52 +0100
commitd94c927ce12ee68fa9c90d56b3898b017941787b (patch)
treefb7e111a58fb24c63ce9ce65291570783d0424d2 /UserConfig.pm
parentd8bb24fac0179becffd299b2e7b7f6f9941f127f (diff)
Add field for face in UserConfig
This field will be used later to set the path to a file containing the image to be used as a face (~/.face). For now it's just a placeholder to avoid changing the protocol again.
Diffstat (limited to 'UserConfig.pm')
-rw-r--r--UserConfig.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/UserConfig.pm b/UserConfig.pm
index a50f10e..e0185a7 100644
--- a/UserConfig.pm
+++ b/UserConfig.pm
@@ -32,9 +32,9 @@ my $OBJECT_PATH = "$Utils::Backend::DBUS_PATH/$OBJECT_NAME";
# base user struct, also used in UsersConfig
# variables: login, password, UID, main group GID, GECOS fields, home, shell,
-# password flags, encrypted home, home dir flags, locale, location
+# password flags, encrypted home, home dir flags, locale, location, face
our $USER_FORMAT = [ "struct", "string", "string", "uint32", "uint32", [ "array", "string" ], "string", "string",
- "int32", "bool", "int32", "string", "string" ];
+ "int32", "bool", "int32", "string", "string", "string" ];
sub new
{