- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP Login disallowed - Audit Error
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
07-04-2004 02:59 PM
07-04-2004 02:59 PM
FTP Login disallowed - Audit Error
"530 Login disallowed (audit error)"
Greatly appreciated if anyone advise us at the earliest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 03:39 PM
07-04-2004 03:39 PM
Re: FTP Login disallowed - Audit Error
Is this problem with all users trying to ftp or just specific accounts.
You could try checking there are no errors in /etc/passwd file.
Use following commands:
# authck -p
# pwck -s
Also check user is not listed in /etc/ftpd/ftpusers file.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 07:36 PM
07-04-2004 07:36 PM
Re: FTP Login disallowed - Audit Error
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 07:47 PM
07-04-2004 07:47 PM
Re: FTP Login disallowed - Audit Error
I would suggest that you do the following
authck -p
This will highlight any inconsistencies between the passwd file and the trust database.
If there are any inconsistencies then correct them using
vipw
If this doesn't solve the problem, let us know. This will atleast help us eliminate the inconsistency issues that we normally see in trusted systems
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 08:12 PM
07-04-2004 08:12 PM
Re: FTP Login disallowed - Audit Error
# mv /tcb/files/auth/system/pw_id_map pw_id_map.bak
# /usr/sbin/authck -pv
Then try ftp again.
Hope it helps.