- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: VSFTP issue with NIS users in AS 3.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 10:25 PM
08-17-2004 10:25 PM
I am able to ftp in to the system using local users and root. But when I use NIS users, it is saying that login incorrect.
Can you throw some light on this issue
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 10:58 PM
08-17-2004 10:58 PM
Re: VSFTP issue with NIS users in AS 3.0
do you have automount enabled for the users that login?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 11:01 PM
08-17-2004 11:01 PM
Re: VSFTP issue with NIS users in AS 3.0
For Normal users everything is working fine
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 11:51 PM
08-17-2004 11:51 PM
Re: VSFTP issue with NIS users in AS 3.0
However I'm able to login with ftp using nis accounts.
Compare you /etc/pam.d/vsftpd to the file that is uploaded (default).
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 11:59 PM
08-17-2004 11:59 PM
Re: VSFTP issue with NIS users in AS 3.0
Can You upload your vsftpd.conf file??
My NIS user's hoem directories are automounted and It should not create a problem...This is the first time I am facing this kind of problem. My OS is RH AS 3.0
Thanks a lot for quick response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 12:51 AM
08-18-2004 12:51 AM
Re: VSFTP issue with NIS users in AS 3.0
except that I prevent from users to change directories outside from their home directories.
I use rhel es 3.0
The major difference (I guess) is that I unchecked the md5/shadow options for passwords for this domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 02:47 AM
08-18-2004 02:47 AM
Re: VSFTP issue with NIS users in AS 3.0
220 Welcome to GETS Opteron system
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (0:root):
i tried by disabling "md5 option using setup--> authentication configuration" But still I got the same error. I think it is something related to the authentication. In NIS it is not using shadow passwords.
PL let me know if something clicks in your mind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 02:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 07:24 AM
08-19-2004 07:24 AM
Re: VSFTP issue with NIS users in AS 3.0
in /etc/shells, vsftpd will reject the user.
This isn't obvious from the rejection messages.
For historical reasons (other platforms) many
of our users have /usr/local/bin/tcsh as
their login shell. Only vsftpd seemed to care
that /usr/local/bin/tcsh wasn't in /etc/shells.