- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What are invalid special characters for HP-UX ...
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
06-22-2006 09:26 AM
06-22-2006 09:26 AM
Is there a list of special characters that hp-ux login program will reject ?
I like to exclude those characters when making up password.
Thanks
tj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 09:39 AM
06-22-2006 09:39 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 09:49 AM
06-22-2006 09:49 AM
Re: What are invalid special characters for HP-UX ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 10:13 AM
06-22-2006 10:13 AM
Re: What are invalid special characters for HP-UX ?
http://www1.itrc.hp.com/service/cki/search.do?category=c0&prevQueryString=&mode=text&searchString=KBRC00008676&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&dateRange=all&search.x=5&search.y=8
http://www1.itrc.hp.com/service/cki/search.do?category=c0&prevQueryString=&mode=text&searchString=USECKBRC00007638&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&dateRange=all&search.x=24&search.y=11
And of course like mentioned previously man of getty will give a list of special characters.
Regards,
Luis N.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 11:19 AM
06-22-2006 11:19 AM
Re: What are invalid special characters for HP-UX ?
stty erase "^H" kill "^U" < /dev/ttyconf
What this does is to change the driver defaults, something that was not possible before this patch. With the above line, the # and @ symbols are now usable at login (/etc/profile normally takes care of this but that's after login).
That said, you will always be limited by all the rules for all the systems that will be used together. For instance, if you use PCs, you'll have to know their special rules (like a leading - in ftp). The best recommendation is to use very few of the special characters in passwords. What works on HP-UX may fail on a Mac or AIX or a PC terminal emulator.
Bill Hassell, sysadmin