>> nobody:x:60001:60001:NFS Anonymous Access User:/: >> noaccess:x:60002:60002:No Access User:/: >> nobody4:x:65534:65534:SunOS 4.x NFS Anonymous Access User:/: > >Since these users do not have valid shells specified, these would not >be shown.
These actually have a valid shell (the default shell, /bin/sh, is used when the password shell lists the empty string for the shell). Can gdm determine which users are locked? Does gdm read /etc/passwd directly (to find out the "local" accounts?) Or does gdm use getent()? (This lists all users in files, nis, nis+ and possibly LDAP) >> What about when NIS or LDAP is in use ? Do we really want GDM attempting >> to display 38,000+ accounts ? > >As I explain above, this should not be an issue. So no getent? How does gdm detect which users logged in before? Casper