is it possible to show all domain-users in the
kdm dialog?
wbinfo -u gives me the correct list of all domain-users
but when I try to login into my linuxbox I only see all
local users.
--
_ _ _
__ _(_)___ ___ _ __ ___ ___ | |__ __| | ___
/ _` | / __/ __| '_ ` _ \ / _ \| '_ \ / _` |/ _ \
| (_| | \__ \__ \ | | | | | (_) | | | || (_| | __/
\__, |_|___/___/_| |_| |_|\___/|_| |_(_)__,_|\___|
|___/
Jochen Kaechelin wrote:> is it possible to show all domain-users in the > kdm dialog?This setting in kdmrc should do it: # Enable user list (names along with images) in the greeter. # Default is true UserList=true -- Rex