Rev 5563 | Rev 5755 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5563 | Rev 5565 | ||
---|---|---|---|
Line 90... | Line 90... | ||
90 | There is no more WIMS password (more precisely it is hidden). |
90 | There is no more WIMS password (more precisely it is hidden). |
91 | </li><li> |
91 | </li><li> |
92 | Default settings may have been defined by the site manager if the |
92 | Default settings may have been defined by the site manager if the |
93 | classes depend primarily on a single institution. |
93 | classes depend primarily on a single institution. |
94 | You may redefine them for your own class. |
94 | You may redefine them for your own class. |
- | 95 | <br> |
|
- | 96 | Here is an example of parameters for an ldap authentication : |
|
- | 97 | <pre> |
|
- | 98 | ldap_host: ldap.u-psud.fr |
|
- | 99 | ldap_port: 389 |
|
- | 100 | ldap_version: 3 |
|
- | 101 | ldap_base: ou=people,dc=u-psud,dc=fr |
|
- | 102 | ldap_branch: ou=people,dc=u-psud,dc=fr |
|
- | 103 | ldap_uid: uid |
|
- | 104 | ldap_login: supannAliasLogin |
|
- | 105 | </pre></li><li> |
|
- | 106 | ||
- | 107 | If the ldap authentication fails, the default wims authentication |
|
- | 108 | is automatically proposed. |
|
95 | </li></ul> |
109 | </li></ul> |
- | 110 |