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