FAQ
Version 1 (Bryan Heath, 06/08/2012 03:59 pm)
1 | 1 | h1. FAQ |
|
---|---|---|---|
2 | 1 | ||
3 | 1 | h2. Can I have more than one domain |
|
4 | 1 | ||
5 | 1 | Yes. See [[Configure_Required|ldap_domain_info]] |
|
6 | 1 | ||
7 | 1 | h2. Can I change what gets mapped from AD to Kayako |
|
8 | 1 | ||
9 | 1 | Yes, though this requires some PHP knowledge. |
|
10 | 1 | ||
11 | 1 | In the /ldap/kayako_ldap.php file the __get is used to get attributes from the AD after they are preloaded in getUser or getStaff method. |
|
12 | 1 | ||
13 | 1 | Then the displayUserXML or displayStaffXML method is what puts them together. This is where you can make those changes. |
|
14 | 1 | ||
15 | 1 | h2. Can I import AD groups |
|
16 | 1 | ||
17 | 1 | Yes see [[Tools]] |