Handling of kerberos machine account password changes (eg domain rejoin)

Michael Wood esiotrot at gmail.com
Fri Nov 2 08:50:05 MDT 2012


On 2 November 2012 14:41, simo <idra at samba.org> wrote:
[...]
> Think something like:
> for i in `ls -1 file*` do smbclient -k -c put $i; done

Off topic, sorry, but the above jumped out at me.

Why `ls -1 file*` instead of just the following?

for i in file*; do ...; done

-- 
Michael Wood <esiotrot at gmail.com>


More information about the samba-technical mailing list