itop 設定檔資訊   config-itop.php

來源:互聯網
上載者:User
root@ITSM:/var/www/html/new_itop# vim conf/production/config-itop.php $aConfig = array(                // Configuration of the Active Directory connection                 'host'  => '192.168.**.**',                      // IP or FQDN of your domain controller                'port'  => '389',                                 // LDAP port, 398=LDAP, 636= LDAPS                'dn'            => 'OU=VB-User,DC=CORP,DC=logo',// Domain DN                'username'      => 'CN=LDAPSearch,OU=Special-User,OU=VB-User,DC=CORP,DC=logo', // username with read access                'password'      => 'logo@pass',                  // password for above                // Query to retrieve and filter the users from AD                // Example: retrieve all users from the AD Group "iTop Users"                //'ldap_query' => '(&(objectCategory=user)(memberOf=CN=iTop Users,CN=Users,DC=combodo,DC=net))',                // Example 2: retrieves ALL the users from AD                 'ldap_query' => '(&(objectCategory=user))', // Retrieve all users                // Which field to use as the iTop login samaccountname or userprincipalname ?                'login' => 'samaccountname',                //'login' => 'userprincipalname',                // Mapping between the AD groups and the iTop profiles                'profiles_mapping' => array(                        //AD Group Name => iTop Profile Name                        //'Administrators' => 'Administrator',                        'ITSM_Administrator' => 'Administrator',                        'ITSM_ChangeApprover' => 'Change Approver',                        'ITSM_ChangeImplementor' => 'Change Implementor',                        'ITSM_ChangeSupervisor' => 'Change Supervisor',                        'ITSM_ConfigurationManager' => 'Configuration Manager',                        'ITSM_DocumentAuthor' => 'Document author',                        'ITSM_PortalPowerUser' => 'Portal power user',                        'ITSM_PortalUser' => 'Portal user',                        'ITSM_ProblemManager' => 'Problem Manager',                        'ITSM_ServiceDeskAgent' => 'Service Desk Agent',                        'ITSM_ServiceManager' => 'Service Manager',                        'ITSM_SupportAgent' => 'Support Agent',                ),                // Since each iTop user must have at least one profile, assign the profile                // Below to users for which there was no match in the above mapping                'default_profile' => 'Portal user',                'default_language' => 'ZH CN', // Default language for creating new users                'default_organization' => 2, // ID of the default organization for creating new contacts                                );// End of configuration////////////////////////////////////////////////////////////////////////////////
  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.