Beasley Wendell L IT741 schrieb:> When I do a "getent passwd" command on a linux Samba server I am
seeing
> users and Computer Objects from Active Directory. I am using winbind to
> authenticate. Any idea how not to see the computer objects, and only see
> the users.
computer accounts are also accounts, so you will see them.
if you want to display only users (without computers), you can do
something like:
getent passwd | grep -v '$'
--
Tomek
http://wpkg.org
WPKG - software deployment and upgrades with Samba