search for: winduser

Displaying 1 result from an estimated 1 matches for "winduser".

Did you mean: binduser
2005 Jun 11
1
strange getpwnam issue
...n users. small investigate show that getpwnam() result with windows user as parameter different from unix user. for example: #perl -e "print getpwnam('unixuser');" return "unixuser:passwordHASHreplaced:vv:vv:/home/unixuser:/bin/sh" #perl -e "print getpwnam('winduser');" return "vlad:x:vv:vv:/home/winduser:/bin/sh" so, structure about windows user do not contain password hash, that possibly needed by pam_dhkeys module. without it, it return user not found message and faill all pam stack. can anyone explain is this bug or normal result? i...