«ДокуВики». Бэк-энды аутентификации. | Participants
|
- Statistics
- Participants
- Translate into Russian
- Translation result
- 39% translated in draft.
If you do not want to register an account, you can sign in with OpenID.
DokuWiki. Authentication Backends. | ||
====== Authentication Backends ====== | ||
After you have enabled [[:ACL]] in the config file you need to decide how you like to store user data. DokuWiki supports various methods and creating a new one is pretty easy. | После включения [[acl|списков контроля доступа]] в файле конфигурации, нужно решить, как хранить данные о пользователях. «ДокуВики» поддерживает различные методы и довольно легко создаёт новые. | |
[[:DokuWiki]] uses so called authentication backends that provide certain methods to store user data and passwords. The user won't even see this backend but you as an administrator have to set up your desired authentication backend and configure it properly. | «[[dokuwiki|ДокуВики]]» использует так называемые бэк-энды аутентификации, которые предоставляют определённые методы для хранения пользовательских данных и паролей. Пользователь не будет видеть бэк-энд, но вы, как администратор, должны создать желаемый бэк-энд аутентификации и настроить его правильно. | |
===== Backends ===== | ||
These are the backends you get with DokuWiki: | Нижеперечисленные бэк-энды уже включены в «ДокуВики»: | |
* [[auth:ad]] -- Active Directory authentication with optional Single Sign On (SSO) | * [[ru:auth:ad|Active Directory]] --- проверка подлинности пользователей посредством «Active Directory» с возможностью использовать технологию единого входа (Single Sign On); | |
* [[auth:ldap]] -- authenticate users against a LDAP directory | * [[ru:auth:LDAP]] --- проверка подлинности пользователей посредством LDAP; | |
* [[auth:mysql]] -- access any MySQL database to authenticate users | * [[ru:auth:MySQL]] --- доступ к любой базе данных MySQL для проверки подлинности пользователей; | |
* [[auth:pgsql]] -- access any Postgres database to authenticate users | * [[ru:auth:pgsql|PostgreSQL]] --- доступ к любой базе данных PostgreSQL для проверки подлинности пользователей; | |
* [[auth:plain]] -- the default mechanisms which uses plain text files | * [[ru:auth:Plain]] --- используются простые текстовые файлы (включён по умолчанию). | |
===== Contributed Backends ===== | ||
These Backends aren't part of the distribution, but might be useful: | Нижеперечисленные бэк-энды не являются частью дистрибутива, но могут быть полезны: | |
* [[http://site.goodboy01.com/cas/DokuWiki_CAS_Patch.html|CAS]] -- authenticate with a CAS server | * [[http://site.goodboy01.com/cas/DokuWiki_CAS_Patch.html|CAS]] --- проверка подлинности пользователей с помощью сервера CAS; | |
* [[auth:cas]] -- another CAS authentication with ACL based on LDAP attributes | ||
* [[auth:ggauth#chained]] -- chain more than one authentication method | ||
* [[auth:cosign]] -- [[http://www.umich.edu/~umweb/software/cosign/|CoSign]] authentication for Single Sign On (SSO) | ||
* [[auth:django]] -- Authenticates against a Django user database through a Django session cookie. | ||
* [[http://www.byteflex.com/wiki/pub/dokuwiki_eventum|Eventum]] -- How to integrate DokuWiki with Eventum Issue Tracker | * [[http://www.byteflex.com/wiki/pub/dokuwiki_eventum|Eventum]] --- Как интегрировать «ДокуВики» с трекером «Eventum»? | |
* [[http://www.coalface.net/node/22|drupal]] -- authenticate against a Drupal install | ||
* [[plugin:external]] -- Authentication through an external program -- to be used with PAM & shadow passwords | ||
* [[http://docs.blackfin.uclinux.org/inc/auth/gforge.class.phps|gforge]] -- Authenticate against GForge session cookies | ||
* [[auth:ggauth]] -- experimental thoughts on auth backends including chained, split as below plus HTTP basic, htaccess and PAM |
© Андреас Гор и сообщество «ДокуВики». License: CC Attribution-Noncommercial-Share Alike 3.0 Unported
