XOOPS  2.6.0
_preferences.php
Go to the documentation of this file.
1 <?php
10 // dont change
11 //define("_AM_DBUPDATED",_AM_SYSTEM_DBUPDATED);
12 
13 //Nav
14 //define("_AM_SYSTEM_PREFERENCES_NAV_MAIN","Preferences");
15 //define("_AM_SYSTEM_PREFERENCES_MAIN","Main");
16 /*define("_AM_SYSTEM_PREFERENCES_NAV_MD_AM_GENERAL","General Settings");
17 define("_AM_SYSTEM_PREFERENCES_NAV_MD_AM_USERSETTINGS","User Info Settings");
18 define("_AM_SYSTEM_PREFERENCES_NAV_MD_AM_METAFOOTER","Meta Tags and Footer");
19 define("_AM_SYSTEM_PREFERENCES_NAV_MD_AM_CENSOR","Word Censoring Options");
20 define("_AM_SYSTEM_PREFERENCES_NAV_MD_AM_SEARCH","Search Options");
21 define("_AM_SYSTEM_PREFERENCES_NAV_MD_AM_MAILER","Mail Setup");
22 define("_AM_SYSTEM_PREFERENCES_NAV_MD_AM_AUTHENTICATION","Authentication Options");*/
23 
24 //Tips
25 //define("_AM_SYSTEM_PREFERENCES_NAV_TIPS","<ul><li>Manage all site settings.</li></ul>");
26 /*
27 
28 define("_AM_SYSTEM_PREFERENCES_NAV_TIPS_MD_AM_GENERAL","A faire");
29 define("_AM_SYSTEM_PREFERENCES_NAV_TIPS_MD_AM_USERSETTINGS","A faire");
30 define("_AM_SYSTEM_PREFERENCES_NAV_TIPS_MD_AM_METAFOOTER","A faire");
31 define("_AM_SYSTEM_PREFERENCES_NAV_TIPS_MD_AM_CENSOR","A faire");
32 define("_AM_SYSTEM_PREFERENCES_NAV_TIPS_MD_AM_SEARCH","A faire");
33 define("_AM_SYSTEM_PREFERENCES_NAV_TIPS_MD_AM_MAILER","A faire");
34 define("_AM_SYSTEM_PREFERENCES_NAV_TIPS_MD_AM_AUTHENTICATION","A faire");
35 */
36 //define("_MD_AM_SITEPREF", "Site Preferences");
37 //define("_MD_AM_SITENAME", "Site name");
38 //define("_MD_AM_SITENAMEDSC", "");
39 //define("_MD_AM_SLOGAN", "Slogan for your site");
40 //define("_MD_AM_SLOGANDSC", "");
41 /*
42 define("_MD_AM_ADMINML", "Admin email address");
43 define("_MD_AM_ADMINMLDSC", "");
44 define("_MD_AM_LANGUAGE", "Default language");
45 define("_MD_AM_LANGUAGEDSC", "");
46 define("_MD_AM_STARTPAGE", "Module for your start page");
47 define("_MD_AM_STARTPAGEDSC", "");
48 define("_MD_AM_NONE", "None");
49 define("_MD_AM_SERVERTZ", "Server timezone");
50 define("_MD_AM_SERVERTZDSC", "");
51 define("_MD_AM_DEFAULTTZ", "Default timezone");
52 define("_MD_AM_DEFAULTTZDSC", "");
53 define("_MD_AM_DTHEME", "Default theme");
54 define("_MD_AM_DTHEMEDSC", "");
55 //define("_MD_AM_THEMESET", "Theme Set");
56 define("_MD_AM_CUSTOM_REDIRECT", "Use jGrowl redirect");
57 define("_MD_AM_CUSTOM_REDIRECT_DESC", "replace old redirection by a jGrowl redirection");
58 define("_MD_AM_ANONNAME", "Username for anonymous users");
59 define("_MD_AM_ANONNAMEDSC", "");
60 define("_MD_AM_MINPASS", "Minimum required length of the password");
61 define("_MD_AM_MINPASSDSC", "");
62 define("_MD_AM_NEWUNOTIFY", "Notify by email when a new user is registered?");
63 define("_MD_AM_NEWUNOTIFYDSC", "");
64 define("_MD_AM_SELFDELETE", "Allow users to delete own account?");
65 define("_MD_AM_SELFDELETEDSC", "");
66 //define("_MD_AM_LOADINGIMG", "Display loading... image?");
67 define("_MD_AM_USEGZIP", "Use gzip compression?");
68 define("_MD_AM_USEGZIPDSC", "");
69 define("_MD_AM_UNAMELVL", "Select the level of strictness for username filtering");
70 define("_MD_AM_UNAMELVLDSC", "");
71 define("_MD_AM_STRICT", "Strict (only alphabets and numbers)");
72 define("_MD_AM_MEDIUM", "Medium");
73 define("_MD_AM_LIGHT", "Light (recommended for multi-byte chars)");
74 define("_MD_AM_USERCOOKIE", "Name for user cookies.");
75 define("_MD_AM_USERCOOKIEDSC", "If the cookie name is set, 'Remember me' will be enabled for user login. If a user has chosen 'Remember me', he will be logged in automatically. The expiration for the cookie is one year.");
76 define("_MD_AM_USEMYSESS", "Use custom session");
77 define("_MD_AM_USEMYSESSDSC", "Select yes to customize session related values.");
78 define("_MD_AM_SESSNAME", "Session name");
79 define("_MD_AM_SESSNAMEDSC", "The name of session (Valid only when 'use custom session' is enabled)");
80 define("_MD_AM_SESSEXPIRE", "Session expiration");
81 define("_MD_AM_SESSEXPIREDSC", "Maximum duration of session idle time in minutes (Valid only when 'use custom session' is enabled.)");
82 //define("_MD_AM_ALWDHTML", "HTML tags allowed in all posts.");
83 //define("_MD_AM_INVLDMINPASS", "Invalid value for minimum length of password.");
84 //define("_MD_AM_INVLDUCOOK", "Invalid value for User Cookie name.");
85 //define("_MD_AM_INVLDSCOOK", "Invalid value for Session Cookie name.");
86 //define("_MD_AM_INVLDSEXP", "Invalid value for session expiration time.");
87 //define("_MD_AM_ADMNOTSET", "Admin email is not set.");
88 //define("_MD_AM_YES", "Yes");
89 define("_MD_AM_NO", "No");
90 //define("_MD_AM_DONTCHNG", "Don't change!");
91 //define("_MD_AM_REMEMBER", "Remember to change the permissions of this file to 644, in order for the system to operate properly.");
92 //define("_MD_AM_IFUCANT", "If you can't change the permissions, you can edit the rest of this file by hand.");
93 
94 define("_MD_AM_COMMODE", "Default Comment Display Mode");
95 define("_MD_AM_COMMODEDSC", "");
96 define("_MD_AM_COMORDER", "Default Comments Display Order");
97 define("_MD_AM_COMORDERDSC", "");
98 //define("_MD_AM_ALLOWHTML", "Allow HTML tags in user comments?");
99 //define("_MD_AM_DEBUGMODE", "Debug mode");
100 //define("_MD_AM_DEBUGMODEDSC", "Several debug options. A running website should have this turned off.");
101 //define("_MD_AM_CHNGUTHEME", "Change all users' theme");
102 define("_MD_AM_NOTIFYTO", "Select group to which new user notification email will be sent");
103 //define("_MD_AM_NOTIFYTODSC", "");
104 //define("_MD_AM_ALLOWTHEME", "Allow users to select theme?");
105 //define("_MD_AM_ALLOWIMAGE", "Allow users to display image files in posts?");
106 
107 define("_MD_AM_USERACTV", "Requires activation by user (recommended)");
108 define("_MD_AM_AUTOACTV", "Activate automatically");
109 define("_MD_AM_ADMINACTV", "Activation by administrators");
110 define("_MD_AM_ACTVTYPE", "Select activation type of newly registered users");
111 define("_MD_AM_ACTVTYPEDSC", "");
112 define("_MD_AM_ACTVGROUP", "Select group to which activation email will be sent");
113 define("_MD_AM_ACTVGROUPDSC", "Valid only when 'Activation by administrators' is selected");
114 define("_MD_AM_USESSL", "Use SSL for login?");
115 define("_MD_AM_USESSLDSC", ", SSL is used for secure login and requires a certificate. Contact your Host about how to obtain certificate for your site.");
116 define("_MD_AM_SSLPOST", "SSL Post variable name");
117 define("_MD_AM_SSLPOSTDSC", "The name of variable used to transfer session value via POST. If you are unsure, set any name that is hard to guess.");
118 /*define("_MD_AM_DEBUGMODE0", "Off");
119 define("_MD_AM_DEBUGMODE1", "Enable debug (inline mode)");
120 define("_MD_AM_DEBUGMODE2", "Enable debug (popup mode)");
121 define("_MD_AM_DEBUGMODE3", "Smarty Templates Debug");
122 define("_MD_AM_MINUNAME", "Minimum length of username required");
123 define("_MD_AM_MINUNAMEDSC", "");
124 define("_MD_AM_MAXUNAME", "Maximum length of username");
125 define("_MD_AM_MAXUNAMEDSC", "");
126 define("_MD_AM_ALLWCHGMAIL", "Allow users to change email address?");
127 define("_MD_AM_ALLWCHGMAILDSC", "");
128 //define("_MD_AM_IPBAN", "IP Banning");
129 define("_MD_AM_BADEMAILS", "Enter emails that should not be used in user profile");
130 define("_MD_AM_BADEMAILSDSC", "Separate each with a <strong>|</strong>, case insensitive, regex enabled.");
131 define("_MD_AM_BADUNAMES", "Enter names that should not be selected as username");
132 //define("_MD_AM_BADUNAMESDSC", "Separate each with a <strong>|</strong>, case insensitive, regex enabled.");
133 define("_MD_AM_DOBADIPS", "Enable IP bans?");
134 define("_MD_AM_DOBADIPSDSC", "Users from specified IP addresses will not be able to view your site");
135 define("_MD_AM_BADIPS", "Enter IP addresses that should be banned from the site.<br />Separate each with a <strong>|</strong>, case insensitive, regex enabled (so dot - '.' means 'any char' and '\.' means '.').");
136 define("_MD_AM_BADIPSDSC", "^aaa\.bbb\.ccc will disallow visitors with an IP that starts with aaa.bbb.ccc<br />aaa\.bbb\.ccc$ will disallow visitors with an IP that ends with aaa.bbb.ccc<br />aaa\.bbb\.ccc will disallow visitors with an IP that contains aaa.bbb.ccc");
137 //define("_MD_AM_PREFMAIN", "Preferences Main");
138 define("_MD_AM_METAKEY", "Meta Keywords");
139 define("_MD_AM_METAKEYDSC", "The keywords meta tag is a series of keywords that represents the content of your site. Type in keywords with each separated by a comma or a space in between. (Ex. XOOPS, PHP, mySQL, portal system)");
140 define("_MD_AM_METARATING", "Meta Rating");
141 define("_MD_AM_METARATINGDSC", "The rating meta tag defines your site age and content rating");
142 define("_MD_AM_METAOGEN", "General");
143 define("_MD_AM_METAO14YRS", "14 years");
144 define("_MD_AM_METAOREST", "Restricted");
145 define("_MD_AM_METAOMAT", "Mature");
146 define("_MD_AM_METAROBOTS", "Meta Robots");
147 define("_MD_AM_METAROBOTSDSC", "The Robots Tag declares to search engines what content to index and spider");
148 define("_MD_AM_INDEXFOLLOW", "Index, Follow");
149 define("_MD_AM_NOINDEXFOLLOW", "No Index, Follow");
150 define("_MD_AM_INDEXNOFOLLOW", "Index, No Follow");
151 define("_MD_AM_NOINDEXNOFOLLOW", "No Index, No Follow");
152 define("_MD_AM_METAAUTHOR", "Meta Author");
153 define("_MD_AM_METAAUTHORDSC", "The author meta tag defines the name of the author of the document being read. Supported data formats include the name, email address of the webmaster, company name or URL.");
154 define("_MD_AM_METACOPYR", "Meta Copyright");
155 define("_MD_AM_METACOPYRDSC", "The copyright meta tag defines any copyright statements you wish to disclose about your web page documents.");
156 define("_MD_AM_METADESC", "Meta Description");
157 define("_MD_AM_METADESCDSC", "The description meta tag is a general description of what is contained in your web page");
158 define("_MD_AM_FOOTER", "Footer");
159 define("_MD_AM_FOOTERDSC", "Be sure to type links in full path starting from http://, otherwise the links will not work correctly in modules pages.");
160 define("_MD_AM_DOCENSOR", "Enable censoring of unwanted words?");
161 define("_MD_AM_DOCENSORDSC", "Words will be censored if this option is enabled. This option may be turned off for enhanced site speed.");
162 define("_MD_AM_CENSORWRD", "Words to censor");
163 define("_MD_AM_CENSORWRDDSC", "Enter words that should be censored in user posts.<br />Separate each with a <strong>|</strong>, case insensitive.");
164 define("_MD_AM_CENSORRPLC", "Censored words will be replaced with:");
165 define("_MD_AM_CENSORRPLCDSC", "Censored words will be replaced with the characters entered in this textbox");
166 define("_MD_AM_MODCONFIG", "Module Config Options");
167 define("_MD_AM_DSPDSCLMR", "Display disclaimer?");
168 define("_MD_AM_DSPDSCLMRDSC", "Select yes to display disclaimer in registration page");
169 define("_MD_AM_REGDSCLMR", "Registration disclaimer");
170 define("_MD_AM_REGDSCLMRDSC", "Enter text to be displayed as registration disclaimer");
171 define("_MD_AM_ALLOWREG", "Allow new user registration?");
172 define("_MD_AM_ALLOWREGDSC", "Select yes to accept new user registration");
173 define("_MD_AM_THEMEFILE", "Check templates for modifications ?");
174 define("_MD_AM_THEMEFILEDSC", "If this option is enabled, modified templates will be automatically recompiled when they are displayed. You must turn this option off on a production site.");
175 define("_MD_AM_CLOSESITE", "Turn your site off?");
176 define("_MD_AM_CLOSESITEDSC", "Select yes to turn your site off so that only users in selected groups have access to the site. ");
177 define("_MD_AM_CLOSESITEOK", "Select groups that are allowed to access while the site is turned off.");
178 define("_MD_AM_CLOSESITEOKDSC", "Users in the default webmasters group are always granted access.");
179 define("_MD_AM_CLOSESITETXT", "Reason for turning off the site");
180 define("_MD_AM_CLOSESITETXTDSC", "The text that is presented when the site is closed.");
181 //define("_MD_AM_SITECACHE", "Site-wide Cache");
182 //define("_MD_AM_SITECACHEDSC", "Caches whole contents of the site for a specified amount of time to enhance performance. Setting site-wide cache will override module-level cache, block-level cache, and module item level cache if any.");
183 define("_MD_AM_MODCACHE", "Module-wide Cache");*/
184 /*
185 define("_MD_AM_MODCACHEDSC", "Caches module contents for a specified amount of time to enhance performance. Setting module-wide cache will override module item level cache if any.");
186 define("_MD_AM_NOMODULE", "There is no module that can be cached.");
187 define("_MD_AM_DTPLSET", "Default template set");
188 define("_MD_AM_DTPLSETDSC", "");
189 define("_MD_AM_SSLLINK", "URL where SSL login page is located");
190 define("_MD_AM_SSLLINKDSC", "");
191 
192 // added for mailer
193 define("_MD_AM_MAILER", "Email Setup");
194 //define("_MD_AM_MAILER_MAIL", "");
195 //define("_MD_AM_MAILER_SENDMAIL", "");
196 //define("_MD_AM_MAILER_", "");
197 define("_MD_AM_MAILFROM", "FROM address");
198 define("_MD_AM_MAILFROMDESC", "");
199 define("_MD_AM_MAILFROMNAME", "FROM name");
200 define("_MD_AM_MAILFROMNAMEDESC", "");
201 // RMV-NOTIFY
202 define("_MD_AM_MAILFROMUID", "FROM user");
203 define("_MD_AM_MAILFROMUIDDESC", "When the system sends a private message, which user should appear to have sent it?");
204 define("_MD_AM_MAILERMETHOD", "Email delivery method");
205 define("_MD_AM_MAILERMETHODDESC", "Method used to deliver email. Default is \"mail\", use others only if that makes trouble.");
206 define("_MD_AM_SMTPHOST", "SMTP host(s)");
207 define("_MD_AM_SMTPHOSTDESC", "List of SMTP servers to try to connect to.");
208 define("_MD_AM_SMTPUSER", "SMTPAuth username");
209 define("_MD_AM_SMTPUSERDESC", "Username to connect to an SMTP host with SMTPAuth.");
210 define("_MD_AM_SMTPPASS", "SMTPAuth password");
211 define("_MD_AM_SMTPPASSDESC", "Password to connect to an SMTP host with SMTPAuth.");
212 define("_MD_AM_SENDMAILPATH", "Path to sendmail");
213 define("_MD_AM_SENDMAILPATHDESC", "Path to the sendmail program (or substitute) on the webserver.");
214 define("_MD_AM_THEMEOK", "Selectable themes");
215 define("_MD_AM_THEMEOKDSC", "Choose themes that users can select as the default theme");
216 
217 
218 // SOAP Clauses
219 /*define("_MD_AM_SOAP_CLIENT", "SOAP - SOAP API");
220 define("_MD_AM_SOAP_CLIENTDESC","This is the address of the soap server.");
221 define("_MD_AM_SOAP_PROVISION", "SOAP - Provision");
222 define("_MD_AM_SOAP_PROVISIONDESC","If you want the new user provisioned, say 'yes'");
223 define("_MD_AM_SOAP_PROVISIONGROUP", "SOAP - Rank to Provision");
224 define("_MD_AM_SOAP_PROVISIONGROUPDESC","This is the ranks a new user from the soap server is put in.");*/
225 
226 /*define("_MD_AM_SOAP_WSDL", "SOAP - SOAP WSDL");
227 define("_MD_AM_SOAP_WSDLDESC","If you need a wdsl soap service enable this option.");
228 define("_MD_AM_SOAP_USERNAME", "SOAP - SOAP Username");
229 define("_MD_AM_SOAP_USERNAMEDESC","This is the username of your account on the soap server.");
230 define("_MD_AM_SOAP_PASSWORD", "SOAP - SOAP Password");
231 define("_MD_AM_SOAP_PASSWORDDESC","If you need a password with the soap service put it in here.");
232 define("_MD_AM_SOAP_KEEPCLIENT", "SOAP - Client Alive");
233 define("_MD_AM_SOAP_KEEPCLIENTDESC","Keep The Soap Client Alive.");
234 define("_MD_AM_SOAP_FILTERPERSON", "SOAP - Special Accounts");
235 define("_MD_AM_SOAP_FILTERPERSONDESC","Special Accounts that use Xoops Authentication.");
236 define("_MD_AM_SOAP_CLIENTPROXYHOST", "SOAP - Proxy Hostname");
237 define("_MD_AM_SOAP_CLIENTPROXYHOSTDESC","SOAP Servers Proxy Server.");
238 define("_MD_AM_SOAP_CLIENTPROXYPORT", "SOAP - Proxy port");
239 define("_MD_AM_SOAP_CLIENTPROXYPORTDESC","SOAP Servers Proxy Server Port Number <br>ie: 0 - 65535");
240 define("_MD_AM_SOAP_CLIENTPROXYUSERNAME", "SOAP - Proxy Username");
241 define("_MD_AM_SOAP_CLIENTPROXYUSERNAMEDESC","SOAP Servers Proxy Server Username");
242 define("_MD_AM_SOAP_CLIENTPROXYPASSWORD", "SOAP - Proxy Password");
243 define("_MD_AM_SOAP_CLIENTPROXYPASSWORDDESC","SOAP Servers Proxy Server Password.");
244 define("_MD_AM_SOAP_SOAP_TIMEOUT", "SOAP - SOAP Timeout");
245 define("_MD_AM_SOAP_SOAP_TIMEOUTDESC","Keep The Soap Query Alive for <strong>xx</strong> seconds.");
246 define("_MD_AM_SOAP_SOAP_RESPONSETIMEOUT", "SOAP - SOAP Response Timeout");
247 define("_MD_AM_SOAP_SOAP_RESPONSETIMEOUTDESC","Keep The Soap Query Alive for <strong>xx</strong> seconds.");
248 define("_MD_AM_SOAP_FIELDMAPPING","Xoops-Auth server fields mapping");
249 define("_MD_AM_SOAP_FIELDMAPPINGDESC","Describe here the mapping between the Xoops database field and the LDAP Authentication system field." .
250  "<br><br>Format [Xoops Database field]=[Auth system SOAP attribute]" .
251  "<br>for example : email=mail" .
252  "<br>Separate each with a |" .
253  "<br><br>!! For advanced users !!");
254 
255 
256 // Xoops Authentication constants
257 define("_MD_AM_AUTH_CONFOPTION_XOOPS", "XOOPS Database");
258 define("_MD_AM_AUTH_CONFOPTION_LDAP", "Standard LDAP Directory");
259 define("_MD_AM_AUTH_CONFOPTION_AD", "Microsoft Active Directory &copy");
260 //define("_MD_AM_AUTH_CONFOPTION_SOAP", "XOOPS SOAP Authentication");
261 define("_MD_AM_AUTHMETHOD", "Authentication Method");
262 define("_MD_AM_AUTHMETHODDESC", "Which authentication method would you like to use for signing on users.");
263 define("_MD_AM_LDAP_MAIL_ATTR", "LDAP - Email Field Name");
264 define("_MD_AM_LDAP_MAIL_ATTR_DESC", "The name of the E-Mail attribute in your LDAP directory tree.");
265 //define("_MD_AM_LDAP_NAME_ATTR", "LDAP - Common Name Field Name");
266 //define("_MD_AM_LDAP_NAME_ATTR_DESC", "The name of the Common Name attribute in your LDAP directory.");
267 define("_MD_AM_LDAP_SURNAME_ATTR", "LDAP - Surname Field Name");
268 define("_MD_AM_LDAP_SURNAME_ATTR_DESC", "The name of the Surname attribute in your LDAP directory.");
269 define("_MD_AM_LDAP_GIVENNAME_ATTR", "LDAP - Given Name Field Name");
270 define("_MD_AM_LDAP_GIVENNAME_ATTR_DSC", "The name of the Given Name attribute in your LDAP directory.");
271 define("_MD_AM_LDAP_BASE_DN", "LDAP - Base DN");
272 define("_MD_AM_LDAP_BASE_DN_DESC", "The base DN (Distinguished Name) of your LDAP directory tree.");
273 define("_MD_AM_LDAP_PORT", "LDAP - Port Number");
274 //define("_MD_AM_LDAP_PORT_DESC", "The port number needed to access your LDAP directory server.");
275 define("_MD_AM_LDAP_SERVER", "LDAP - Server Name");
276 define("_MD_AM_LDAP_SERVER_DESC", "The name of your LDAP directory server.");
277 
278 define("_MD_AM_LDAP_MANAGER_DN", "DN of the LDAP manager");
279 define("_MD_AM_LDAP_MANAGER_DN_DESC", "The DN of the user allow to make search (eg manager)");
280 define("_MD_AM_LDAP_MANAGER_PASS", "Password of the LDAP manager");
281 define("_MD_AM_LDAP_MANAGER_PASS_DESC", "The password of the user allow to make search");
282 define("_MD_AM_LDAP_VERSION", "LDAP Version protocol");
283 define("_MD_AM_LDAP_VERSION_DESC", "The LDAP Version protocol : 2 or 3");
284 define("_MD_AM_LDAP_USERS_BYPASS", "Users allowed to bypass LDAP authentication");
285 define("_MD_AM_LDAP_USERS_BYPASS_DESC", "Users to be authenticated with native XOOPS method");
286 
287 define("_MD_AM_LDAP_USETLS", " Use TLS connection");
288 define("_MD_AM_LDAP_USETLS_DESC", "Use a TLS (Transport Layer Security) connection. TLS use standard 389 port number<BR>" .
289  " and the LDAP version must be set to 3.");
290 
291 define("_MD_AM_LDAP_LOGINLDAP_ATTR", "LDAP Attribute use to search the user");
292 define("_MD_AM_LDAP_LOGINLDAP_ATTR_D", "When Login name use in the DN option is set to yes, must correspond to the login name XOOPS");
293 define("_MD_AM_LDAP_LOGINNAME_ASDN", "Login name use in the DN");
294 define("_MD_AM_LDAP_LOGINNAME_ASDN_D", "The XOOPS login name is used in the LDAP DN (eg : uid=<loginname>,dc=xoops,dc=org)<br>The entry is directly read in the LDAP Server without search");
295 
296 define("_MD_AM_LDAP_FILTER_PERSON", "The search filter LDAP query to find user");
297 define("_MD_AM_LDAP_FILTER_PERSON_DESC", "Special LDAP Filter to find user. @@loginname@@ is replace by the users's login name<br> MUST BE BLANK IF YOU DON'T KNOW WHAT YOU DO' !" .
298  "<br />Ex : (&(objectclass=person)(samaccountname=@@loginname@@)) for AD" .
299  "<br />Ex : (&(objectclass=inetOrgPerson)(uid=@@loginname@@)) for LDAP");
300 
301 define("_MD_AM_LDAP_DOMAIN_NAME", "The domain name");
302 define("_MD_AM_LDAP_DOMAIN_NAME_DESC", "Windows domain name. for ADS and NT Server only");
303 
304 define("_MD_AM_LDAP_PROVIS", "Automatic XOOPS account provisionning");
305 define("_MD_AM_LDAP_PROVIS_DESC", "Create XOOPS user database if it doesn't exists");
306 
307 define("_MD_AM_LDAP_PROVIS_GROUP", "Default affect group");
308 define("_MD_AM_LDAP_PROVIS_GROUP_DSC", "The new user is assign to these groups");
309 
310 define("_MD_AM_LDAP_FIELD_MAPPING_ATTR", "Xoops-Auth server fields mapping");
311 define("_MD_AM_LDAP_FIELD_MAPPING_DESC", "Describe here the mapping between the XOOPS database field and the LDAP Authentication system field." .
312  "<br /><br />Format [Xoops Database field]=[Auth system LDAP attribute]" .
313  "<br />for example : email=mail" .
314  "<br />Separate each with a |" .
315  "<br /><br />!! For advanced users !!");
316 
317 define("_MD_AM_LDAP_PROVIS_UPD", "Maintain XOOPS account provisionning");
318 define("_MD_AM_LDAP_PROVIS_UPD_DESC", "The XOOPS User account is always synchronized with the Authentication Server");
319 
320 
321 define("_MD_AM_CPANEL", "Control Panel GUI");
322 define("_MD_AM_CPANELDSC", "For backend");
323 
324 define("_MD_AM_WELCOMETYPE", "Sending welcoming message");
325 define("_MD_AM_WELCOMETYPE_DESC", "The way of sending out a welcoming message to a user upon his successful registration.");
326 define("_MD_AM_WELCOMETYPE_EMAIL", "Email");
327 define("_MD_AM_WELCOMETYPE_PM", "Message");
328 define("_MD_AM_WELCOMETYPE_BOTH", "Email and message");
329 
330 //define("_MD_AM_MODULEPREF", "Module Preferences");
331 
332 // Preference module system
333 
334 define("_AM_SYSTEM_PREFERENCES_SETTINGS","System Module Settings");
335 */