This file is indexed.

/usr/share/dirsrv/properties/setup-ds-admin.res is in 389-admin 1.1.46-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# this overrides the default
# ------------ Welcome Dialog Resource ------------
dialog_welcome_text = This program will set up the %s Directory and Administration Servers.\n\nIt is recommended that you have "root" privilege to set up the software.\nTips for using this program:\n  - Press "Enter" to choose the default and go to the next screen\n  - Type "Control-B" then "Enter" to go back to the previous screen\n  - Type "Control-C" to cancel the setup program\n\n
# %s -> brand

# this overrides the default
# ----------- SSUser Dialog Resource  ----------------
dialog_ssuser_text = The servers must run as a specific user in a specific group.\nIt is strongly recommended that this user should have no privileges\non the computer (i.e. a non-root user).  The setup procedure\nwill give this user/group some permissions in specific paths/files\nto perform server-specific operations.\n\nIf you have not yet created a user and group for the servers,\ncreate this user and group using your native operating\nsystem utilities.\n\n

# ----------- AS port Dialog Resource  ----------------
dialog_asport_text = The Administration Server is separate from any of your web or application\nservers since it listens to a different port and access to it is\nrestricted.\n\nPick a port number between 1024 and 65535 to run your Administration\nServer on. You should NOT use a port number which you plan to\nrun a web or application server on, rather, select a number which you\nwill remember and which will not be used for anything else.\n\n
dialog_asport_prompt = Administration port
dialog_asport_error = The port %s is in use or not available.  Please choose another port.\n\n

# ----------- AS host IP Dialog Resource  ----------------
dialog_ashostip_text = If you want to configure the Administration Server to bind\nto a specific IP address, enter the address below.\n\n
dialog_ashostip_prompt = IP address

# ----------- AS sys user Dialog Resource  ----------------
dialog_assysuser_text = The Administration Server program runs as a certain user on your\nsystem. This user must have permission to modify files and directories\nfor your Directory server as well as the Administration server.  You\nare strongly encouraged to use a non-privileged (i.e. non-root) user.\n\n
dialog_assysuser_prompt = Run Administration Server as
dialog_assysuser_error = The user '%s' is invalid.\n\n
dialog_assysuser_must_be_same = Since you are not running setup as root, the user must be the same as your userid '%s'.\n\n
dialog_assysuser_root_warning = You are strongly encouraged to use a non-root user for\nthe server uid.  If you feel you have made a mistake,\nplease go back to this dialog and enter another user.\n\n

# ----------- Use Config DS Dialog Resource  ----------------
dialog_useconfigds_text = Server information is stored in the configuration directory server.\nThis information is used by the console and administration server to\nconfigure and manage your servers.  If you have already set up a\nconfiguration directory server, you should register any servers you\nset up or create with the configuration server.  To do so, the\nfollowing information about the configuration server is required: the\nfully qualified host name of the form\n<hostname>.<domainname>(e.g. hostname.example.com), the port number\n(default 389), the suffix, the DN and password of a user having\npermission to write the configuration information, usually the\nconfiguration directory administrator, and if you are using security\n(TLS/SSL).  If you are using TLS/SSL, specify the TLS/SSL (LDAPS) port\nnumber (default 636) instead of the regular LDAP port number, and\nprovide the CA certificate (in PEM/ASCII format).\n\nIf you do not yet have a configuration directory server, enter 'No' to\nbe prompted to set up one.\n\n

dialog_useconfigds_prompt = Do you want to register this software with an existing\nconfiguration directory server?

# ----------- Config DS info Dialog Resource  ----------------
dialog_configdsinfo_text = Please specify the information about your configuration directory\
server.  The following information is required:\
- host (fully qualified), port (non-secure or secure), suffix,\
  protocol (ldap or ldaps) - this information should be provided in the\
  form of an LDAP url e.g. for non-secure\
ldap://host.example.com:389/o=NetscapeRoot\
  or for secure\
ldaps://host.example.com:636/o=NetscapeRoot\
- admin ID and password\
- admin domain\
- a CA certificate file may be required if you choose to use ldaps and\
  security has not yet been configured - the file must be in PEM/ASCII\
  format - specify the absolute path and filename\n\n

dialog_configdsinfo_url_prompt = Configuration directory server URL
dialog_configdsinfo_id_prompt = Configuration directory server admin ID
dialog_configdsinfo_pwd_prompt = Configuration directory server admin password
dialog_configdsinfo_pwd2_prompt = Configuration directory server admin password (confirm)
dialog_configdsinfo_domain_prompt = Configuration directory server admin domain
dialog_configdsinfo_ca_prompt = CA certificate filename
dialog_configdsinfo_ca_error = '%s' is not a valid CA certificate file.  Please choose another one.\n\n
dialog_configdsinfo_nocacert = You chose to use LDAPS but there is no CA certificate or certificate database.  Please chose ldap for the protocol or provide a valid CA certificate.\n\n
dialog_configdsinfo_unreachable = The server '%s' is not reachable.  Please make sure it is running and listening, or choose another one.\n\n
dialog_configdsinfo_tryagain = Please try again, in case you mis-typed something.\n\n

# ----------- Config DS admin id and password Dialog Resource  ----------------
dialog_configdsadmin_text = Please enter the administrator ID for the configuration directory\nserver.  This is the ID typically used to log in to the console.  You\nwill also be prompted for the password.\n\n
dialog_configdsadmin_prompt = Configuration directory server\nadministrator ID
dialog_configdsadmin_pw1_prompt = Password
dialog_configdsadmin_pw2_prompt = Password (confirm)
dialog_configdsadmin_error = The input '%s' is not a valid ID.  Please choose another one.\n\n
dialog_configdsadmin_invalid = The password contains invalid characters.  Please choose another one.\n\n
dialog_configdsadmin_nomatch = The passwords do not match.  Please try again.\n\n

# ----------- Update Intro Dialog Resource  ----------------
dialog_update_text = The update option will allow you to re-register your servers with the\
configuration directory server and update the information about your\
servers that the console and admin server uses.  You will need your\
configuration directory server admin ID and password to continue.\n\n
dialog_update_prompt = Continue?

# ----------- Config DS admin domain Dialog Resource  ----------------
dialog_configdsadmindomain_text = The information stored in the configuration directory server can be\nseparated into different Administration Domains.  If you are managing\nmultiple software releases at the same time, or managing information\nabout multiple domains, you may use the Administration Domain to keep\nthem separate.\n\nIf you are not using administrative domains, press Enter to select the\ndefault.  Otherwise, enter some descriptive, unique name for the\nadministration domain, such as the name of the organization\nresponsible for managing the domain.\n\n

dialog_configdsadmindomain_prompt = Administration Domain
dialog_configdsadmindomain_error = The string '%s' is not a valid administration domain.  Please choose another one.\n\n
dialog_configdsadmindomain_notadn = The administration domain must not be a DN.  The string '%s' looks like a DN.  Please choose another one.\n\n

# other messages
configds_open_error = The server at URL '%s' is not reachable.  Error: %s\
Please make sure that:\
* The host %s and port %d are correct and can be resolved\
** getent hosts %s # returns correct IP address\
** getent hosts CORRECTIP # returns %s\
** nc %s %d # responds\n\n
configds_open_error_ssl = The server at URL '%s' is not reachable.  Error: %s\
Please make sure that:\
* The host %s and port %d are correct and can be resolved\
** The host %s is the fully qualified host and domain name (required for SSL)\
** getent hosts %s # returns correct IP address\
** getent hosts CORRECTIP # returns the correct FQDN\
** certutil -d %s -L # lists your CA certificate\
** nc %s %d # responds\n\n
configds_finddn_error = Could not find the user '%s' in the server '%s'.  Error: %s\n\n
configds_bindretry_error = You have made too many unsuccessful attempts to authenticate as '%s' to the server '%s'.  Please contact the administrator for that server.\n\n
configds_bind_error = Could not authenticate as user '%s' to server '%s'.  Error: %s\n\n
configds_no_admindomain = Could not find the admin domain '%s' under '%s'.  Error: %s\n\n

dialog_readytoproceed_text = The interactive phase is complete.  The script will now set up your\
servers.  Enter No or go Back if you want to change something.\n\n
dialog_readytoproceed_prompt = Are you ready to set up your servers?

# post install
begin_create_adminserver = Beginning Admin Server creation . . .\n
begin_reconfig_adminserver = Beginning Admin Server reconfiguration . . .\n
create_adminserver_filesdirs = Creating Admin Server files and directories . . .\n
creating_admpw = Could not create the admin server password file '%s': Error %s\n
missing_adminserver_param = Missing required Admin Server setup parameter '%s'.  Cannot continue.\n
missing_general_param = Missing required General setup parameter '%s'.  Cannot continue.\n
creating_admpw = Could not create the Admin Server password file  '%s'.  Error %s\n
error_create_dirserver = Failed to create directory server instance\n
error_create_configds = Failed to create the configuration directory server\n
error_create_adminserver = Failed to create and configure the admin server\n
updating_admconf = Updating adm.conf . . .\n
error_updating_admconf = Could not update adm.conf.  Error: %s\n
updating_admpw = Updating admpw . . .\n
error_updating_admpw = Could not update admpw.  Error: %s\n
error_creating_adminserver_maptbl = Could not create the map table for registering the Admin Server with the configuration directory server.\n
error_updating_localconf = Could not update the local admin server configuration file '%s'.  Error: %s\n
error_starting_adminserver = Could not start the admin server.  Error: %s\n
error_stopping_adminserver = Could not stop the admin server.  Error: %s\n
registering_adminserver = Registering admin server with the configuration directory server . . .\n
error_adding_adminserver_config_entry = Could not add the admin server configuration entry '%s'.\nCheck the configuration directory server access and error log for more details.\n
error_updating_localconf_entry = Could not update the local admin server configuration file for the configuration entry '%s'.\n
error_no_localconf_entries = Error finding LDAP entries under '%s' to update in the local admin server configuration file '%s'.  LDAP Error: %s\n
updating_admconf_configds = Updating adm.conf with information from configuration directory server . . .\n
updating_httpconf = Updating the configuration for the httpd engine . . .\n
error_updating_httpconf = Could not update the httpd engine configuration.\n
restarting_adminserver = Restarting admin server . . .\n
starting_adminserver = Starting admin server . . .\n
adminserver_startup_output = output: %s
success_starting_adminserver = The admin server was successfully started.\n
end_create_adminserver = Admin server was successfully created, configured, and started.\n
end_reconfig_adminserver = Admin server was successfully reconfigured and started.\n
create_dirserver = Creating directory server . . .\n
create_configds = Creating the configuration directory server . . .\n
create_subds = Creating the new directory server . . .\n
setup_complete = Setup is complete.\n\n
error_register_dirserver = Could not register the directory server with the configuration directory server.\n
registering_dirserver = Registering directory server with the configuration directory server . . .\n
error_creating_dirserver_maptbl = Could not create the map table for registering the directory server with the configuration directory server.\n
error_reconfig_adminserver = Could not reconfigure the admin server.\n

securitydir_not_exist = The security file directory '%s' does not exist.\n
securitydir_not_writable = The security file directory '%s' is not writable.\n
cacertfile_not_found = The CA certificate file '%s' was not found.\n
error_running_certutil = Could not run the certutil program to add the CA certificate.  Error: %s\n
error_return_certutil = The certutil program returned error code '%s' from attempting to add the CA certificate.  Error: %s
error_return2_certutil = The certutil program returned error code '%s' from attempting to add the CA certificate.  Error: %s\nHere is the output of the command: %s
cacert_already_exists = The certificate database in '%s' already contains a CA certificate.  Please remove it first, or use the certutil program to add the CA certificate with a different name.\n
error_connection_failed = Error: failed to open an LDAP connection to host '%s' port '%s' as user '%s'.  Error: %s.\n
registering_dirserver_instances = Registering the directory server instances with the configuration directory server . . .\n
error_finding_pta = Unable to find Pass Through Authentication Plug-In config entry.  Error: %s.\n
error_finding_isie = Unable to find the software configuration entry '%s' in server '%s:%s'.  Error: %s\n
error_updating_conffile = Unable to update the config file '%s'.  Error: %s\n
error_reading_conffile = Unable to read the config file '%s'.  Error: %s\n
error_admconf_isie = Unable to find the isie attribute in the config file '%s'\nPlease make sure you have registerd this server with the configuration Directory Server.\n\n
error_reading_port = Unable to determine the Admin Server port number.\n
error_removing_port_label = Error: could not remove selinux label from port '%s'.  Error: %s\n
error_product_already_exists = Error: the product %s already exists.\
If you want to delete this entry and force the conversion of the older\
product, run this program again with the --force option.\n\n
error_creating_secfile_backup = Could not create temporary directory %s to backup security files.  Error: %s\n
error_accessing_secfile_backup = Could not access temporary directory %s to restore security files.\n