Changeset 690 for Core/trunk/documentation/corinis.xml
- Timestamp:
- 02/08/12 12:39:44 (3 months ago)
- File:
-
- 1 edited
-
Core/trunk/documentation/corinis.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Core/trunk/documentation/corinis.xml
r681 r690 311 311 <RIGHT>USERMANAGER_SYNC</RIGHT> 312 312 <FILE>auto</FILE> 313 </USERSYNC> 313 </USERSYNC> 314 314 </USERMANAGER> 315 315 316 <!-- Named Guests317 Allow guest users to login, with a username without a password.318 If verifyusers is set to TRUE, users must verify their account before319 being able to log in.320 The file specified in verifymail is the mail body for verification - $name will be321 replaced by the username, $verify by the verify string. The mail will be sent322 as html-mail.323 Make sure the email has an url similar to:324 http://www.corinis.com/verify.jsp?Login_username=&username;&Login_verify=&verify;325 where username and verify will be replaced by the generated values.326 If you want to use ntlm auth enable the option and make sure that you call the Login.ntlmauth() function before327 anything else.328 If you want to authenticate against a domain controller enable it and set domain/domaincontroller329 The defaultgroup(s) are added to the user if a new one has to be created.330 If you want to enable basic authenticated set BASICAUTH to true - basic authenticaten331 disables the use of guest users automaticalle since every not authenticated user gets a user/password332 windoe (or not if using a domain authenticaton)333 -->334 <LOGIN>335 <GUESTUSERS>true</GUESTUSERS>336 <ALLOWEMAILLOGIN>false</ALLOWEMAILLOGIN>337 338 <SALT>false</SALT>339 <BASICAUTH>false</BASICAUTH>340 341 <USENTLM>false</USENTLM>342 343 <USENTDOMAINAUTH>false</USENTDOMAINAUTH>344 <DOMAIN>CORINIS</DOMAIN>345 <DOMAINCONTROLLER>192.168.1.1</DOMAINCONTROLLER>346 <DEFAULTGROUP>ADMIN</DEFAULTGROUP>347 348 <!-- if passwordreplybody is not set -> no way to retrieve the password -->349 <PASSWORDRETRIEVAL>true</PASSWORDRETRIEVAL>350 <PASSWORDREPLYNAME>noreply</PASSWORDREPLYNAME>351 <PASSWORDREPLYEMAIL>noreply@localhost</PASSWORDREPLYEMAIL>352 <PASSWORDREPLYSUBJECT>Your new password at localhost</PASSWORDREPLYSUBJECT>353 <!-- Use $password; in the body which will be replaced by the user's password -->354 355 <PASSWORDREPLYBODY>auto</PASSWORDREPLYBODY>356 </LOGIN>357 <!--358 Mailcenter Module359 360 The attachment dir does not have to be web accessable!361 362 If you specify the MAILER entry, the system will use the specified program363 to send mails (senmail style), if this entry does not exist it will use364 the smtp server specified.365 366 the maillog logs the messages sent through the mailcenter in xml format:367 <MESSAGE>368 <SUBJECT>369 <SENDER>370 <RECEPIENT>371 <CC>372 <BODY>373 </MESSAGE>374 -->316 <!-- Named Guests 317 Allow guest users to login, with a username without a password. 318 If verifyusers is set to TRUE, users must verify their account before 319 being able to log in. 320 The file specified in verifymail is the mail body for verification - $name will be 321 replaced by the username, $verify by the verify string. The mail will be sent 322 as html-mail. 323 Make sure the email has an url similar to: 324 http://www.corinis.com/verify.jsp?Login_username=&username;&Login_verify=&verify; 325 where username and verify will be replaced by the generated values. 326 If you want to use ntlm auth enable the option and make sure that you call the Login.ntlmauth() function before 327 anything else. 328 If you want to authenticate against a domain controller enable it and set domain/domaincontroller 329 The defaultgroup(s) are added to the user if a new one has to be created. 330 If you want to enable basic authenticated set BASICAUTH to true - basic authenticaten 331 disables the use of guest users automaticalle since every not authenticated user gets a user/password 332 windoe (or not if using a domain authenticaton) 333 --> 334 <LOGIN> 335 <GUESTUSERS>true</GUESTUSERS> 336 <ALLOWEMAILLOGIN>false</ALLOWEMAILLOGIN> 337 338 <SALT>false</SALT> 339 <BASICAUTH>false</BASICAUTH> 340 341 <USENTLM>false</USENTLM> 342 343 <USENTDOMAINAUTH>false</USENTDOMAINAUTH> 344 <DOMAIN>CORINIS</DOMAIN> 345 <DOMAINCONTROLLER>192.168.1.1</DOMAINCONTROLLER> 346 <DEFAULTGROUP>ADMIN</DEFAULTGROUP> 347 348 <!-- if passwordreplybody is not set -> no way to retrieve the password --> 349 <PASSWORDRETRIEVAL>true</PASSWORDRETRIEVAL> 350 <PASSWORDREPLYNAME>noreply</PASSWORDREPLYNAME> 351 <PASSWORDREPLYEMAIL>noreply@localhost</PASSWORDREPLYEMAIL> 352 <PASSWORDREPLYSUBJECT>Your new password at localhost</PASSWORDREPLYSUBJECT> 353 <!-- Use $password; in the body which will be replaced by the user's password --> 354 355 <PASSWORDREPLYBODY>auto</PASSWORDREPLYBODY> 356 </LOGIN> 357 <!-- 358 Mailcenter Module 359 360 The attachment dir does not have to be web accessable! 361 362 If you specify the MAILER entry, the system will use the specified program 363 to send mails (senmail style), if this entry does not exist it will use 364 the smtp server specified. 365 366 the maillog logs the messages sent through the mailcenter in xml format: 367 <MESSAGE> 368 <SUBJECT> 369 <SENDER> 370 <RECEPIENT> 371 <CC> 372 <BODY> 373 </MESSAGE> 374 --> 375 375 <MAILCENTER> 376 376 <!-- <MAILER>/usr/lib/sendmail -i -t</MAILER> --> … … 382 382 </MAILCENTER> 383 383 384 <!--385 Cms Module386 387 The upload dir has to be web accessable!388 The uploadwebdir is the web path used when showing the documents!389 The uploadfiledir is for download files and should therefore be at a not390 web accessible location391 The staticpath specifies the path where the static files are located (normally392 the webroot). It is used for the admin filemanager and when static files from393 the cms are created.394 DATAFIELD specifies the content field were uploaded/parseable data is stored395 (f.e. from a pdf, word or excel file)396 RIGHTOVERRIDE: Allows to usage of the overriding-right request parameter (Document_right=)397 SKIPLIFEVIEW: skip all right checking in life system398 LINKCHECK: the time until the next linkcheck is being done (default ms, s - seconds, m - minutes, h - hours, d - days)399 SYSTEM: Here you can set what kind of management system you want. Possible values are (you can either use then umber, or the name):400 - default (3): use a quality management and life system (3-step system)401 - noqm (2): skip the qm, documents go streight from edit to life (2-step system)402 - onlylife (1): there is neither a qm, nor a life system. When pressing save it's on the page403 STATIC/PATH: Where static rendered information (xml/xhtml for cms) will be stored404 STATIC/RENDERGROUPS: the name of groups for which static renderd pages are served (if a user is more than one group, the highed priority will be used)405 FILEMANAGERCACHE: a directory where filemanger xml caches are stored (xml file)406 -->407 <CMS>408 <TEMPLATEPATH>auto</TEMPLATEPATH>409 <STATIC enable="true">410 <RENDERGROUPS>411 <GROUP priority="1">GUEST</GROUP>412 </RENDERGROUPS>413 <PATH>auto</PATH>414 </STATIC>415 416 <UPLOADDIR>auto</UPLOADDIR>417 <UPLOADWEBDIR>auto</UPLOADWEBDIR>418 <CACHING>false</CACHING>419 <SKIPLIFEVIEW>false</SKIPLIFEVIEW>420 <DATAFIELD>data</DATAFIELD>421 <RIGHTOVERRIDE>false</RIGHTOVERRIDE>422 <LINKCHECK>1h</LINKCHECK>423 <!--424 The Linkstyle can be any combination of path425 with $id replaced by the id and $path replaced426 by the absolute path to the document.427 Binary files will be automatically converted to their428 path429 If you want to use the real index.jsp for preview add430 &preview=true - this wil cause the cms taglib to use431 the edit system (if rights suffice)432 433 For multilanguage/tree stuff use $top[ID:"path"|ID2:"path2"|"defaultpath"]434 ie: $top[0:"en"|121423:"de"|"fr"]435 436 if you created the index.jsp with the corinis taglib you can use &preview=true437 to enable preview mode438 -->439 <LINKSTYLE>440 <PREVIEW>/corinis/modules/Cms/preview.jsp?Document_id=$id</PREVIEW>441 <LIFE>/index.jsp?Document_id=$id</LIFE>442 </LINKSTYLE>443 444 <!--445 define the target for files:446 INTERNAL: all internally linked documents447 EXTERNAL: all external urls448 FILES: all files (internal)449 -->450 <URLTARGET>451 <INTERNAL/>452 <EXTERNAL>_ext</EXTERNAL>453 <FILES>_blank</FILES>454 </URLTARGET>455 456 <!--Enable the QM System [default|fullqm] -->457 <SYSTEM>default</SYSTEM>458 459 </CMS>460 461 <!--462 Document Manager Module463 464 The uploaddir points to where the files will be stored.465 -->466 <DOCUMENTMANAGER>467 <UPLOADDIR>auto</UPLOADDIR>468 </DOCUMENTMANAGER>469 470 <!--471 Forum Module472 SUBSCRIBEEMAIL: the email address in the sent mail473 SUBSCRIBEHEADER: the header of the message - you can use $name; $id; $title;474 SUBSCRIBEBODY: path to a text file to be used as body, use $name; $id; $message; $title; in there475 if BODY is set to auto the file WEB-INF/forumsubscribe.txt will be loaded476 -->477 <FORUM>478 <SUBSCRIBEEMAIL>noreply@corinis.com</SUBSCRIBEEMAIL>479 <SUBSCRIBENAME>noreply</SUBSCRIBENAME>480 <SUBSCRIBESUBJECT>[Corinis Forum] New Forum Message: $title;</SUBSCRIBESUBJECT>481 <SUBSCRIBEBODY>auto</SUBSCRIBEBODY>482 </FORUM>483 484 <!-- Webalbum Module -->485 <PHOTOLIBRARY>486 <IMAGEFOLDER>auto</IMAGEFOLDER>487 <IMAGEWEBURL>auto</IMAGEWEBURL>488 </PHOTOLIBRARY>489 </MODULES>384 <!-- 385 Cms Module 386 387 The upload dir has to be web accessable! 388 The uploadwebdir is the web path used when showing the documents! 389 The uploadfiledir is for download files and should therefore be at a not 390 web accessible location 391 The staticpath specifies the path where the static files are located (normally 392 the webroot). It is used for the admin filemanager and when static files from 393 the cms are created. 394 DATAFIELD specifies the content field were uploaded/parseable data is stored 395 (f.e. from a pdf, word or excel file) 396 RIGHTOVERRIDE: Allows to usage of the overriding-right request parameter (Document_right=) 397 SKIPLIFEVIEW: skip all right checking in life system 398 LINKCHECK: the time until the next linkcheck is being done (default ms, s - seconds, m - minutes, h - hours, d - days) 399 SYSTEM: Here you can set what kind of management system you want. Possible values are (you can either use then umber, or the name): 400 - default (3): use a quality management and life system (3-step system) 401 - noqm (2): skip the qm, documents go streight from edit to life (2-step system) 402 - onlylife (1): there is neither a qm, nor a life system. When pressing save it's on the page 403 STATIC/PATH: Where static rendered information (xml/xhtml for cms) will be stored 404 STATIC/RENDERGROUPS: the name of groups for which static renderd pages are served (if a user is more than one group, the highed priority will be used) 405 FILEMANAGERCACHE: a directory where filemanger xml caches are stored (xml file) 406 --> 407 <CMS> 408 <TEMPLATEPATH>auto</TEMPLATEPATH> 409 <STATIC enable="true"> 410 <RENDERGROUPS> 411 <GROUP priority="1">GUEST</GROUP> 412 </RENDERGROUPS> 413 <PATH>auto</PATH> 414 </STATIC> 415 416 <UPLOADDIR>auto</UPLOADDIR> 417 <UPLOADWEBDIR>auto</UPLOADWEBDIR> 418 <CACHING>false</CACHING> 419 <SKIPLIFEVIEW>false</SKIPLIFEVIEW> 420 <DATAFIELD>data</DATAFIELD> 421 <RIGHTOVERRIDE>false</RIGHTOVERRIDE> 422 <LINKCHECK>1h</LINKCHECK> 423 <!-- 424 The Linkstyle can be any combination of path 425 with $id replaced by the id and $path replaced 426 by the absolute path to the document. 427 Binary files will be automatically converted to their 428 path 429 If you want to use the real index.jsp for preview add 430 &preview=true - this wil cause the cms taglib to use 431 the edit system (if rights suffice) 432 433 For multilanguage/tree stuff use $top[ID:"path"|ID2:"path2"|"defaultpath"] 434 ie: $top[0:"en"|121423:"de"|"fr"] 435 436 if you created the index.jsp with the corinis taglib you can use &preview=true 437 to enable preview mode 438 --> 439 <LINKSTYLE> 440 <PREVIEW>/corinis/modules/Cms/preview.jsp?Document_id=$id</PREVIEW> 441 <LIFE>/index.jsp?Document_id=$id</LIFE> 442 </LINKSTYLE> 443 444 <!-- 445 define the target for files: 446 INTERNAL: all internally linked documents 447 EXTERNAL: all external urls 448 FILES: all files (internal) 449 --> 450 <URLTARGET> 451 <INTERNAL /> 452 <EXTERNAL>_ext</EXTERNAL> 453 <FILES>_blank</FILES> 454 </URLTARGET> 455 456 <!-- Enable the QM System [default|fullqm] --> 457 <SYSTEM>default</SYSTEM> 458 459 </CMS> 460 461 <!-- 462 Document Manager Module 463 464 The uploaddir points to where the files will be stored. 465 --> 466 <DOCUMENTMANAGER> 467 <UPLOADDIR>auto</UPLOADDIR> 468 </DOCUMENTMANAGER> 469 470 <!-- 471 Forum Module 472 SUBSCRIBEEMAIL: the email address in the sent mail 473 SUBSCRIBEHEADER: the header of the message - you can use $name; $id; $title; 474 SUBSCRIBEBODY: path to a text file to be used as body, use $name; $id; $message; $title; in there 475 if BODY is set to auto the file WEB-INF/forumsubscribe.txt will be loaded 476 --> 477 <FORUM> 478 <SUBSCRIBEEMAIL>noreply@corinis.com</SUBSCRIBEEMAIL> 479 <SUBSCRIBENAME>noreply</SUBSCRIBENAME> 480 <SUBSCRIBESUBJECT>[Corinis Forum] New Forum Message: $title;</SUBSCRIBESUBJECT> 481 <SUBSCRIBEBODY>auto</SUBSCRIBEBODY> 482 </FORUM> 483 484 <!-- Webalbum Module --> 485 <PHOTOLIBRARY> 486 <IMAGEFOLDER>auto</IMAGEFOLDER> 487 <IMAGEWEBURL>auto</IMAGEWEBURL> 488 </PHOTOLIBRARY> 489 </MODULES> 490 490 </CORINIS>
Note: See TracChangeset
for help on using the changeset viewer.
