Rev 5151 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5151 | Rev 13014 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ldap_find=!sh which ldapsearch |
1 | ldap_find=!sh which ldapsearch |
2 | !if $ldap_find issametext $empty |
2 | !if $ldap_find issametext $empty |
3 | auth_test=ERROR no_ldap |
3 | auth_test=ERROR no_ldap |
4 | !exit |
4 | !exit |
5 | !endif |
5 | !endif |
6 | 6 | ||
7 | !default authdef=wimshome/log/classes/$class/.def |
7 | !default authdef=wimshome/log/classes/$class/.def |
8 | 8 | ||
9 | ldap_auth=!defof class_ldap_auth in $authdef |
9 | ldap_auth=!defof class_ldap_auth in $authdef |
Line 21... | Line 21... | ||
21 | ldap_branch=!defof class_ldap_branch in $authdef |
21 | ldap_branch=!defof class_ldap_branch in $authdef |
22 | !default ldap_branch=!defof ldap_branch in wimshome/log/wims.conf |
22 | !default ldap_branch=!defof ldap_branch in wimshome/log/wims.conf |
23 | 23 | ||
24 | ldap_uid=!defof class_ldap_uid in $authdef |
24 | ldap_uid=!defof class_ldap_uid in $authdef |
25 | !default ldap_uid=!defof ldap_uid in wimshome/log/wims.conf |
25 | !default ldap_uid=!defof ldap_uid in wimshome/log/wims.conf |
26 | 26 | ||
27 | #ldap_id=!replace internal " by in $ldap_uid=$(wims_read_parm[1]),$ldap_branch,$ldap_base |
27 | #ldap_id=!replace internal " by in $ldap_uid=$(wims_read_parm[1]),$ldap_branch,$ldap_base |
28 | ldap_id=!replace internal " by in $ldap_uid=$(wims_read_parm[1]) |
28 | ldap_id=!replace internal " by in $ldap_uid=$(wims_read_parm[1]) |
29 | 29 | ||
30 | ldap_login=!defof class_ldap_login in $authdef |
30 | ldap_login=!defof class_ldap_login in $authdef |
31 | !default ldap_login=!defof ldap_login in wimshome/log/wims.conf |
31 | !default ldap_login=!defof ldap_login in wimshome/log/wims.conf |