this file used to try to generate a "struct passwd". Nope, won't work..
This commit is contained in:
parent
49c9ab9a60
commit
49ee23b204
|
@ -45,7 +45,7 @@ program YPPASSWDPROG {
|
|||
} = 100009;
|
||||
|
||||
|
||||
struct passwd {
|
||||
struct x_passwd {
|
||||
string pw_name<>; /* username */
|
||||
string pw_passwd<>; /* encrypted password */
|
||||
int pw_uid; /* user id */
|
||||
|
@ -57,7 +57,7 @@ struct passwd {
|
|||
|
||||
struct yppasswd {
|
||||
string oldpass<>; /* unencrypted old password */
|
||||
passwd newpw; /* new passwd entry */
|
||||
x_passwd newpw; /* new passwd entry */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue