#!/bin/bash
# Samba-TNG                                              list_machines
# --------------------------------------------------------------------

# --------------------------------------------------------------------
# config here

. ./prefs

# begin
# --------------------------------------------------------------------


$rpcclient -S . -U $rpcuser%$rpcpassword -c 'enumusers' -d0|egrep "\\$"|less

exit 0

# --------------------------------------------------------------------
