Rev 5096 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5096 | Rev 5125 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | OUTPUT : the up_xxx needed for the register of the user |
2 | OUTPUT : the up_xxx needed for the register of the user |
3 | !readproc adm/class/initldap |
3 | !readproc adm/class/initldap |
- | 4 | !set l_=$wims_read_parm |
|
4 |
|
5 | !default l_=$auth_user |
5 | !set sup_=!item 2 to -1 of $l_ |
6 | !set sup_=!item 2 to -1 of $l_ |
6 | !set l_=!item 1 of $l_ |
7 | !set l_=!item 1 of $l_ |
7 | ldap_user=!sh ldapsearch -x -LLL -t -H ldap://$ldap_auth:$ldap_port -b "$ldap_base" $ldap_uid="$l_" $ldap_code_ | grep -v "^[d]n:" |
8 | ldap_user=!sh ldapsearch -x -LLL -t -H ldap://$ldap_auth:$ldap_port -b "$ldap_base" $ldap_uid="$l_" $ldap_code_ | grep -v "^[d]n:" |
8 | ldap_user=!replace internal http: by httpxx in $ldap_user |
9 | ldap_user=!replace internal http: by httpxx in $ldap_user |
9 | ldap_user=!replace internal : by = in $ldap_user |
10 | ldap_user=!replace internal : by = in $ldap_user |