SID-01771: Filling UserForm with LDAP
| Status: |
Answered |
TWiki version: |
5.1.4 |
Perl version: |
5.10 |
| Category: |
LdapNgPlugin |
Server OS: |
SLES 11 |
Last update: |
12 years ago |
Hello,
I try to fill the
UserFrom in the user profiles with informations from our LDAP.
%<NOP>INCLUDE{"%SYSTEMWEB%.RenderLdapUser" KEY="<username>"}% works fine but I cant place the infos into the
UserForm.
--
Daniel Perabo - 2013-07-30
Discussion and Answer
I am not familiar with RenderLdapUser. You should be able to use
%LDAP{}% directly in user form fields.
If you want prevent users from changing the LDAP variable in the user form you could modify the Main.UserProfileHeader topic: Replace the
%FORMFIELD{}% variables with
%LDAP{}% variables for those fields that you want to pull from LDAP.
--
Peter Thoeny - 2013-08-01
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.