Difference between revisions of "Configure LDAP based authentication for moodle"

From Notes_Wiki
m
m
Line 1: Line 1:
<yambe:breadcrumb>Moodle_configuration|Moodle configuration</yambe:breadcrumb>
<yambe:breadcrumb>Moodle_configuration|Moodle configuration</yambe:breadcrumb>
<yambe:breadcrumb>LDAP servers|LDAP servers</yambe:breadcrumb>
 
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[LDAP servers]] > [[Configure LDAP based authentication for moodle]]
 
=Configuring LDAP based authentication for moodle=
=Configuring LDAP based authentication for moodle=


Line 25: Line 27:
# Click on 'Enable' column in front of LDAP server.  Increase 'LDAP server' priority in comparison to 'Email server'.
# Click on 'Enable' column in front of LDAP server.  Increase 'LDAP server' priority in comparison to 'Email server'.
# Log out and login as LDAP user to confirm
# Log out and login as LDAP user to confirm
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[LDAP servers]] > [[Configure LDAP based authentication for moodle]]

Revision as of 15:30, 13 March 2022

<yambe:breadcrumb>Moodle_configuration|Moodle configuration</yambe:breadcrumb>

Home > CentOS > CentOS 6.x > LDAP servers > Configure LDAP based authentication for moodle

Configuring LDAP based authentication for moodle

  1. yum -y install php-ldap
  2. service httpd reload
  3. Login as moodle administrator
  4. Go to Advanced features -> Plugins -> Authentication -> Manage authentication -> LDAP server
  5. Enter LDAP server URL
  6. Select "Yes" for hide password
  7. Choose "posixAccount" as UserType
  8. Enter "basedn" in contexts
  9. Search subcontexts - "Yes"
  10. User attribute - uid
  11. Member attribute - memberuid
  12. Member attribute uses dn - 0
  13. Use standard page for changing password - "Yes"
  14. Password-format "Sha1-hash"
  15. Field attributes:
    First name
    gn
    Sur name
    sn
    Email
    mail
    Address
    postalAddress
    Phone number
    telephoneNumber
  16. Click on 'Enable' column in front of LDAP server. Increase 'LDAP server' priority in comparison to 'Email server'.
  17. Log out and login as LDAP user to confirm



Home > CentOS > CentOS 6.x > LDAP servers > Configure LDAP based authentication for moodle