adclient.unix.user.name.validity.check
This parameter controls whether adclient will check and ignore Unix usernames that do not conform to standard Unix naming conventions, preventing unnecessary Domain Controller searches.
The valid format for Unix usernames is defined by the following regular expression:
^[a-zA-Z][-a-zA-Z0-9_.]*$
Set this parameter to false if you use non-standard Unix usernames that either start with a number or consist entirely of numbers. This ensures these users are visible.
By default, this parameter is set to true, meaning adclient will perform the check.
adclient.unix.user.name.validity.check: true