Skip Headers
Oracle® Fusion Middleware Man Page Reference for Oracle Directory Server Enterprise Edition
11g Release 1 (11.1.1.7.0)

Part Number E28967-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

pwd-strong-check-require-charset

DS server instance configuration (SER) property pwd-strong-check-require-charset

Description

The behavior of a Directory Server instance is configured according to server properties such as pwd-strong-check-require-charset.

Characteristic Value

Syntax

lower | upper | digit | special | any-two | any-three

Default Value

lower && upper && digit && special

Is readable

Yes

Is modifiable

Yes

Is multi-valued

Yes


In the preceding table, syntax values shown in lower case or partly in lower case are literal values. Those shown in upper case are syntax types, as described in server(5DSCONF).

This property specifies the sets of characters that must be present in a password value modification.

lower

The new password must include a lower case character.

upper

The new password must include an upper case character.

digit

The new password must include a digit.

special

The new password must include a special character.

any-two

The new password must include at least one character from each of at least two of the abovementioned character sets.

any-three

The new password must include at least one character from each of at least three of the abovementioned character sets.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE

Availability

SUNWdsee7

Stability Level

Evolving


See Also

dsconf(1M), server(5DSCONF)