Hi Pierre, The iTop have the default configuration, the only change is to make the authentification external first and change the variable name of authenticated user by sso portal (lemonldap::ng) Before: 'allowed_login_types' => 'form|external|basic', 'ext_auth_variable' => '$_SERVER[\'REMOTE_USER\']', After 'allowed_login_types' => 'external|form|basic', 'ext_auth_variable' => '$_SERVER[\'HTTP_AUTH_USER\']',
Hello, Thanks for your answer, it's works very well. I will use DoCheckToWrite to remove linked PhysicalDevice if the location have been changed.
Thanks it's work. But just one thing, when i change the location how to get the new location when i go to the physicaldevice tab, without saving between?
Thanks for your answer but i have try it without success, so i wich class i have to put the prefill search form method?
Hello i've made some classes for ticketing management, like we want to do it. So i've made class MyUserRequest with a field describe like that: <field id="physicalDevices_list" xsi:type="AttributeLinkedSetIndirect"> <linked_class>lnkPhysicalDeviceToMyTicket</linked_class> <ext_key_to_me>ticket_id</ext_key_to_me> <count_min>0</count_min> <count_max>0</count_max> <ext_key_to_remote>physicaldevice_id</ext_key_to_remote> <duplicates/> </field> I've create the class lnkPhysicalDeviceToMyTicket describe...
So i 've found my mistake: In the auditorium extension, i've made the dependencies about location module. And i don't do it for router module. When i do it for router module, all is correct now.
Hi all, I've search (may be not enough) but i don't found what i need. I need to forced my Location extension to be loaded before my router extension because: In Location extension i do _delta="redefine" on the presentation for class="Location". And in router extension i do merge presentation for class="Location". I do that because when i don't setup the extension router, i don't need the tab "routers list" on location and it's will be an error when i will load the page. So when i do the setup, the...
Hello all, I have setup an iTop3.0 on a webserver, all it's ok for that. So i use LemonLdap::ng as SSO portal. I i have configured iTop to use external Auth, this is Okay. But i can't logout from iTop menu, and when i logout with sso portal, the iTop cookie is still valid and make an security issue because that: 1/ admin login with sso to go itop. The user is loggued as admin into iTop -> OK 2/ admin logout from sso (because it's impossible from iTop itself in external auth mode) 3/ simple user like...