Greetings -- I'm running nis+ with NIS compatibility mode (-Y)
I'm having trouble getting the encrypted passwd string to appear
in the entry using ypcat as illustrated by the following example...
This is OK:
% niscat passwd.org_dir | grep rmasse
rmasse:6IggjjjjkUgk2:1075:1000:Roger E.
Masse:/home/rmasse:/depot/sundry/plat/bin/tcsh:10526:-1:-1:-1:-1::0
Where's my passwd?
% ypcat passwd | grep rmasse
rmasse:*NP*:1075:1000:Roger E.
Masse:/home/rmasse:/depot/sundry/plat/bin/tcsh
Here are the column permissions:
% niscat -o passwd.org_dir
Object Name : passwd
Directory : org_dir.cnri.reston.va.us.
Owner : foo.cnri.reston.va.us.
Group : admin.cnri.reston.va.us.
Access Rights : ----rmcdrmcdr---
Time to Live : 12:0:0
Creation Time : Mon Apr 20 11:34:08 1998
Mod. Time : Wed May 31 15:20:07 2000
Object Type : TABLE
Table Type : passwd_tbl
Number of Columns : 8
Character Separator : :
Search Path :
Columns :
[0] Name : name
Attributes : (SEARCHABLE, TEXTUAL DATA, CASE
SENSITIVE)
Access Rights : r---r---r---r---
[1] Name : passwd
Attributes : (TEXTUAL DATA)
Access Rights : ----rm--r---r---
[2] Name : uid
Attributes : (SEARCHABLE, TEXTUAL DATA, CASE
SENSITIVE)
Access Rights : r---r---r---r---
[3] Name : gid
Attributes : (TEXTUAL DATA)
Access Rights : r---r---r---r---
[4] Name : gcos
Attributes : (TEXTUAL DATA)
Access Rights : r---rmcdrmcdr---
[5] Name : home
Attributes : (TEXTUAL DATA)
Access Rights : r---rmcdrmcdr---
[6] Name : shell
Attributes : (TEXTUAL DATA)
Access Rights : r---rmcdrmcdr---
[7] Name : shadow
Attributes : (TEXTUAL DATA)
Access Rights : ----r-------r---
Any hints appreciated :)
Roger E. Masse