Skip to content

Commit

Permalink
Remove duplicate definitions
Browse files Browse the repository at this point in the history
Thee are already defined both in Heimdal and MIT public headers

Signed-off-by: Simo Sorce <[email protected]>
Reviewed-by: Guenther Deschner <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Reviewed-by: Andrew Bartlet <[email protected]>
  • Loading branch information
simo5 authored and cryptomilk committed Sep 1, 2014
1 parent af7613f commit 6bdde64
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions source3/libads/krb5_setpw.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@
#define KRB5_KPASSWD_VERS_SETPW 0xff80
#define KRB5_KPASSWD_VERS_SETPW_ALT 2

#define KRB5_KPASSWD_SUCCESS 0
#define KRB5_KPASSWD_MALFORMED 1
#define KRB5_KPASSWD_HARDERROR 2
#define KRB5_KPASSWD_AUTHERROR 3
#define KRB5_KPASSWD_SOFTERROR 4
#define KRB5_KPASSWD_ACCESSDENIED 5
#define KRB5_KPASSWD_BAD_VERSION 6
#define KRB5_KPASSWD_INITIAL_FLAG_NEEDED 7

/* Those are defined by kerberos-set-passwd-02.txt and are probably
* not supported by M$ implementation */
#define KRB5_KPASSWD_POLICY_REJECT 8
Expand Down

0 comments on commit 6bdde64

Please sign in to comment.