Hello
I finaly managed to get the autentication for the customers to work with my AD. Now the scenario is the following. I have some different customers in the ad. I have one group for each customer. Is it possible to assign different companys to different customers dependent on what group they are in in the AD?
Company tickets, ldap backend for customers
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Company tickets, ldap backend for customers
Change the customerid reference field in the map in Config.pm
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Company tickets, ldap backend for customers
Hmm, with the risk of sounding stupid, change to what?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Company tickets, ldap backend for customers
CustomerID => 'mail', // this is the default assignment
# var, frontend, storage, shown (1=always,2=lite), required, storage-type, http-link, readonly
[ 'UserCustomerID', 'CustomerID', 'mail', 0, 1, 'var', '', 0 ],
Change 'mail' to 'department' ... I'm not exactly certain if you'll be successful in using a DN in this case. "memberOf"? I'm not so sure.
# var, frontend, storage, shown (1=always,2=lite), required, storage-type, http-link, readonly
[ 'UserCustomerID', 'CustomerID', 'mail', 0, 1, 'var', '', 0 ],
Change 'mail' to 'department' ... I'm not exactly certain if you'll be successful in using a DN in this case. "memberOf"? I'm not so sure.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask