Re: CVS update: samba/source/utils]

From: Jerry Murdock <jmurdock@dont-contact.us>
Date: Wed, 28 Aug 2002 18:46:57 -0400

Thanks, this will certainly make things easier.

But...

Before this is released as "official" Samba, the exit code probably needs to
be fixed up. As it is now, the exit code will be 1 on a successful change
and 0 on failure.

It probably needs to be something like:

        /* Change Trust Password */

        if (changing_trust_pw) {
                if (change_trust_account_password(new_domain,
remote_machine)) {
                        return 0;
                }
                return 1;
        }

Jerry

----- Original Message -----
From: "Andrew Bartlett" <abartlet@samba.org>
To: <squid-dev@squid-cache.org>
Sent: Wednesday, August 28, 2002 6:17 PM
Subject: [Fwd: CVS update: samba/source/utils]

> Samba 2.2.6 should include this - which should make squid/winbindd
> installations work a little better...
>
> Andrew
>
> -------- Original Message --------
> Subject: CVS update: samba/source/utils
> Date: Wed, 28 Aug 2002 07:47:13 -0400 (EDT)
> From: jerry@samba.org
> To: samba-cvs@samba.org
>
>
> Date: Wed Aug 28 07:47:13 2002
> Author: jerry
>
> Update of /data/cvs/samba/source/utils
> In directory dp.samba.org:/tmp/cvs-serv8409/utils
>
> Modified Files:
> Tag: SAMBA_2_2
> smbpasswd.c
> Log Message:
> added -t option to explicitly change a trust account password
> when operating in security = domain (needed by squid folks
> using winbindd).
>
>
>
>
>
> Revisions:
> smbpasswd.c 1.93.2.46 => 1.93.2.47
>
>
http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbpasswd.c?r1=1.93.2
.46&r2=1.93.2.47
>
Received on Wed Aug 28 2002 - 16:47:14 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:16 MST