Skip to content

Commit a59b814

Browse files
committed
Don't point to shadow cache
1 parent 16631b2 commit a59b814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachefiller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (nc *NetAuthCacheFiller) FillPasswdCache(c *cache.Cache) error {
130130
for i := range nc.entities {
131131
c.Add(&cache.PasswdEntry{
132132
Name: nc.entities[i].GetID(),
133-
Passwd: "x",
133+
Passwd: "*",
134134
UID: uint32(nc.entities[i].GetNumber()),
135135
GID: nc.pgroups[nc.entities[i].GetMeta().GetPrimaryGroup()],
136136
Dir: nc.entities[i].GetMeta().GetHome(),

0 commit comments

Comments
 (0)