![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Security Anything involving computer security goes here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| password | MastaFue | UNIX for Dummies Questions & Answers | 3 | 05-07-2008 01:21 AM |
| Texai 1.0 (Incremental Fluid Construction Grammar branch) | iBot | Software Releases - RSS News | 0 | 01-10-2008 03:40 PM |
| SUN LOM password | rvrao77 | SUN Solaris | 2 | 05-03-2007 05:55 AM |
| Change password by pushing encrypted password to systems | benq70 | UNIX for Dummies Questions & Answers | 1 | 09-02-2005 06:08 AM |
| Password | tycobb | UNIX for Dummies Questions & Answers | 3 | 08-10-2002 09:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Password Construction
Could someone please help, I am new to unix and I am trying to do the following:
o Each password must have at least eight characters. Only the first eight characters are significant. PASSLENGTH is found in /etc/default/passwd and is set to 6. o Each password must contain at least two alphabetic characters and at least one numeric or special char- acter. In this case, "alphabetic" refers to all upper or lower case letters. o Each password must differ from the user's login name and any reverse or circular shift of that login name. For comparison purposes, an upper case letter and its corresponding lower case letter are equivalent. o New passwords must differ from the old by at least three characters. For comparison purposes, an upper case letter and its corresponding lower case letter are equivalent. How do I go about this, I am able to add the users, and manouver my way around. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
checkout the /etc/default/passwd (Solaris 10)
|
||||
| Google The UNIX and Linux Forums |