-S A LDAP attribute used to locate a single entry specified in the -V option - Default="cn" -V The value to use with the -S attribute to locate a single entry specified in the -S option - Default=""The options
Search Example:
-S cn -V geoffc Will find a user with cn=geoffc within the sub-tree for the value of the -b option for the entryDN
The application will create an LDAP SearchFilter that is like:
(&(objectClass=inetorgperson)(cn=geoffc))
Note: This allows running from a batch file to locate a single entry.
The same output that shows on the screen is placed into the info.log file.
#DumpPassword Information Properties file. #Tue Jul 07 09:08:49 EDT 2009 SIZE_LIMIT=10000 VERBOSE=false USE_EXTRA=true DEBUG=false SEARCH_VALUE=* ALL=true USE_LDIF=false OUTPUT_FILE_PATH=C\:\\mydata\\common\\java\\DumpPasswordInformation\\dumpup.ldif BIND_DN=cn\=admin,ou\=administration,dc\=willeke,dc\=com LDAP_PORT=389 KEEP_LINES=200000 KEY_PATH=/usr/local/shared/sharedkeystore SEARCH_ATTRIBUTE=cn TIME_LIMIT=40 LDAP_HOST=ldap.yourdomain.com USE_KEYSTORE=false BASE_DN=ou\=users,dc\=yourdomain,dc\=com SSL=false TLS=true PASSWORD=secret SEARCH_FILTER=(objectClass\=inetorgperson)