Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Autenticació: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
m (Lluisanunez ha mogut Authentication a Autenticació: trad)
 
(36 revisions intermèdies per 14 usuaris que no es mostren)
Línia 1: Línia 1:
Location: ''Administration > Users > Authentication >
{{final24}}


Authentication is the process of determining whether someone is who they say they are when entering a Moodle site.  Some Moodle sites initial authenticate a user as a "guest" then re-authenticates them by a login. 
{{Managing a Moodle site}}


Once someone is authenticated, a user's [[Roles and capabilities|role]] authorizes them, through [[Manage_roles#Permissions|permissions]], to be capable of interacting with different contexts.  A [[Course|course]] is a good example of a context.  The [[Enrolment|enrolment]] process looks for someone who has been authenticated and gives them a role in the context of the course.
L'autenticació es el procés que permet a un usuari iniciar la sessió en una plataforma Moodle mitjançant les seves credencials d'usuari i contrasenya.


==Overview of authentication==
==Plugins d'autenticació==


One of the first things the site administrator needs to consider when setting up a Moodle site is user authentication. A standard Moodle has 15 types of authentication methods and additional contributed code plugins are available.
Moodle ofereix diverses maneres de gestionar l'autenticació dels usuaris, gràcies als anomenats "Connectors d'autenticació" els quals permeten gestionar l'autenticació ([[Managing authentication|managing authentication]]).


The user authentication menu is broken into 5 submenus.   The site administrator will typically manage most authentication menus from the [[Manage authentication]] menu. Other sub menus under Authentication are for convenience because they lead to the same page as the edit links found on the manage authentication menu page.
*[[Manual accounts|Comptes manuals]] - comptes creats manualment per un Administrador.
*[[No login|Sense connexió]] - suspèn un compte en particular.
*[[Email-based self-registration|Autenticació basada en el correu electrònic]] - habilita la possibilitat que els usuaris puguin crear ells mateixos els seus propis comptes.
*[[CAS server (SSO)|Servidor CAS (SSO)]] - els detalls del compte estan ubicats en un servidor extern CAS.
*[[External database|Base de dades externa]] - els comptes estan ubicats en una base de dades externa.
*[[FirstClass server|Servidor FirstClass]] - els detalls dels comptes estan ubicats en un servidor FirstClass.
*[[IMAP server|Servidor IMAP]] - els detalls dels comptes estan ubicats en un servidor extern IMAP.
*[[LDAP server|Servidor LDAP]] - els detalls dels comptes estan ubicats en un servidor extern LDAP.
*[[MNet|Autenticació Moodle en Xarxa]] - diferents plataformes Moodle poden connectar i autenticar usuaris.
*[[NNTP server|Servidor NNTP]] - els detalls dels comptes estan ubicats en un servidor extern NNTP.
*[[No authentication|Sense autenticació]] - per tal de realitzar proves o en cas que la plataforma Moodle no estigui disponible a internet.
*[[PAM (Pluggable Authentication Modules)|PAM (Pluggable Authentication Modules)]] - els detalls dels comptes provenen del sistema operatiu amb el qual que s'executa Moodle, via PAM (només poden ser utilitzats amb Linux/Unix).
*[[POP3 server|Servidor POP3]] - els detalls dels comptes estan ubicats en un servidor extern POP3.
*[[RADIUS server|Servidor RADIUS]] - els detalls dels comptes estan ubicats en un servidor extern RADIUS.
*[[Shibboleth]] - els detalls dels comptes estan ubicats en un servidor extern Shibboleth.
* Autenticació de serveis web


*[[Manage authentication]] - This shows all the site's authentication methods and has an edit link to each of their settings
==Vegeu també==
*[[Manual accounts]] - accounts created manually by an administrator
*[[Email-based self-registration]] - for enabling users to create their own accounts
*[[Moodle Network]] - how different Moodle sites can connect and authenticate users
*[[No login]] - at present this menu and settings page only contains information
 
==See also==


*[[Authentication FAQ]]
*[[Authentication FAQ]]
*Multi authentication in [[Upgrading to Moodle 1.8]]
*Using Moodle [http://moodle.org/mod/forum/view.php?id=42 User authentication] forum
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=95559 Do users need e-mail addresses?] forum discussion
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=97938 Admin approving self registrations?] forum discussion


[[Category:Authentication]]
[[Category:Authentication]]


[[eu:Erabiltzaileen_autentifikazioa]]
[[fr:Authentification]]
[[fr:Authentification]]
[[de:Authentifizierung]]
[[ja:認証]]
[[es:Autenticación]]

Revisió de 11:14, 20 nov 2014

Moodle 2.4



L'autenticació es el procés que permet a un usuari iniciar la sessió en una plataforma Moodle mitjançant les seves credencials d'usuari i contrasenya.

Plugins d'autenticació

Moodle ofereix diverses maneres de gestionar l'autenticació dels usuaris, gràcies als anomenats "Connectors d'autenticació" els quals permeten gestionar l'autenticació (managing authentication).

Vegeu també