AnyConnect PIN Complexity Requirements
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2014 07:02 PM - edited 02-21-2020 07:46 PM
Is there a way to set complexity instead of simply minimum and maximum number of characters?
We would like to prevent people from creating and using PINS like abcd or 1234 or 0000.
Even if we had a 12 character requirement, many people would use 111111111111 as their PINs and we would like to stop this.
- Labels:
-
AnyConnect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2014 09:26 PM
Hi,
You need to define the password/pin policies and restrictions in your authentication server... for anyconnect user authentication... if you are using local database then you do not have much options....
Regards
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2014 09:49 PM
I'm mostly looking for just prevent sequential PINs and PINs consisting only of a repeating number like the examples I used like 1234 as a PIN.
Is there an option that would let the user use 2983 as a PIN, but not 0000 or 1234?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2014 11:41 PM
Hi,
Such things you can do with your authentication server... there you define the rules and regulations for password string..... but not on the local database of the ASA.... I guess it can be done on the external radius server... if we make some customized attributes set on it.....
Regards
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2014 09:42 PM
Hi,
Additionally if you use local-database then you can do this much with limited options.
Managing User Passwords
The ASA enables administrators with the necessary privileges to modify password policy for users in the current context.
User passwords have the following guidelines:
•A maximum lifetime of 0 to 65536 days.
•A minimum length of 3 to 64 characters.
•A minimum number of changed characters for updates of 0 to 64 characters.
•They may include lower case characters.
•They may include upper case characters.
•They may include numbers.
•They may include special characters.
To specify password policy for users, perform the following steps:
Regards
Karthik
