diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2011-10-18 13:40:50 +1100 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2011-10-18 13:40:50 +1100 |
commit | f05c8bd7655699451724342311234c767032869b (patch) | |
tree | cbb99e53f924db4cf5716cae79a3db93581ea878 | |
parent | 6415ddbb9332ebde1f7ba264d9389ef9e2d464f2 (diff) | |
download | lightdm-git-f05c8bd7655699451724342311234c767032869b.tar.gz |
Add note to users.conf that it only works if not using AccountsService
-rw-r--r-- | data/users.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/users.conf b/data/users.conf index 5b82c7be..05207ce3 100644 --- a/data/users.conf +++ b/data/users.conf @@ -1,6 +1,9 @@ # # User accounts configuration # +# NOTE: If you have AccountsService installed on your system, then LightDM will +# use this instead and these settings will be ignored +# # minimum-uid = Minimum UID required to be shown in greeter # hidden-users = Users that are not shown to the user # hidden-shells = Shells that indicate a user cannot login |