new stuff added, this is a patch and a script
[netbsd-linux-nis-yp.git] / README
1 Patch and bits for linux yp/nis server to handle
2 netbsd clients (maybe *bsd?)
3
4 The problem is linux uses shadow, netbsd uses master.passwd
5 and they are different formats. This generates a master.passwd
6 file from the linux info. It requires perl and Class::Date to
7 be installed.
8
9 It tries to handle expiration/password change but it probably
10 doesn't work (I havent tested it).
11
12 Install -
13
14 stick master-passwd.pl in /var/yp
15 make sure its output looks right:
16
17 ./master-passwd.pl /etc/passwd /etc/shadow
18
19 patch /var/yp/Makefile and then you should
20 be good to go!
21
22 take care
23 /rex.
24 laeos@laeos.net