FW: changes to wbclient.h (Re: [SCM] Samba Shared Repository - branch master updated)
Karthikeyan R
karthikeyan_r at spanservices.com
Sun Oct 11 23:04:53 MDT 2009
-----Original Message-----
From: samba-technical-bounces at lists.samba.org [mailto:samba-technical-bounces at lists.samba.org] On Behalf Of Stefan (metze) Metzmacher
Sent: Friday, October 09, 2009 9:06 PM
To: samba-technical at lists.samba.org
Cc: samba-cvs at samba.org
Subject: changes to wbclient.h (Re: [SCM] Samba Shared Repository - branch master updated)
Hi Matthias,
> diff --git a/nsswitch/libwbclient/wbclient.h
> b/nsswitch/libwbclient/wbclient.h index 4dc6d23..ced82d8 100644
> --- a/nsswitch/libwbclient/wbclient.h
> +++ b/nsswitch/libwbclient/wbclient.h
> @@ -427,10 +427,15 @@ struct wbcUserPasswordPolicyInfo {
> **/
>
> enum wbcPasswordChangeRejectReason {
> - WBC_PWD_CHANGE_REJECT_OTHER=0,
> - WBC_PWD_CHANGE_REJECT_TOO_SHORT=1,
> - WBC_PWD_CHANGE_REJECT_IN_HISTORY=2,
> - WBC_PWD_CHANGE_REJECT_COMPLEXITY=5
> + WBC_PWD_CHANGE_NO_ERROR=0,
> + WBC_PWD_CHANGE_PASSWORD_TOO_SHORT=1,
> + WBC_PWD_CHANGE_PWD_IN_HISTORY=2,
> + WBC_PWD_CHANGE_USERNAME_IN_PASSWORD=3,
> + WBC_PWD_CHANGE_FULLNAME_IN_PASSWORD=4,
> + WBC_PWD_CHANGE_NOT_COMPLEX=5,
> + WBC_PWD_CHANGE_MACHINE_NOT_DEFAULT=6,
> + WBC_PWD_CHANGE_FAILED_BY_FILTER=7,
> + WBC_PWD_CHANGE_PASSWORD_TOO_LONG=8
> };
wbclient.h is a public interface, where we can't change existing code!
At least we need to add the old enum values as defines to the new ones.
metze
DISCLAIMER:
This email message and all attachments are confidential and may contain information that
is privileged, confidential or exempt from disclosure under applicable law. If you are
not the intended recipient, you are notified that any dissemination, distribution or
copying of this email is strictly prohibited. If you have received this email in error,
please notify us immediately by return email or to mailadmin at spanservices.com and destroy
the original message.
Opinions, conclusions, and other information in this message that do not relate to the
official business of SPAN, shall be understood to be neither given nor endorsed by SPAN.
More information about the samba-technical
mailing list