Loading ...
Loading ...
Loading ...
53
Format of LDAPQuery.txt
(1) Example of the text file
UID=uid
Email=mail
Name=cn
Last Name=sn
Position=title
Company Name=o
Department=departmentNumber
Query=(|(mail=*<A>*)(cn=*<A>*))
(2) Allocation of values (VAL) for each key
1) Mapping part (all rows except the last)
Includes all rows except the last, in the order of UID, Email, Name, Last Name,
Position, Company name, and Department.
Values are mapped in the following manner.
On the left of "=" syntax is the name that is seen in the LDAP Query Configuration
menu (also on the left) and mapped to the values on the right side of "=" (the actual
LDAP Server attributes).
You can choose attributes to change values. For instance, you can change the right-
side values without changing the left-side values.
2) Query part
<A> is the Keyword that is used for a Search.
The syntax for the Use Custom Query complies with the LDAP Query rule excluding
<A>.
For example, when <A> is included in the mail or cn attribute, you can create it as
follows.
Query=(|(mail=*<A>*)(cn=*<A>*))
Loading ...
Loading ...
Loading ...